UNPKG

pulumi-time

Version:

A Pulumi provider for managing time-based resources and operations, dynamically bridged from the Terraform Time provider with support for delays, offsets, rotations, and time-based scheduling.

62 lines 1.53 kB
{ "name": "pulumi-time", "description": "A Pulumi provider for managing time-based resources and operations, dynamically bridged from the Terraform Time provider with support for delays, offsets, rotations, and time-based scheduling.", "version": "0.13.4", "homepage": "https://github.com/hckhanh/pulumi-any-terraform", "repository": { "type": "git", "url": "git+https://github.com/hckhanh/pulumi-any-terraform.git", "directory": "packages/time" }, "private": false, "main": "./bin/index.js", "module": "./bin/index.js", "types": "./bin/index.d.ts", "exports": { ".": "./bin/index.js", "./package.json": "./package.json" }, "dependencies": { "async-mutex": "0.5.0" }, "devDependencies": { "@pulumi/pulumi": "3.190.0", "@types/node": "24.2.1", "typescript": "5.9.2" }, "peerDependencies": { "@pulumi/pulumi": ">=3.190.0" }, "files": [ "bin", "README.md" ], "keywords": [ "pulumi", "time", "scheduling", "delays", "offset", "rotation", "time-based", "terraform", "provider", "infrastructure", "automation", "timing" ], "license": "MIT", "publishConfig": { "access": "public" }, "pulumi": { "resource": true, "name": "terraform-provider", "version": "0.8.0", "parameterization": { "name": "time", "version": "0.13.1", "value": "eyJyZW1vdGUiOnsidXJsIjoicmVnaXN0cnkub3BlbnRvZnUub3JnL2hhc2hpY29ycC90aW1lIiwidmVyc2lvbiI6IjAuMTMuMSJ9fQ==" } } }