@cdktn/provider-local 11.3.0 → 12.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.jsii CHANGED
@@ -8,36 +8,36 @@
8
8
  "url": "https://cdktn.io"
9
9
  },
10
10
  "dependencies": {
11
- "cdktf": "^0.21.0",
11
+ "cdktn": "^0.22.0",
12
12
  "constructs": "^10.4.2"
13
13
  },
14
14
  "dependencyClosure": {
15
- "cdktf": {
15
+ "cdktn": {
16
16
  "submodules": {
17
- "cdktf.testingMatchers": {}
17
+ "cdktn.testingMatchers": {}
18
18
  },
19
19
  "targets": {
20
20
  "dotnet": {
21
- "namespace": "HashiCorp.Cdktf",
22
- "packageId": "HashiCorp.Cdktf"
21
+ "namespace": "Io.Cdktn",
22
+ "packageId": "Io.Cdktn"
23
23
  },
24
24
  "go": {
25
- "moduleName": "github.com/hashicorp/terraform-cdk-go",
26
- "packageName": "cdktf"
25
+ "moduleName": "github.com/open-constructs/cdk-terrain-go",
26
+ "packageName": "cdktn"
27
27
  },
28
28
  "java": {
29
29
  "maven": {
30
- "artifactId": "cdktf",
31
- "groupId": "com.hashicorp"
30
+ "artifactId": "cdktn",
31
+ "groupId": "io.cdktn"
32
32
  },
33
- "package": "com.hashicorp.cdktf"
33
+ "package": "io.cdktn.cdktn"
34
34
  },
35
35
  "js": {
36
- "npm": "cdktf"
36
+ "npm": "cdktn"
37
37
  },
38
38
  "python": {
39
- "distName": "cdktf",
40
- "module": "cdktf"
39
+ "distName": "cdktn",
40
+ "module": "cdktn"
41
41
  }
42
42
  }
43
43
  },
@@ -67,7 +67,7 @@
67
67
  }
68
68
  }
69
69
  },
70
- "description": "Prebuilt local Provider for Terraform CDK (cdktf)",
70
+ "description": "Prebuilt local Provider for CDK Terrain (cdktn)",
71
71
  "docs": {
72
72
  "stability": "stable"
73
73
  },
@@ -75,8 +75,11 @@
75
75
  "jsiiVersion": "5.8.27 (build aebddcd)",
76
76
  "keywords": [
77
77
  "cdk",
78
+ "cdk-terrain",
78
79
  "cdktf",
80
+ "cdktn",
79
81
  "local",
82
+ "opentofu",
80
83
  "provider",
81
84
  "terraform"
82
85
  ],
@@ -91,7 +94,7 @@
91
94
  },
92
95
  "name": "@cdktn/provider-local",
93
96
  "readme": {
94
- "markdown": "\n# CDKTF prebuilt bindings for hashicorp/local provider version 2.7.0\n\nThis repo builds and publishes the [Terraform local provider](https://registry.terraform.io/providers/hashicorp/local/2.7.0/docs) bindings for [CDK for Terraform](https://cdk.tf).\n\n## Available Packages\n\n### NPM\n\nThe npm package is available at [https://www.npmjs.com/package/@cdktn/provider-local](https://www.npmjs.com/package/@cdktn/provider-local).\n\n`npm install @cdktn/provider-local`\n\n### PyPI\n\nThe PyPI package is available at [https://pypi.org/project/cdktn-provider-local](https://pypi.org/project/cdktn-provider-local).\n\n`pipenv install cdktn-provider-local`\n\n### Nuget\n\nThe Nuget package is available at [https://www.nuget.org/packages/Io.Cdktn.Providers.Local](https://www.nuget.org/packages/Io.Cdktn.Providers.Local).\n\n`dotnet add package Io.Cdktn.Providers.Local`\n\n### Maven\n\nThe Maven package is available at [https://mvnrepository.com/artifact/io.cdktn/cdktn-provider-local](https://mvnrepository.com/artifact/io.cdktn/cdktn-provider-local).\n\n```\n<dependency>\n <groupId>io.cdktn</groupId>\n <artifactId>cdktn-provider-local</artifactId>\n <version>[REPLACE WITH DESIRED VERSION]</version>\n</dependency>\n```\n\n### Go\n\nThe go package is generated into the [`github.com/cdktn-io/cdktn-provider-local-go`](https://github.com/cdktn-io/cdktn-provider-local-go) package.\n\n`go get github.com/cdktn-io/cdktn-provider-local-go/local/<version>`\n\nWhere `<version>` is the version of the prebuilt provider you would like to use e.g. `v11`. The full module name can be found\nwithin the [go.mod](https://github.com/cdktn-io/cdktn-provider-local-go/blob/main/local/go.mod#L1) file.\n\n## Docs\n\nFind auto-generated docs for this provider here:\n\n- [Typescript](./docs/API.typescript.md)\n- [Python](./docs/API.python.md)\n- [Java](./docs/API.java.md)\n- [C#](./docs/API.csharp.md)\n- [Go](./docs/API.go.md)\n\nYou can also visit a hosted version of the documentation on [constructs.dev](https://constructs.dev/packages/@cdktn/provider-local).\n\n## Versioning\n\nThis project is explicitly not tracking the Terraform local provider version 1:1. In fact, it always tracks `latest` of `~> 2.1` with every release. If there are scenarios where you explicitly have to pin your provider version, you can do so by [generating the provider constructs manually](https://cdk.tf/imports).\n\nThese are the upstream dependencies:\n\n- [CDK for Terraform](https://cdk.tf) - Last official release\n- [Terraform local provider](https://registry.terraform.io/providers/hashicorp/local/2.7.0)\n- [Terraform Engine](https://terraform.io)\n\nIf there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped.\n\n## Features / Issues / Bugs\n\nPlease report bugs and issues to the [CDK for Terraform](https://cdk.tf) project:\n\n- [Create bug report](https://cdk.tf/bug)\n- [Create feature request](https://cdk.tf/feature)\n\n## Contributing\n\n### Projen\n\nThis is mostly based on [Projen](https://projen.io), which takes care of generating the entire repository.\n\n### cdktn-provider-project based on Projen\n\nThere's a custom [project builder](https://github.com/cdktn-io/cdktn-provider-project) which encapsulate the common settings for all `cdktf` prebuilt providers.\n\n### Provider Version\n\nThe provider version can be adjusted in [./.projenrc.js](./.projenrc.js).\n\n### Repository Management\n\nThe repository is managed by [CDKTN Repository Manager](https://github.com/cdktn-io/cdktn-repository-manager/).\n"
97
+ "markdown": "\n# CDKTN prebuilt bindings for hashicorp/local provider version 2.7.0\n\nThis repo builds and publishes the [Terraform local provider](https://registry.terraform.io/providers/hashicorp/local/2.7.0/docs) bindings for [CDK Terrain](https://cdktn.io).\n\n## Available Packages\n\n### NPM\n\nThe npm package is available at [https://www.npmjs.com/package/@cdktn/provider-local](https://www.npmjs.com/package/@cdktn/provider-local).\n\n`npm install @cdktn/provider-local`\n\n### PyPI\n\nThe PyPI package is available at [https://pypi.org/project/cdktn-provider-local](https://pypi.org/project/cdktn-provider-local).\n\n`pipenv install cdktn-provider-local`\n\n### Nuget\n\nThe Nuget package is available at [https://www.nuget.org/packages/Io.Cdktn.Providers.Local](https://www.nuget.org/packages/Io.Cdktn.Providers.Local).\n\n`dotnet add package Io.Cdktn.Providers.Local`\n\n### Maven\n\nThe Maven package is available at [https://mvnrepository.com/artifact/io.cdktn/cdktn-provider-local](https://mvnrepository.com/artifact/io.cdktn/cdktn-provider-local).\n\n```\n<dependency>\n <groupId>io.cdktn</groupId>\n <artifactId>cdktn-provider-local</artifactId>\n <version>[REPLACE WITH DESIRED VERSION]</version>\n</dependency>\n```\n\n### Go\n\nThe go package is generated into the [`github.com/cdktn-io/cdktn-provider-local-go`](https://github.com/cdktn-io/cdktn-provider-local-go) package.\n\n`go get github.com/cdktn-io/cdktn-provider-local-go/local/<version>`\n\nWhere `<version>` is the version of the prebuilt provider you would like to use e.g. `v11`. The full module name can be found\nwithin the [go.mod](https://github.com/cdktn-io/cdktn-provider-local-go/blob/main/local/go.mod#L1) file.\n\n## Docs\n\nFind auto-generated docs for this provider here:\n\n- [Typescript](./docs/API.typescript.md)\n- [Python](./docs/API.python.md)\n- [Java](./docs/API.java.md)\n- [C#](./docs/API.csharp.md)\n- [Go](./docs/API.go.md)\n\nYou can also visit a hosted version of the documentation on [constructs.dev](https://constructs.dev/packages/@cdktn/provider-local).\n\n## Versioning\n\nThis project is explicitly not tracking the Terraform local provider version 1:1. In fact, it always tracks `latest` of `~> 2.1` with every release. If there are scenarios where you explicitly have to pin your provider version, you can do so by [generating the provider constructs manually](https://cdktn.io/docs/concepts/providers#import-providers).\n\nThese are the upstream dependencies:\n\n- [CDK Terrain](https://cdktn.io) - Last official release\n- [Terraform local provider](https://registry.terraform.io/providers/hashicorp/local/2.7.0)\n- [Terraform Engine](https://terraform.io)\n\nIf there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped.\n\n## Features / Issues / Bugs\n\nPlease report bugs and issues to the [CDK Terrain](https://cdktn.io) project:\n\n- [Create bug report](https://github.com/open-constructs/cdk-terrain/issues)\n- [Create feature request](https://github.com/open-constructs/cdk-terrain/issues)\n\n## Contributing\n\n### Projen\n\nThis is mostly based on [Projen](https://projen.io), which takes care of generating the entire repository.\n\n### cdktn-provider-project based on Projen\n\nThere's a custom [project builder](https://github.com/cdktn-io/cdktn-provider-project) which encapsulate the common settings for all `cdktn` prebuilt providers.\n\n### Provider Version\n\nThe provider version can be adjusted in [./.projenrc.js](./.projenrc.js).\n\n### Repository Management\n\nThe repository is managed by [CDKTN Repository Manager](https://github.com/cdktn-io/cdktn-repository-manager/).\n"
95
98
  },
96
99
  "repository": {
97
100
  "type": "git",
@@ -176,7 +179,7 @@
176
179
  "types": {
177
180
  "@cdktn/provider-local.dataLocalCommand.DataLocalCommand": {
178
181
  "assembly": "@cdktn/provider-local",
179
- "base": "cdktf.TerraformDataSource",
182
+ "base": "cdktn.TerraformDataSource",
180
183
  "docs": {
181
184
  "stability": "stable",
182
185
  "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/local/2.7.0/docs/data-sources/command local_command}."
@@ -228,7 +231,7 @@
228
231
  {
229
232
  "docs": {
230
233
  "stability": "stable",
231
- "summary": "Generates CDKTF code for importing a DataLocalCommand resource upon running \"cdktf plan <stack-name>\"."
234
+ "summary": "Generates CDKTN code for importing a DataLocalCommand resource upon running \"cdktn plan <stack-name>\"."
232
235
  },
233
236
  "locationInModule": {
234
237
  "filename": "src/data-local-command/index.ts",
@@ -271,13 +274,13 @@
271
274
  "name": "provider",
272
275
  "optional": true,
273
276
  "type": {
274
- "fqn": "cdktf.TerraformProvider"
277
+ "fqn": "cdktn.TerraformProvider"
275
278
  }
276
279
  }
277
280
  ],
278
281
  "returns": {
279
282
  "type": {
280
- "fqn": "cdktf.ImportableResource"
283
+ "fqn": "cdktn.ImportableResource"
281
284
  }
282
285
  },
283
286
  "static": true
@@ -331,7 +334,7 @@
331
334
  "line": 205
332
335
  },
333
336
  "name": "synthesizeAttributes",
334
- "overrides": "cdktf.TerraformDataSource",
337
+ "overrides": "cdktn.TerraformDataSource",
335
338
  "protected": true,
336
339
  "returns": {
337
340
  "type": {
@@ -353,7 +356,7 @@
353
356
  "line": 215
354
357
  },
355
358
  "name": "synthesizeHclAttributes",
356
- "overrides": "cdktf.TerraformDataSource",
359
+ "overrides": "cdktn.TerraformDataSource",
357
360
  "protected": true,
358
361
  "returns": {
359
362
  "type": {
@@ -446,7 +449,7 @@
446
449
  "primitive": "boolean"
447
450
  },
448
451
  {
449
- "fqn": "cdktf.IResolvable"
452
+ "fqn": "cdktn.IResolvable"
450
453
  }
451
454
  ]
452
455
  }
@@ -533,7 +536,7 @@
533
536
  "primitive": "boolean"
534
537
  },
535
538
  {
536
- "fqn": "cdktf.IResolvable"
539
+ "fqn": "cdktn.IResolvable"
537
540
  }
538
541
  ]
539
542
  }
@@ -607,7 +610,7 @@
607
610
  },
608
611
  "fqn": "@cdktn/provider-local.dataLocalCommand.DataLocalCommandConfig",
609
612
  "interfaces": [
610
- "cdktf.TerraformMetaArguments"
613
+ "cdktn.TerraformMetaArguments"
611
614
  ],
612
615
  "kind": "interface",
613
616
  "locationInModule": {
@@ -655,7 +658,7 @@
655
658
  "primitive": "boolean"
656
659
  },
657
660
  {
658
- "fqn": "cdktf.IResolvable"
661
+ "fqn": "cdktn.IResolvable"
659
662
  }
660
663
  ]
661
664
  }
@@ -725,7 +728,7 @@
725
728
  },
726
729
  "@cdktn/provider-local.dataLocalFile.DataLocalFile": {
727
730
  "assembly": "@cdktn/provider-local",
728
- "base": "cdktf.TerraformDataSource",
731
+ "base": "cdktn.TerraformDataSource",
729
732
  "docs": {
730
733
  "stability": "stable",
731
734
  "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/local/2.7.0/docs/data-sources/file local_file}."
@@ -777,7 +780,7 @@
777
780
  {
778
781
  "docs": {
779
782
  "stability": "stable",
780
- "summary": "Generates CDKTF code for importing a DataLocalFile resource upon running \"cdktf plan <stack-name>\"."
783
+ "summary": "Generates CDKTN code for importing a DataLocalFile resource upon running \"cdktn plan <stack-name>\"."
781
784
  },
782
785
  "locationInModule": {
783
786
  "filename": "src/data-local-file/index.ts",
@@ -820,13 +823,13 @@
820
823
  "name": "provider",
821
824
  "optional": true,
822
825
  "type": {
823
- "fqn": "cdktf.TerraformProvider"
826
+ "fqn": "cdktn.TerraformProvider"
824
827
  }
825
828
  }
826
829
  ],
827
830
  "returns": {
828
831
  "type": {
829
- "fqn": "cdktf.ImportableResource"
832
+ "fqn": "cdktn.ImportableResource"
830
833
  }
831
834
  },
832
835
  "static": true
@@ -840,7 +843,7 @@
840
843
  "line": 143
841
844
  },
842
845
  "name": "synthesizeAttributes",
843
- "overrides": "cdktf.TerraformDataSource",
846
+ "overrides": "cdktn.TerraformDataSource",
844
847
  "protected": true,
845
848
  "returns": {
846
849
  "type": {
@@ -862,7 +865,7 @@
862
865
  "line": 149
863
866
  },
864
867
  "name": "synthesizeHclAttributes",
865
- "overrides": "cdktf.TerraformDataSource",
868
+ "overrides": "cdktn.TerraformDataSource",
866
869
  "protected": true,
867
870
  "returns": {
868
871
  "type": {
@@ -1060,7 +1063,7 @@
1060
1063
  },
1061
1064
  "fqn": "@cdktn/provider-local.dataLocalFile.DataLocalFileConfig",
1062
1065
  "interfaces": [
1063
- "cdktf.TerraformMetaArguments"
1066
+ "cdktn.TerraformMetaArguments"
1064
1067
  ],
1065
1068
  "kind": "interface",
1066
1069
  "locationInModule": {
@@ -1092,7 +1095,7 @@
1092
1095
  },
1093
1096
  "@cdktn/provider-local.dataLocalSensitiveFile.DataLocalSensitiveFile": {
1094
1097
  "assembly": "@cdktn/provider-local",
1095
- "base": "cdktf.TerraformDataSource",
1098
+ "base": "cdktn.TerraformDataSource",
1096
1099
  "docs": {
1097
1100
  "stability": "stable",
1098
1101
  "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/local/2.7.0/docs/data-sources/sensitive_file local_sensitive_file}."
@@ -1144,7 +1147,7 @@
1144
1147
  {
1145
1148
  "docs": {
1146
1149
  "stability": "stable",
1147
- "summary": "Generates CDKTF code for importing a DataLocalSensitiveFile resource upon running \"cdktf plan <stack-name>\"."
1150
+ "summary": "Generates CDKTN code for importing a DataLocalSensitiveFile resource upon running \"cdktn plan <stack-name>\"."
1148
1151
  },
1149
1152
  "locationInModule": {
1150
1153
  "filename": "src/data-local-sensitive-file/index.ts",
@@ -1187,13 +1190,13 @@
1187
1190
  "name": "provider",
1188
1191
  "optional": true,
1189
1192
  "type": {
1190
- "fqn": "cdktf.TerraformProvider"
1193
+ "fqn": "cdktn.TerraformProvider"
1191
1194
  }
1192
1195
  }
1193
1196
  ],
1194
1197
  "returns": {
1195
1198
  "type": {
1196
- "fqn": "cdktf.ImportableResource"
1199
+ "fqn": "cdktn.ImportableResource"
1197
1200
  }
1198
1201
  },
1199
1202
  "static": true
@@ -1207,7 +1210,7 @@
1207
1210
  "line": 143
1208
1211
  },
1209
1212
  "name": "synthesizeAttributes",
1210
- "overrides": "cdktf.TerraformDataSource",
1213
+ "overrides": "cdktn.TerraformDataSource",
1211
1214
  "protected": true,
1212
1215
  "returns": {
1213
1216
  "type": {
@@ -1229,7 +1232,7 @@
1229
1232
  "line": 149
1230
1233
  },
1231
1234
  "name": "synthesizeHclAttributes",
1232
- "overrides": "cdktf.TerraformDataSource",
1235
+ "overrides": "cdktn.TerraformDataSource",
1233
1236
  "protected": true,
1234
1237
  "returns": {
1235
1238
  "type": {
@@ -1427,7 +1430,7 @@
1427
1430
  },
1428
1431
  "fqn": "@cdktn/provider-local.dataLocalSensitiveFile.DataLocalSensitiveFileConfig",
1429
1432
  "interfaces": [
1430
- "cdktf.TerraformMetaArguments"
1433
+ "cdktn.TerraformMetaArguments"
1431
1434
  ],
1432
1435
  "kind": "interface",
1433
1436
  "locationInModule": {
@@ -1459,7 +1462,7 @@
1459
1462
  },
1460
1463
  "@cdktn/provider-local.file.File": {
1461
1464
  "assembly": "@cdktn/provider-local",
1462
- "base": "cdktf.TerraformResource",
1465
+ "base": "cdktn.TerraformResource",
1463
1466
  "docs": {
1464
1467
  "stability": "stable",
1465
1468
  "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/local/2.7.0/docs/resources/file local_file}."
@@ -1511,7 +1514,7 @@
1511
1514
  {
1512
1515
  "docs": {
1513
1516
  "stability": "stable",
1514
- "summary": "Generates CDKTF code for importing a File resource upon running \"cdktf plan <stack-name>\"."
1517
+ "summary": "Generates CDKTN code for importing a File resource upon running \"cdktn plan <stack-name>\"."
1515
1518
  },
1516
1519
  "locationInModule": {
1517
1520
  "filename": "src/file/index.ts",
@@ -1554,13 +1557,13 @@
1554
1557
  "name": "provider",
1555
1558
  "optional": true,
1556
1559
  "type": {
1557
- "fqn": "cdktf.TerraformProvider"
1560
+ "fqn": "cdktn.TerraformProvider"
1558
1561
  }
1559
1562
  }
1560
1563
  ],
1561
1564
  "returns": {
1562
1565
  "type": {
1563
- "fqn": "cdktf.ImportableResource"
1566
+ "fqn": "cdktn.ImportableResource"
1564
1567
  }
1565
1568
  },
1566
1569
  "static": true
@@ -1634,7 +1637,7 @@
1634
1637
  "line": 288
1635
1638
  },
1636
1639
  "name": "synthesizeAttributes",
1637
- "overrides": "cdktf.TerraformResource",
1640
+ "overrides": "cdktn.TerraformResource",
1638
1641
  "protected": true,
1639
1642
  "returns": {
1640
1643
  "type": {
@@ -1656,7 +1659,7 @@
1656
1659
  "line": 300
1657
1660
  },
1658
1661
  "name": "synthesizeHclAttributes",
1659
- "overrides": "cdktf.TerraformResource",
1662
+ "overrides": "cdktn.TerraformResource",
1660
1663
  "protected": true,
1661
1664
  "returns": {
1662
1665
  "type": {
@@ -1994,7 +1997,7 @@
1994
1997
  },
1995
1998
  "fqn": "@cdktn/provider-local.file.FileConfig",
1996
1999
  "interfaces": [
1997
- "cdktf.TerraformMetaArguments"
2000
+ "cdktn.TerraformMetaArguments"
1998
2001
  ],
1999
2002
  "kind": "interface",
2000
2003
  "locationInModule": {
@@ -2134,7 +2137,7 @@
2134
2137
  },
2135
2138
  "@cdktn/provider-local.provider.LocalProvider": {
2136
2139
  "assembly": "@cdktn/provider-local",
2137
- "base": "cdktf.TerraformProvider",
2140
+ "base": "cdktn.TerraformProvider",
2138
2141
  "docs": {
2139
2142
  "stability": "stable",
2140
2143
  "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/local/2.7.0/docs local}."
@@ -2187,7 +2190,7 @@
2187
2190
  {
2188
2191
  "docs": {
2189
2192
  "stability": "stable",
2190
- "summary": "Generates CDKTF code for importing a LocalProvider resource upon running \"cdktf plan <stack-name>\"."
2193
+ "summary": "Generates CDKTN code for importing a LocalProvider resource upon running \"cdktn plan <stack-name>\"."
2191
2194
  },
2192
2195
  "locationInModule": {
2193
2196
  "filename": "src/provider/index.ts",
@@ -2230,13 +2233,13 @@
2230
2233
  "name": "provider",
2231
2234
  "optional": true,
2232
2235
  "type": {
2233
- "fqn": "cdktf.TerraformProvider"
2236
+ "fqn": "cdktn.TerraformProvider"
2234
2237
  }
2235
2238
  }
2236
2239
  ],
2237
2240
  "returns": {
2238
2241
  "type": {
2239
- "fqn": "cdktf.ImportableResource"
2242
+ "fqn": "cdktn.ImportableResource"
2240
2243
  }
2241
2244
  },
2242
2245
  "static": true
@@ -2260,7 +2263,7 @@
2260
2263
  "line": 95
2261
2264
  },
2262
2265
  "name": "synthesizeAttributes",
2263
- "overrides": "cdktf.TerraformProvider",
2266
+ "overrides": "cdktn.TerraformProvider",
2264
2267
  "protected": true,
2265
2268
  "returns": {
2266
2269
  "type": {
@@ -2282,7 +2285,7 @@
2282
2285
  "line": 101
2283
2286
  },
2284
2287
  "name": "synthesizeHclAttributes",
2285
- "overrides": "cdktf.TerraformProvider",
2288
+ "overrides": "cdktn.TerraformProvider",
2286
2289
  "protected": true,
2287
2290
  "returns": {
2288
2291
  "type": {
@@ -2340,7 +2343,7 @@
2340
2343
  },
2341
2344
  "name": "alias",
2342
2345
  "optional": true,
2343
- "overrides": "cdktf.TerraformProvider",
2346
+ "overrides": "cdktn.TerraformProvider",
2344
2347
  "type": {
2345
2348
  "primitive": "string"
2346
2349
  }
@@ -2386,7 +2389,7 @@
2386
2389
  },
2387
2390
  "@cdktn/provider-local.sensitiveFile.SensitiveFile": {
2388
2391
  "assembly": "@cdktn/provider-local",
2389
- "base": "cdktf.TerraformResource",
2392
+ "base": "cdktn.TerraformResource",
2390
2393
  "docs": {
2391
2394
  "stability": "stable",
2392
2395
  "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/local/2.7.0/docs/resources/sensitive_file local_sensitive_file}."
@@ -2438,7 +2441,7 @@
2438
2441
  {
2439
2442
  "docs": {
2440
2443
  "stability": "stable",
2441
- "summary": "Generates CDKTF code for importing a SensitiveFile resource upon running \"cdktf plan <stack-name>\"."
2444
+ "summary": "Generates CDKTN code for importing a SensitiveFile resource upon running \"cdktn plan <stack-name>\"."
2442
2445
  },
2443
2446
  "locationInModule": {
2444
2447
  "filename": "src/sensitive-file/index.ts",
@@ -2481,13 +2484,13 @@
2481
2484
  "name": "provider",
2482
2485
  "optional": true,
2483
2486
  "type": {
2484
- "fqn": "cdktf.TerraformProvider"
2487
+ "fqn": "cdktn.TerraformProvider"
2485
2488
  }
2486
2489
  }
2487
2490
  ],
2488
2491
  "returns": {
2489
2492
  "type": {
2490
- "fqn": "cdktf.ImportableResource"
2493
+ "fqn": "cdktn.ImportableResource"
2491
2494
  }
2492
2495
  },
2493
2496
  "static": true
@@ -2551,7 +2554,7 @@
2551
2554
  "line": 260
2552
2555
  },
2553
2556
  "name": "synthesizeAttributes",
2554
- "overrides": "cdktf.TerraformResource",
2557
+ "overrides": "cdktn.TerraformResource",
2555
2558
  "protected": true,
2556
2559
  "returns": {
2557
2560
  "type": {
@@ -2573,7 +2576,7 @@
2573
2576
  "line": 271
2574
2577
  },
2575
2578
  "name": "synthesizeHclAttributes",
2576
- "overrides": "cdktf.TerraformResource",
2579
+ "overrides": "cdktn.TerraformResource",
2577
2580
  "protected": true,
2578
2581
  "returns": {
2579
2582
  "type": {
@@ -2883,7 +2886,7 @@
2883
2886
  },
2884
2887
  "fqn": "@cdktn/provider-local.sensitiveFile.SensitiveFileConfig",
2885
2888
  "interfaces": [
2886
- "cdktf.TerraformMetaArguments"
2889
+ "cdktn.TerraformMetaArguments"
2887
2890
  ],
2888
2891
  "kind": "interface",
2889
2892
  "locationInModule": {
@@ -3004,6 +3007,6 @@
3004
3007
  "symbolId": "src/sensitive-file/index:SensitiveFileConfig"
3005
3008
  }
3006
3009
  },
3007
- "version": "11.3.0",
3008
- "fingerprint": "3Iu4iFsrXaauTU9cnhIZKWmmNgeVsetvHBIipeS0D+s="
3010
+ "version": "12.0.0",
3011
+ "fingerprint": "oXX2OTfQLwVuJdemNhsk1UxeCYme0//3WB7HhGWb3Hk="
3009
3012
  }
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
 
2
- # CDKTF prebuilt bindings for hashicorp/local provider version 2.7.0
2
+ # CDKTN prebuilt bindings for hashicorp/local provider version 2.7.0
3
3
 
4
- This repo builds and publishes the [Terraform local provider](https://registry.terraform.io/providers/hashicorp/local/2.7.0/docs) bindings for [CDK for Terraform](https://cdk.tf).
4
+ This repo builds and publishes the [Terraform local provider](https://registry.terraform.io/providers/hashicorp/local/2.7.0/docs) bindings for [CDK Terrain](https://cdktn.io).
5
5
 
6
6
  ## Available Packages
7
7
 
@@ -58,11 +58,11 @@ You can also visit a hosted version of the documentation on [constructs.dev](htt
58
58
 
59
59
  ## Versioning
60
60
 
61
- This project is explicitly not tracking the Terraform local provider version 1:1. In fact, it always tracks `latest` of `~> 2.1` with every release. If there are scenarios where you explicitly have to pin your provider version, you can do so by [generating the provider constructs manually](https://cdk.tf/imports).
61
+ This project is explicitly not tracking the Terraform local provider version 1:1. In fact, it always tracks `latest` of `~> 2.1` with every release. If there are scenarios where you explicitly have to pin your provider version, you can do so by [generating the provider constructs manually](https://cdktn.io/docs/concepts/providers#import-providers).
62
62
 
63
63
  These are the upstream dependencies:
64
64
 
65
- - [CDK for Terraform](https://cdk.tf) - Last official release
65
+ - [CDK Terrain](https://cdktn.io) - Last official release
66
66
  - [Terraform local provider](https://registry.terraform.io/providers/hashicorp/local/2.7.0)
67
67
  - [Terraform Engine](https://terraform.io)
68
68
 
@@ -70,10 +70,10 @@ If there are breaking changes (backward incompatible) in any of the above, the m
70
70
 
71
71
  ## Features / Issues / Bugs
72
72
 
73
- Please report bugs and issues to the [CDK for Terraform](https://cdk.tf) project:
73
+ Please report bugs and issues to the [CDK Terrain](https://cdktn.io) project:
74
74
 
75
- - [Create bug report](https://cdk.tf/bug)
76
- - [Create feature request](https://cdk.tf/feature)
75
+ - [Create bug report](https://github.com/open-constructs/cdk-terrain/issues)
76
+ - [Create feature request](https://github.com/open-constructs/cdk-terrain/issues)
77
77
 
78
78
  ## Contributing
79
79
 
@@ -83,7 +83,7 @@ This is mostly based on [Projen](https://projen.io), which takes care of generat
83
83
 
84
84
  ### cdktn-provider-project based on Projen
85
85
 
86
- There's a custom [project builder](https://github.com/cdktn-io/cdktn-provider-project) which encapsulate the common settings for all `cdktf` prebuilt providers.
86
+ There's a custom [project builder](https://github.com/cdktn-io/cdktn-provider-project) which encapsulate the common settings for all `cdktn` prebuilt providers.
87
87
 
88
88
  ### Provider Version
89
89
 
@@ -3,14 +3,14 @@
3
3
  * SPDX-License-Identifier: MPL-2.0
4
4
  */
5
5
  import { Construct } from 'constructs';
6
- import * as cdktf from 'cdktf';
7
- export interface DataLocalCommandConfig extends cdktf.TerraformMetaArguments {
6
+ import * as cdktn from 'cdktn';
7
+ export interface DataLocalCommandConfig extends cdktn.TerraformMetaArguments {
8
8
  /**
9
9
  * Indicates that the command returning a non-zero exit code should be treated as a successful execution. Further assertions can be made of the `exit_code` value with the [`check` block](https://developer.hashicorp.com/terraform/language/block/check). Defaults to false.
10
10
  *
11
11
  * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.7.0/docs/data-sources/command#allow_non_zero_exit_code DataLocalCommand#allow_non_zero_exit_code}
12
12
  */
13
- readonly allowNonZeroExitCode?: boolean | cdktf.IResolvable;
13
+ readonly allowNonZeroExitCode?: boolean | cdktn.IResolvable;
14
14
  /**
15
15
  * Arguments to be passed to the given command. Any `null` arguments will be removed from the list.
16
16
  *
@@ -39,16 +39,16 @@ export interface DataLocalCommandConfig extends cdktf.TerraformMetaArguments {
39
39
  /**
40
40
  * Represents a {@link https://registry.terraform.io/providers/hashicorp/local/2.7.0/docs/data-sources/command local_command}
41
41
  */
42
- export declare class DataLocalCommand extends cdktf.TerraformDataSource {
42
+ export declare class DataLocalCommand extends cdktn.TerraformDataSource {
43
43
  static readonly tfResourceType = "local_command";
44
44
  /**
45
- * Generates CDKTF code for importing a DataLocalCommand resource upon running "cdktf plan <stack-name>"
45
+ * Generates CDKTN code for importing a DataLocalCommand resource upon running "cdktn plan <stack-name>"
46
46
  * @param scope The scope in which to define this construct
47
47
  * @param importToId The construct id used in the generated config for the DataLocalCommand to import
48
48
  * @param importFromId The id of the existing DataLocalCommand that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/local/2.7.0/docs/data-sources/command#import import section} in the documentation of this resource for the id to use
49
49
  * @param provider? Optional instance of the provider where the DataLocalCommand to import is found
50
50
  */
51
- static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): cdktf.ImportableResource;
51
+ static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktn.TerraformProvider): cdktn.ImportableResource;
52
52
  /**
53
53
  * Create a new {@link https://registry.terraform.io/providers/hashicorp/local/2.7.0/docs/data-sources/command local_command} Data Source
54
54
  *
@@ -58,10 +58,10 @@ export declare class DataLocalCommand extends cdktf.TerraformDataSource {
58
58
  */
59
59
  constructor(scope: Construct, id: string, config: DataLocalCommandConfig);
60
60
  private _allowNonZeroExitCode?;
61
- get allowNonZeroExitCode(): boolean | cdktf.IResolvable;
62
- set allowNonZeroExitCode(value: boolean | cdktf.IResolvable);
61
+ get allowNonZeroExitCode(): boolean | cdktn.IResolvable;
62
+ set allowNonZeroExitCode(value: boolean | cdktn.IResolvable);
63
63
  resetAllowNonZeroExitCode(): void;
64
- get allowNonZeroExitCodeInput(): boolean | cdktf.IResolvable | undefined;
64
+ get allowNonZeroExitCodeInput(): boolean | cdktn.IResolvable | undefined;
65
65
  private _arguments?;
66
66
  get arguments(): string[];
67
67
  set arguments(value: string[]);