@cdktn/provider-local 13.0.0 → 13.1.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 +56 -49
- package/README.md +3 -3
- package/lib/data-local-command/index.d.ts +8 -8
- package/lib/data-local-command/index.js +6 -6
- package/lib/data-local-file/index.d.ts +4 -4
- package/lib/data-local-file/index.js +6 -6
- package/lib/data-local-sensitive-file/index.d.ts +4 -4
- package/lib/data-local-sensitive-file/index.js +6 -6
- package/lib/file/index.d.ts +10 -10
- package/lib/file/index.js +6 -6
- package/lib/provider/index.d.ts +4 -4
- package/lib/provider/index.js +6 -6
- package/lib/sensitive-file/index.d.ts +9 -9
- package/lib/sensitive-file/index.js +6 -6
- package/package.json +12 -4
package/.jsii
CHANGED
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"stability": "stable"
|
|
73
73
|
},
|
|
74
74
|
"homepage": "https://github.com/cdktn-io/cdktn-provider-local.git",
|
|
75
|
-
"jsiiVersion": "5.9.
|
|
75
|
+
"jsiiVersion": "5.9.40 (build 8be98bb)",
|
|
76
76
|
"keywords": [
|
|
77
77
|
"cdk",
|
|
78
78
|
"cdk-terrain",
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
},
|
|
95
95
|
"name": "@cdktn/provider-local",
|
|
96
96
|
"readme": {
|
|
97
|
-
"markdown": "\n# CDKTN prebuilt bindings for hashicorp/local provider version 2.
|
|
97
|
+
"markdown": "\n# CDKTN prebuilt bindings for hashicorp/local provider version 2.9.0\n\nThis repo builds and publishes the [Terraform local provider](https://registry.terraform.io/providers/hashicorp/local/2.9.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.9.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"
|
|
98
98
|
},
|
|
99
99
|
"repository": {
|
|
100
100
|
"type": "git",
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"line": 9
|
|
109
109
|
},
|
|
110
110
|
"readme": {
|
|
111
|
-
"markdown": "# `data_local_command`\n\nRefer to the Terraform Registry for docs: [`data_local_command`](https://registry.terraform.io/providers/hashicorp/local/2.
|
|
111
|
+
"markdown": "# `data_local_command`\n\nRefer to the Terraform Registry for docs: [`data_local_command`](https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs/data-sources/command).\n"
|
|
112
112
|
},
|
|
113
113
|
"symbolId": "src/data-local-command/index:"
|
|
114
114
|
},
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"line": 10
|
|
119
119
|
},
|
|
120
120
|
"readme": {
|
|
121
|
-
"markdown": "# `data_local_file`\n\nRefer to the Terraform Registry for docs: [`data_local_file`](https://registry.terraform.io/providers/hashicorp/local/2.
|
|
121
|
+
"markdown": "# `data_local_file`\n\nRefer to the Terraform Registry for docs: [`data_local_file`](https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs/data-sources/file).\n"
|
|
122
122
|
},
|
|
123
123
|
"symbolId": "src/data-local-file/index:"
|
|
124
124
|
},
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
"line": 11
|
|
129
129
|
},
|
|
130
130
|
"readme": {
|
|
131
|
-
"markdown": "# `data_local_sensitive_file`\n\nRefer to the Terraform Registry for docs: [`data_local_sensitive_file`](https://registry.terraform.io/providers/hashicorp/local/2.
|
|
131
|
+
"markdown": "# `data_local_sensitive_file`\n\nRefer to the Terraform Registry for docs: [`data_local_sensitive_file`](https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs/data-sources/sensitive_file).\n"
|
|
132
132
|
},
|
|
133
133
|
"symbolId": "src/data-local-sensitive-file/index:"
|
|
134
134
|
},
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
"line": 7
|
|
139
139
|
},
|
|
140
140
|
"readme": {
|
|
141
|
-
"markdown": "# `local_file`\n\nRefer to the Terraform Registry for docs: [`local_file`](https://registry.terraform.io/providers/hashicorp/local/2.
|
|
141
|
+
"markdown": "# `local_file`\n\nRefer to the Terraform Registry for docs: [`local_file`](https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs/resources/file).\n"
|
|
142
142
|
},
|
|
143
143
|
"symbolId": "src/file/index:"
|
|
144
144
|
},
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
"line": 12
|
|
149
149
|
},
|
|
150
150
|
"readme": {
|
|
151
|
-
"markdown": "# `provider`\n\nRefer to the Terraform Registry for docs: [`local`](https://registry.terraform.io/providers/hashicorp/local/2.
|
|
151
|
+
"markdown": "# `provider`\n\nRefer to the Terraform Registry for docs: [`local`](https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs).\n"
|
|
152
152
|
},
|
|
153
153
|
"symbolId": "src/provider/index:"
|
|
154
154
|
},
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
"line": 8
|
|
159
159
|
},
|
|
160
160
|
"readme": {
|
|
161
|
-
"markdown": "# `local_sensitive_file`\n\nRefer to the Terraform Registry for docs: [`local_sensitive_file`](https://registry.terraform.io/providers/hashicorp/local/2.
|
|
161
|
+
"markdown": "# `local_sensitive_file`\n\nRefer to the Terraform Registry for docs: [`local_sensitive_file`](https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs/resources/sensitive_file).\n"
|
|
162
162
|
},
|
|
163
163
|
"symbolId": "src/sensitive-file/index:"
|
|
164
164
|
}
|
|
@@ -172,6 +172,13 @@
|
|
|
172
172
|
"moduleName": "github.com/cdktn-io/cdktn-provider-local-go",
|
|
173
173
|
"packageName": "local"
|
|
174
174
|
},
|
|
175
|
+
"java": {
|
|
176
|
+
"maven": {
|
|
177
|
+
"artifactId": "cdktn-provider-local",
|
|
178
|
+
"groupId": "io.cdktn"
|
|
179
|
+
},
|
|
180
|
+
"package": "io.cdktn.providers.local"
|
|
181
|
+
},
|
|
175
182
|
"js": {
|
|
176
183
|
"npm": "@cdktn/provider-local"
|
|
177
184
|
},
|
|
@@ -186,13 +193,13 @@
|
|
|
186
193
|
"base": "cdktn.TerraformDataSource",
|
|
187
194
|
"docs": {
|
|
188
195
|
"stability": "stable",
|
|
189
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
196
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs/data-sources/command local_command}."
|
|
190
197
|
},
|
|
191
198
|
"fqn": "@cdktn/provider-local.dataLocalCommand.DataLocalCommand",
|
|
192
199
|
"initializer": {
|
|
193
200
|
"docs": {
|
|
194
201
|
"stability": "stable",
|
|
195
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
202
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs/data-sources/command local_command} Data Source."
|
|
196
203
|
},
|
|
197
204
|
"locationInModule": {
|
|
198
205
|
"filename": "src/data-local-command/index.ts",
|
|
@@ -263,7 +270,7 @@
|
|
|
263
270
|
},
|
|
264
271
|
{
|
|
265
272
|
"docs": {
|
|
266
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
273
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs/data-sources/command#import import section} in the documentation of this resource for the id to use",
|
|
267
274
|
"summary": "The id of the existing DataLocalCommand that should be imported."
|
|
268
275
|
},
|
|
269
276
|
"name": "importFromId",
|
|
@@ -627,7 +634,7 @@
|
|
|
627
634
|
{
|
|
628
635
|
"abstract": true,
|
|
629
636
|
"docs": {
|
|
630
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
637
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs/data-sources/command#command DataLocalCommand#command}",
|
|
631
638
|
"stability": "stable",
|
|
632
639
|
"summary": "Executable name to be discovered on the PATH or absolute path to executable."
|
|
633
640
|
},
|
|
@@ -644,7 +651,7 @@
|
|
|
644
651
|
{
|
|
645
652
|
"abstract": true,
|
|
646
653
|
"docs": {
|
|
647
|
-
"remarks": "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.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
654
|
+
"remarks": "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.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs/data-sources/command#allow_non_zero_exit_code DataLocalCommand#allow_non_zero_exit_code}",
|
|
648
655
|
"stability": "stable",
|
|
649
656
|
"summary": "Indicates that the command returning a non-zero exit code should be treated as a successful execution."
|
|
650
657
|
},
|
|
@@ -671,7 +678,7 @@
|
|
|
671
678
|
{
|
|
672
679
|
"abstract": true,
|
|
673
680
|
"docs": {
|
|
674
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
681
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs/data-sources/command#arguments DataLocalCommand#arguments}",
|
|
675
682
|
"stability": "stable",
|
|
676
683
|
"summary": "Arguments to be passed to the given command. Any `null` arguments will be removed from the list."
|
|
677
684
|
},
|
|
@@ -694,7 +701,7 @@
|
|
|
694
701
|
{
|
|
695
702
|
"abstract": true,
|
|
696
703
|
"docs": {
|
|
697
|
-
"remarks": "[Terraform values](https://developer.hashicorp.com/terraform/language/expressions/types) can be encoded by any Terraform encode function, for example, [`jsonencode`](https://developer.hashicorp.com/terraform/language/functions/jsonencode).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
704
|
+
"remarks": "[Terraform values](https://developer.hashicorp.com/terraform/language/expressions/types) can be encoded by any Terraform encode function, for example, [`jsonencode`](https://developer.hashicorp.com/terraform/language/functions/jsonencode).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs/data-sources/command#stdin DataLocalCommand#stdin}",
|
|
698
705
|
"stability": "stable",
|
|
699
706
|
"summary": "Data to be passed to the given command's standard input as a UTF-8 string."
|
|
700
707
|
},
|
|
@@ -712,7 +719,7 @@
|
|
|
712
719
|
{
|
|
713
720
|
"abstract": true,
|
|
714
721
|
"docs": {
|
|
715
|
-
"remarks": "If not provided, defaults to the Terraform working directory.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
722
|
+
"remarks": "If not provided, defaults to the Terraform working directory.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs/data-sources/command#working_directory DataLocalCommand#working_directory}",
|
|
716
723
|
"stability": "stable",
|
|
717
724
|
"summary": "The directory path where the command should be executed, either an absolute path or relative to the Terraform working directory."
|
|
718
725
|
},
|
|
@@ -735,13 +742,13 @@
|
|
|
735
742
|
"base": "cdktn.TerraformDataSource",
|
|
736
743
|
"docs": {
|
|
737
744
|
"stability": "stable",
|
|
738
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
745
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs/data-sources/file local_file}."
|
|
739
746
|
},
|
|
740
747
|
"fqn": "@cdktn/provider-local.dataLocalFile.DataLocalFile",
|
|
741
748
|
"initializer": {
|
|
742
749
|
"docs": {
|
|
743
750
|
"stability": "stable",
|
|
744
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
751
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs/data-sources/file local_file} Data Source."
|
|
745
752
|
},
|
|
746
753
|
"locationInModule": {
|
|
747
754
|
"filename": "src/data-local-file/index.ts",
|
|
@@ -812,7 +819,7 @@
|
|
|
812
819
|
},
|
|
813
820
|
{
|
|
814
821
|
"docs": {
|
|
815
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
822
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs/data-sources/file#import import section} in the documentation of this resource for the id to use",
|
|
816
823
|
"summary": "The id of the existing DataLocalFile that should be imported."
|
|
817
824
|
},
|
|
818
825
|
"name": "importFromId",
|
|
@@ -1080,7 +1087,7 @@
|
|
|
1080
1087
|
{
|
|
1081
1088
|
"abstract": true,
|
|
1082
1089
|
"docs": {
|
|
1083
|
-
"remarks": "The data source will return an error if the file does not exist.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
1090
|
+
"remarks": "The data source will return an error if the file does not exist.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs/data-sources/file#filename DataLocalFile#filename}",
|
|
1084
1091
|
"stability": "stable",
|
|
1085
1092
|
"summary": "Path to the file that will be read."
|
|
1086
1093
|
},
|
|
@@ -1102,13 +1109,13 @@
|
|
|
1102
1109
|
"base": "cdktn.TerraformDataSource",
|
|
1103
1110
|
"docs": {
|
|
1104
1111
|
"stability": "stable",
|
|
1105
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
1112
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs/data-sources/sensitive_file local_sensitive_file}."
|
|
1106
1113
|
},
|
|
1107
1114
|
"fqn": "@cdktn/provider-local.dataLocalSensitiveFile.DataLocalSensitiveFile",
|
|
1108
1115
|
"initializer": {
|
|
1109
1116
|
"docs": {
|
|
1110
1117
|
"stability": "stable",
|
|
1111
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
1118
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs/data-sources/sensitive_file local_sensitive_file} Data Source."
|
|
1112
1119
|
},
|
|
1113
1120
|
"locationInModule": {
|
|
1114
1121
|
"filename": "src/data-local-sensitive-file/index.ts",
|
|
@@ -1179,7 +1186,7 @@
|
|
|
1179
1186
|
},
|
|
1180
1187
|
{
|
|
1181
1188
|
"docs": {
|
|
1182
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
1189
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs/data-sources/sensitive_file#import import section} in the documentation of this resource for the id to use",
|
|
1183
1190
|
"summary": "The id of the existing DataLocalSensitiveFile that should be imported."
|
|
1184
1191
|
},
|
|
1185
1192
|
"name": "importFromId",
|
|
@@ -1447,7 +1454,7 @@
|
|
|
1447
1454
|
{
|
|
1448
1455
|
"abstract": true,
|
|
1449
1456
|
"docs": {
|
|
1450
|
-
"remarks": "The data source will return an error if the file does not exist.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
1457
|
+
"remarks": "The data source will return an error if the file does not exist.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs/data-sources/sensitive_file#filename DataLocalSensitiveFile#filename}",
|
|
1451
1458
|
"stability": "stable",
|
|
1452
1459
|
"summary": "Path to the file that will be read."
|
|
1453
1460
|
},
|
|
@@ -1469,13 +1476,13 @@
|
|
|
1469
1476
|
"base": "cdktn.TerraformResource",
|
|
1470
1477
|
"docs": {
|
|
1471
1478
|
"stability": "stable",
|
|
1472
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
1479
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs/resources/file local_file}."
|
|
1473
1480
|
},
|
|
1474
1481
|
"fqn": "@cdktn/provider-local.file.File",
|
|
1475
1482
|
"initializer": {
|
|
1476
1483
|
"docs": {
|
|
1477
1484
|
"stability": "stable",
|
|
1478
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
1485
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs/resources/file local_file} Resource."
|
|
1479
1486
|
},
|
|
1480
1487
|
"locationInModule": {
|
|
1481
1488
|
"filename": "src/file/index.ts",
|
|
@@ -1546,7 +1553,7 @@
|
|
|
1546
1553
|
},
|
|
1547
1554
|
{
|
|
1548
1555
|
"docs": {
|
|
1549
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
1556
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs/resources/file#import import section} in the documentation of this resource for the id to use",
|
|
1550
1557
|
"summary": "The id of the existing File that should be imported."
|
|
1551
1558
|
},
|
|
1552
1559
|
"name": "importFromId",
|
|
@@ -2014,7 +2021,7 @@
|
|
|
2014
2021
|
{
|
|
2015
2022
|
"abstract": true,
|
|
2016
2023
|
"docs": {
|
|
2017
|
-
"remarks": "Missing parent directories will be created.\n If the file already exists, it will be overridden with the given content.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
2024
|
+
"remarks": "Missing parent directories will be created.\n If the file already exists, it will be overridden with the given content.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs/resources/file#filename File#filename}",
|
|
2018
2025
|
"stability": "stable",
|
|
2019
2026
|
"summary": "The path to the file that will be created."
|
|
2020
2027
|
},
|
|
@@ -2031,7 +2038,7 @@
|
|
|
2031
2038
|
{
|
|
2032
2039
|
"abstract": true,
|
|
2033
2040
|
"docs": {
|
|
2034
|
-
"remarks": "Conflicts with `sensitive_content`, `content_base64` and `source`.\n Exactly one of these four arguments must be specified.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
2041
|
+
"remarks": "Conflicts with `sensitive_content`, `content_base64` and `source`.\n Exactly one of these four arguments must be specified.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs/resources/file#content File#content}",
|
|
2035
2042
|
"stability": "stable",
|
|
2036
2043
|
"summary": "Content to store in the file, expected to be a UTF-8 encoded string."
|
|
2037
2044
|
},
|
|
@@ -2049,7 +2056,7 @@
|
|
|
2049
2056
|
{
|
|
2050
2057
|
"abstract": true,
|
|
2051
2058
|
"docs": {
|
|
2052
|
-
"remarks": "Conflicts with `content`, `sensitive_content` and `source`.\n Exactly one of these four arguments must be specified.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
2059
|
+
"remarks": "Conflicts with `content`, `sensitive_content` and `source`.\n Exactly one of these four arguments must be specified.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs/resources/file#content_base64 File#content_base64}",
|
|
2053
2060
|
"stability": "stable",
|
|
2054
2061
|
"summary": "Content to store in the file, expected to be binary encoded as base64 string."
|
|
2055
2062
|
},
|
|
@@ -2067,7 +2074,7 @@
|
|
|
2067
2074
|
{
|
|
2068
2075
|
"abstract": true,
|
|
2069
2076
|
"docs": {
|
|
2070
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
2077
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs/resources/file#directory_permission File#directory_permission}",
|
|
2071
2078
|
"stability": "stable",
|
|
2072
2079
|
"summary": "Permissions to set for directories created (before umask), expressed as string in [numeric notation](https://en.wikipedia.org/wiki/File-system_permissions#Numeric_notation). Default value is `\"0777\"`."
|
|
2073
2080
|
},
|
|
@@ -2085,7 +2092,7 @@
|
|
|
2085
2092
|
{
|
|
2086
2093
|
"abstract": true,
|
|
2087
2094
|
"docs": {
|
|
2088
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
2095
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs/resources/file#file_permission File#file_permission}",
|
|
2089
2096
|
"stability": "stable",
|
|
2090
2097
|
"summary": "Permissions to set for the output file (before umask), expressed as string in [numeric notation](https://en.wikipedia.org/wiki/File-system_permissions#Numeric_notation). Default value is `\"0777\"`."
|
|
2091
2098
|
},
|
|
@@ -2103,7 +2110,7 @@
|
|
|
2103
2110
|
{
|
|
2104
2111
|
"abstract": true,
|
|
2105
2112
|
"docs": {
|
|
2106
|
-
"remarks": "Will not be displayed in diffs.\n Conflicts with `content`, `content_base64` and `source`.\n Exactly one of these four arguments must be specified.\n If in need to use _sensitive_ content, please use the [`local_sensitive_file`](./sensitive_file.html)\n resource instead.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
2113
|
+
"remarks": "Will not be displayed in diffs.\n Conflicts with `content`, `content_base64` and `source`.\n Exactly one of these four arguments must be specified.\n If in need to use _sensitive_ content, please use the [`local_sensitive_file`](./sensitive_file.html)\n resource instead.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs/resources/file#sensitive_content File#sensitive_content}",
|
|
2107
2114
|
"stability": "stable",
|
|
2108
2115
|
"summary": "Sensitive content to store in the file, expected to be an UTF-8 encoded string."
|
|
2109
2116
|
},
|
|
@@ -2121,7 +2128,7 @@
|
|
|
2121
2128
|
{
|
|
2122
2129
|
"abstract": true,
|
|
2123
2130
|
"docs": {
|
|
2124
|
-
"remarks": "Conflicts with `content`, `sensitive_content` and `content_base64`.\n Exactly one of these four arguments must be specified.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
2131
|
+
"remarks": "Conflicts with `content`, `sensitive_content` and `content_base64`.\n Exactly one of these four arguments must be specified.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs/resources/file#source File#source}",
|
|
2125
2132
|
"stability": "stable",
|
|
2126
2133
|
"summary": "Path to file to use as source for the one we are creating."
|
|
2127
2134
|
},
|
|
@@ -2144,13 +2151,13 @@
|
|
|
2144
2151
|
"base": "cdktn.TerraformProvider",
|
|
2145
2152
|
"docs": {
|
|
2146
2153
|
"stability": "stable",
|
|
2147
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
2154
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs local}."
|
|
2148
2155
|
},
|
|
2149
2156
|
"fqn": "@cdktn/provider-local.provider.LocalProvider",
|
|
2150
2157
|
"initializer": {
|
|
2151
2158
|
"docs": {
|
|
2152
2159
|
"stability": "stable",
|
|
2153
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
2160
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs local} Resource."
|
|
2154
2161
|
},
|
|
2155
2162
|
"locationInModule": {
|
|
2156
2163
|
"filename": "src/provider/index.ts",
|
|
@@ -2222,7 +2229,7 @@
|
|
|
2222
2229
|
},
|
|
2223
2230
|
{
|
|
2224
2231
|
"docs": {
|
|
2225
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
2232
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs#import import section} in the documentation of this resource for the id to use",
|
|
2226
2233
|
"summary": "The id of the existing LocalProvider that should be imported."
|
|
2227
2234
|
},
|
|
2228
2235
|
"name": "importFromId",
|
|
@@ -2373,7 +2380,7 @@
|
|
|
2373
2380
|
{
|
|
2374
2381
|
"abstract": true,
|
|
2375
2382
|
"docs": {
|
|
2376
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
2383
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs#alias LocalProvider#alias}",
|
|
2377
2384
|
"stability": "stable",
|
|
2378
2385
|
"summary": "Alias name."
|
|
2379
2386
|
},
|
|
@@ -2396,13 +2403,13 @@
|
|
|
2396
2403
|
"base": "cdktn.TerraformResource",
|
|
2397
2404
|
"docs": {
|
|
2398
2405
|
"stability": "stable",
|
|
2399
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
2406
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs/resources/sensitive_file local_sensitive_file}."
|
|
2400
2407
|
},
|
|
2401
2408
|
"fqn": "@cdktn/provider-local.sensitiveFile.SensitiveFile",
|
|
2402
2409
|
"initializer": {
|
|
2403
2410
|
"docs": {
|
|
2404
2411
|
"stability": "stable",
|
|
2405
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
2412
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs/resources/sensitive_file local_sensitive_file} Resource."
|
|
2406
2413
|
},
|
|
2407
2414
|
"locationInModule": {
|
|
2408
2415
|
"filename": "src/sensitive-file/index.ts",
|
|
@@ -2473,7 +2480,7 @@
|
|
|
2473
2480
|
},
|
|
2474
2481
|
{
|
|
2475
2482
|
"docs": {
|
|
2476
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
2483
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs/resources/sensitive_file#import import section} in the documentation of this resource for the id to use",
|
|
2477
2484
|
"summary": "The id of the existing SensitiveFile that should be imported."
|
|
2478
2485
|
},
|
|
2479
2486
|
"name": "importFromId",
|
|
@@ -2903,7 +2910,7 @@
|
|
|
2903
2910
|
{
|
|
2904
2911
|
"abstract": true,
|
|
2905
2912
|
"docs": {
|
|
2906
|
-
"remarks": "Missing parent directories will be created.\n If the file already exists, it will be overridden with the given content.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
2913
|
+
"remarks": "Missing parent directories will be created.\n If the file already exists, it will be overridden with the given content.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs/resources/sensitive_file#filename SensitiveFile#filename}",
|
|
2907
2914
|
"stability": "stable",
|
|
2908
2915
|
"summary": "The path to the file that will be created."
|
|
2909
2916
|
},
|
|
@@ -2920,7 +2927,7 @@
|
|
|
2920
2927
|
{
|
|
2921
2928
|
"abstract": true,
|
|
2922
2929
|
"docs": {
|
|
2923
|
-
"remarks": "Conflicts with `content_base64` and `source`.\n Exactly one of these three arguments must be specified.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
2930
|
+
"remarks": "Conflicts with `content_base64` and `source`.\n Exactly one of these three arguments must be specified.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs/resources/sensitive_file#content SensitiveFile#content}",
|
|
2924
2931
|
"stability": "stable",
|
|
2925
2932
|
"summary": "Sensitive Content to store in the file, expected to be a UTF-8 encoded string."
|
|
2926
2933
|
},
|
|
@@ -2938,7 +2945,7 @@
|
|
|
2938
2945
|
{
|
|
2939
2946
|
"abstract": true,
|
|
2940
2947
|
"docs": {
|
|
2941
|
-
"remarks": "Conflicts with `content` and `source`.\n Exactly one of these three arguments must be specified.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
2948
|
+
"remarks": "Conflicts with `content` and `source`.\n Exactly one of these three arguments must be specified.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs/resources/sensitive_file#content_base64 SensitiveFile#content_base64}",
|
|
2942
2949
|
"stability": "stable",
|
|
2943
2950
|
"summary": "Sensitive Content to store in the file, expected to be binary encoded as base64 string."
|
|
2944
2951
|
},
|
|
@@ -2956,7 +2963,7 @@
|
|
|
2956
2963
|
{
|
|
2957
2964
|
"abstract": true,
|
|
2958
2965
|
"docs": {
|
|
2959
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
2966
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs/resources/sensitive_file#directory_permission SensitiveFile#directory_permission}",
|
|
2960
2967
|
"stability": "stable",
|
|
2961
2968
|
"summary": "Permissions to set for directories created (before umask), expressed as string in [numeric notation](https://en.wikipedia.org/wiki/File-system_permissions#Numeric_notation). Default value is `\"0700\"`."
|
|
2962
2969
|
},
|
|
@@ -2974,7 +2981,7 @@
|
|
|
2974
2981
|
{
|
|
2975
2982
|
"abstract": true,
|
|
2976
2983
|
"docs": {
|
|
2977
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
2984
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs/resources/sensitive_file#file_permission SensitiveFile#file_permission}",
|
|
2978
2985
|
"stability": "stable",
|
|
2979
2986
|
"summary": "Permissions to set for the output file (before umask), expressed as string in [numeric notation](https://en.wikipedia.org/wiki/File-system_permissions#Numeric_notation). Default value is `\"0700\"`."
|
|
2980
2987
|
},
|
|
@@ -2992,7 +2999,7 @@
|
|
|
2992
2999
|
{
|
|
2993
3000
|
"abstract": true,
|
|
2994
3001
|
"docs": {
|
|
2995
|
-
"remarks": "Conflicts with `content` and `content_base64`.\n Exactly one of these three arguments must be specified.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
3002
|
+
"remarks": "Conflicts with `content` and `content_base64`.\n Exactly one of these three arguments must be specified.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs/resources/sensitive_file#source SensitiveFile#source}",
|
|
2996
3003
|
"stability": "stable",
|
|
2997
3004
|
"summary": "Path to file to use as source for the one we are creating."
|
|
2998
3005
|
},
|
|
@@ -3011,6 +3018,6 @@
|
|
|
3011
3018
|
"symbolId": "src/sensitive-file/index:SensitiveFileConfig"
|
|
3012
3019
|
}
|
|
3013
3020
|
},
|
|
3014
|
-
"version": "13.
|
|
3015
|
-
"fingerprint": "
|
|
3021
|
+
"version": "13.1.0",
|
|
3022
|
+
"fingerprint": "u3GLpoMrlKkm/G5Rm/1lmpSkXbh0Vp6uWqAuA73YPWk="
|
|
3016
3023
|
}
|
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
|
-
# CDKTN prebuilt bindings for hashicorp/local provider version 2.
|
|
2
|
+
# CDKTN prebuilt bindings for hashicorp/local provider version 2.9.0
|
|
3
3
|
|
|
4
|
-
This repo builds and publishes the [Terraform local provider](https://registry.terraform.io/providers/hashicorp/local/2.
|
|
4
|
+
This repo builds and publishes the [Terraform local provider](https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs) bindings for [CDK Terrain](https://cdktn.io).
|
|
5
5
|
|
|
6
6
|
## Available Packages
|
|
7
7
|
|
|
@@ -63,7 +63,7 @@ This project is explicitly not tracking the Terraform local provider version 1:1
|
|
|
63
63
|
These are the upstream dependencies:
|
|
64
64
|
|
|
65
65
|
- [CDK Terrain](https://cdktn.io) - Last official release
|
|
66
|
-
- [Terraform local provider](https://registry.terraform.io/providers/hashicorp/local/2.
|
|
66
|
+
- [Terraform local provider](https://registry.terraform.io/providers/hashicorp/local/2.9.0)
|
|
67
67
|
- [Terraform Engine](https://terraform.io)
|
|
68
68
|
|
|
69
69
|
If there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped.
|
|
@@ -8,36 +8,36 @@ 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
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
11
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs/data-sources/command#allow_non_zero_exit_code DataLocalCommand#allow_non_zero_exit_code}
|
|
12
12
|
*/
|
|
13
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
|
*
|
|
17
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
17
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs/data-sources/command#arguments DataLocalCommand#arguments}
|
|
18
18
|
*/
|
|
19
19
|
readonly arguments?: string[];
|
|
20
20
|
/**
|
|
21
21
|
* Executable name to be discovered on the PATH or absolute path to executable.
|
|
22
22
|
*
|
|
23
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
23
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs/data-sources/command#command DataLocalCommand#command}
|
|
24
24
|
*/
|
|
25
25
|
readonly command: string;
|
|
26
26
|
/**
|
|
27
27
|
* Data to be passed to the given command's standard input as a UTF-8 string. [Terraform values](https://developer.hashicorp.com/terraform/language/expressions/types) can be encoded by any Terraform encode function, for example, [`jsonencode`](https://developer.hashicorp.com/terraform/language/functions/jsonencode).
|
|
28
28
|
*
|
|
29
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
29
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs/data-sources/command#stdin DataLocalCommand#stdin}
|
|
30
30
|
*/
|
|
31
31
|
readonly stdin?: string;
|
|
32
32
|
/**
|
|
33
33
|
* The directory path where the command should be executed, either an absolute path or relative to the Terraform working directory. If not provided, defaults to the Terraform working directory.
|
|
34
34
|
*
|
|
35
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
35
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs/data-sources/command#working_directory DataLocalCommand#working_directory}
|
|
36
36
|
*/
|
|
37
37
|
readonly workingDirectory?: string;
|
|
38
38
|
}
|
|
39
39
|
/**
|
|
40
|
-
* Represents a {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
40
|
+
* Represents a {@link https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs/data-sources/command local_command}
|
|
41
41
|
*/
|
|
42
42
|
export declare class DataLocalCommand extends cdktn.TerraformDataSource {
|
|
43
43
|
static readonly tfResourceType = "local_command";
|
|
@@ -45,12 +45,12 @@ export declare class DataLocalCommand extends cdktn.TerraformDataSource {
|
|
|
45
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
|
-
* @param importFromId The id of the existing DataLocalCommand that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
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.9.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
51
|
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktn.TerraformProvider): cdktn.ImportableResource;
|
|
52
52
|
/**
|
|
53
|
-
* Create a new {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
53
|
+
* Create a new {@link https://registry.terraform.io/providers/hashicorp/local/2.9.0/docs/data-sources/command local_command} Data Source
|
|
54
54
|
*
|
|
55
55
|
* @param scope The scope in which to define this construct
|
|
56
56
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|