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.
63 lines • 1.55 kB
JSON
{
"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.6",
"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,
"sideEffects": 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.201.0",
"@types/node": "24.7.0",
"typescript": "5.9.3"
},
"peerDependencies": {
"@pulumi/pulumi": ">=3.190.0 <4"
},
"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=="
}
}
}