UNPKG

@cdktf-providers/community-terraform-providers-ignition

Version:

Prebuilt community-terraform-providers/ignition Provider for Terraform CDK (cdktf)

52 lines (51 loc) 1.25 kB
{ "name": "@cdktf-providers/community-terraform-providers-ignition", "version": "2.5.1", "description": "Prebuilt community-terraform-providers/ignition Provider for Terraform CDK (cdktf)", "repository": { "type": "git", "url": "https://github.com/shunueda/cdktf-providers.git", "directory": "gen/community-terraform-providers/ignition/typescript" }, "license": "MPL-2.0", "type": "module", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts", "require": "./dist/index.js" }, "./lazy-index": { "import": "./dist/lazy-index.js", "types": "./dist/lazy-index.d.ts", "require": "./dist/lazy-index.js" }, "./*": { "import": "./dist/*/index.js", "types": "./dist/*/index.d.ts", "require": "./dist/*/index.js" } }, "files": [ "dist" ], "keywords": [ "cdk", "cdktf", "provider", "terraform", "community-terraform-providers", "ignition" ], "peerDependencies": { "cdktf": "^0.21.0", "constructs": "^10.4.2" }, "cdktf": { "isDeprecated": false, "provider": { "name": "registry.terraform.io/community-terraform-providers/ignition", "version": "2.5.1" } } }