@cdktn/provider-local 11.2.0 → 11.2.1
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 +48 -48
- package/README.md +7 -7
- package/lib/data-local-command/index.d.ts +9 -9
- package/lib/data-local-command/index.js +6 -6
- package/lib/data-local-file/index.d.ts +5 -5
- package/lib/data-local-file/index.js +6 -6
- package/lib/data-local-sensitive-file/index.d.ts +5 -5
- package/lib/data-local-sensitive-file/index.js +6 -6
- package/lib/file/index.d.ts +11 -11
- package/lib/file/index.js +6 -6
- package/lib/index.d.ts +1 -1
- package/lib/index.js +2 -2
- package/lib/lazy-index.d.ts +1 -1
- package/lib/lazy-index.js +2 -2
- package/lib/provider/index.d.ts +5 -5
- package/lib/provider/index.js +6 -6
- package/lib/sensitive-file/index.d.ts +10 -10
- package/lib/sensitive-file/index.js +6 -6
- package/package.json +3 -3
package/.jsii
CHANGED
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
},
|
|
92
92
|
"name": "@cdktn/provider-local",
|
|
93
93
|
"readme": {
|
|
94
|
-
"markdown": "\n# CDKTF prebuilt bindings for hashicorp/local provider version 2.6.
|
|
94
|
+
"markdown": "\n# CDKTF prebuilt bindings for hashicorp/local provider version 2.6.2\n\nThis repo builds and publishes the [Terraform local provider](https://registry.terraform.io/providers/hashicorp/local/2.6.2/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.6.2)\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"
|
|
95
95
|
},
|
|
96
96
|
"repository": {
|
|
97
97
|
"type": "git",
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"line": 9
|
|
106
106
|
},
|
|
107
107
|
"readme": {
|
|
108
|
-
"markdown": "# `data_local_command`\n\nRefer to the Terraform Registry for docs: [`data_local_command`](https://registry.terraform.io/providers/hashicorp/local/2.6.
|
|
108
|
+
"markdown": "# `data_local_command`\n\nRefer to the Terraform Registry for docs: [`data_local_command`](https://registry.terraform.io/providers/hashicorp/local/2.6.2/docs/data-sources/command).\n"
|
|
109
109
|
},
|
|
110
110
|
"symbolId": "src/data-local-command/index:"
|
|
111
111
|
},
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"line": 10
|
|
116
116
|
},
|
|
117
117
|
"readme": {
|
|
118
|
-
"markdown": "# `data_local_file`\n\nRefer to the Terraform Registry for docs: [`data_local_file`](https://registry.terraform.io/providers/hashicorp/local/2.6.
|
|
118
|
+
"markdown": "# `data_local_file`\n\nRefer to the Terraform Registry for docs: [`data_local_file`](https://registry.terraform.io/providers/hashicorp/local/2.6.2/docs/data-sources/file).\n"
|
|
119
119
|
},
|
|
120
120
|
"symbolId": "src/data-local-file/index:"
|
|
121
121
|
},
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
"line": 11
|
|
126
126
|
},
|
|
127
127
|
"readme": {
|
|
128
|
-
"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.6.
|
|
128
|
+
"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.6.2/docs/data-sources/sensitive_file).\n"
|
|
129
129
|
},
|
|
130
130
|
"symbolId": "src/data-local-sensitive-file/index:"
|
|
131
131
|
},
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
"line": 7
|
|
136
136
|
},
|
|
137
137
|
"readme": {
|
|
138
|
-
"markdown": "# `local_file`\n\nRefer to the Terraform Registry for docs: [`local_file`](https://registry.terraform.io/providers/hashicorp/local/2.6.
|
|
138
|
+
"markdown": "# `local_file`\n\nRefer to the Terraform Registry for docs: [`local_file`](https://registry.terraform.io/providers/hashicorp/local/2.6.2/docs/resources/file).\n"
|
|
139
139
|
},
|
|
140
140
|
"symbolId": "src/file/index:"
|
|
141
141
|
},
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
"line": 12
|
|
146
146
|
},
|
|
147
147
|
"readme": {
|
|
148
|
-
"markdown": "# `provider`\n\nRefer to the Terraform Registry for docs: [`local`](https://registry.terraform.io/providers/hashicorp/local/2.6.
|
|
148
|
+
"markdown": "# `provider`\n\nRefer to the Terraform Registry for docs: [`local`](https://registry.terraform.io/providers/hashicorp/local/2.6.2/docs).\n"
|
|
149
149
|
},
|
|
150
150
|
"symbolId": "src/provider/index:"
|
|
151
151
|
},
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
"line": 8
|
|
156
156
|
},
|
|
157
157
|
"readme": {
|
|
158
|
-
"markdown": "# `local_sensitive_file`\n\nRefer to the Terraform Registry for docs: [`local_sensitive_file`](https://registry.terraform.io/providers/hashicorp/local/2.6.
|
|
158
|
+
"markdown": "# `local_sensitive_file`\n\nRefer to the Terraform Registry for docs: [`local_sensitive_file`](https://registry.terraform.io/providers/hashicorp/local/2.6.2/docs/resources/sensitive_file).\n"
|
|
159
159
|
},
|
|
160
160
|
"symbolId": "src/sensitive-file/index:"
|
|
161
161
|
}
|
|
@@ -179,13 +179,13 @@
|
|
|
179
179
|
"base": "cdktf.TerraformDataSource",
|
|
180
180
|
"docs": {
|
|
181
181
|
"stability": "stable",
|
|
182
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/local/2.6.
|
|
182
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/local/2.6.2/docs/data-sources/command local_command}."
|
|
183
183
|
},
|
|
184
184
|
"fqn": "@cdktn/provider-local.dataLocalCommand.DataLocalCommand",
|
|
185
185
|
"initializer": {
|
|
186
186
|
"docs": {
|
|
187
187
|
"stability": "stable",
|
|
188
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/local/2.6.
|
|
188
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/local/2.6.2/docs/data-sources/command local_command} Data Source."
|
|
189
189
|
},
|
|
190
190
|
"locationInModule": {
|
|
191
191
|
"filename": "src/data-local-command/index.ts",
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
},
|
|
257
257
|
{
|
|
258
258
|
"docs": {
|
|
259
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/local/2.6.
|
|
259
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/local/2.6.2/docs/data-sources/command#import import section} in the documentation of this resource for the id to use",
|
|
260
260
|
"summary": "The id of the existing DataLocalCommand that should be imported."
|
|
261
261
|
},
|
|
262
262
|
"name": "importFromId",
|
|
@@ -620,7 +620,7 @@
|
|
|
620
620
|
{
|
|
621
621
|
"abstract": true,
|
|
622
622
|
"docs": {
|
|
623
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.6.
|
|
623
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.6.2/docs/data-sources/command#command DataLocalCommand#command}",
|
|
624
624
|
"stability": "stable",
|
|
625
625
|
"summary": "Executable name to be discovered on the PATH or absolute path to executable."
|
|
626
626
|
},
|
|
@@ -637,7 +637,7 @@
|
|
|
637
637
|
{
|
|
638
638
|
"abstract": true,
|
|
639
639
|
"docs": {
|
|
640
|
-
"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.6.
|
|
640
|
+
"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.6.2/docs/data-sources/command#allow_non_zero_exit_code DataLocalCommand#allow_non_zero_exit_code}",
|
|
641
641
|
"stability": "stable",
|
|
642
642
|
"summary": "Indicates that the command returning a non-zero exit code should be treated as a successful execution."
|
|
643
643
|
},
|
|
@@ -664,7 +664,7 @@
|
|
|
664
664
|
{
|
|
665
665
|
"abstract": true,
|
|
666
666
|
"docs": {
|
|
667
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.6.
|
|
667
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.6.2/docs/data-sources/command#arguments DataLocalCommand#arguments}",
|
|
668
668
|
"stability": "stable",
|
|
669
669
|
"summary": "Arguments to be passed to the given command. Any `null` arguments will be removed from the list."
|
|
670
670
|
},
|
|
@@ -687,7 +687,7 @@
|
|
|
687
687
|
{
|
|
688
688
|
"abstract": true,
|
|
689
689
|
"docs": {
|
|
690
|
-
"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.6.
|
|
690
|
+
"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.6.2/docs/data-sources/command#stdin DataLocalCommand#stdin}",
|
|
691
691
|
"stability": "stable",
|
|
692
692
|
"summary": "Data to be passed to the given command's standard input as a UTF-8 string."
|
|
693
693
|
},
|
|
@@ -705,7 +705,7 @@
|
|
|
705
705
|
{
|
|
706
706
|
"abstract": true,
|
|
707
707
|
"docs": {
|
|
708
|
-
"remarks": "If not provided, defaults to the Terraform working directory.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.6.
|
|
708
|
+
"remarks": "If not provided, defaults to the Terraform working directory.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.6.2/docs/data-sources/command#working_directory DataLocalCommand#working_directory}",
|
|
709
709
|
"stability": "stable",
|
|
710
710
|
"summary": "The directory path where the command should be executed, either an absolute path or relative to the Terraform working directory."
|
|
711
711
|
},
|
|
@@ -728,13 +728,13 @@
|
|
|
728
728
|
"base": "cdktf.TerraformDataSource",
|
|
729
729
|
"docs": {
|
|
730
730
|
"stability": "stable",
|
|
731
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/local/2.6.
|
|
731
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/local/2.6.2/docs/data-sources/file local_file}."
|
|
732
732
|
},
|
|
733
733
|
"fqn": "@cdktn/provider-local.dataLocalFile.DataLocalFile",
|
|
734
734
|
"initializer": {
|
|
735
735
|
"docs": {
|
|
736
736
|
"stability": "stable",
|
|
737
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/local/2.6.
|
|
737
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/local/2.6.2/docs/data-sources/file local_file} Data Source."
|
|
738
738
|
},
|
|
739
739
|
"locationInModule": {
|
|
740
740
|
"filename": "src/data-local-file/index.ts",
|
|
@@ -805,7 +805,7 @@
|
|
|
805
805
|
},
|
|
806
806
|
{
|
|
807
807
|
"docs": {
|
|
808
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/local/2.6.
|
|
808
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/local/2.6.2/docs/data-sources/file#import import section} in the documentation of this resource for the id to use",
|
|
809
809
|
"summary": "The id of the existing DataLocalFile that should be imported."
|
|
810
810
|
},
|
|
811
811
|
"name": "importFromId",
|
|
@@ -1073,7 +1073,7 @@
|
|
|
1073
1073
|
{
|
|
1074
1074
|
"abstract": true,
|
|
1075
1075
|
"docs": {
|
|
1076
|
-
"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.6.
|
|
1076
|
+
"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.6.2/docs/data-sources/file#filename DataLocalFile#filename}",
|
|
1077
1077
|
"stability": "stable",
|
|
1078
1078
|
"summary": "Path to the file that will be read."
|
|
1079
1079
|
},
|
|
@@ -1095,13 +1095,13 @@
|
|
|
1095
1095
|
"base": "cdktf.TerraformDataSource",
|
|
1096
1096
|
"docs": {
|
|
1097
1097
|
"stability": "stable",
|
|
1098
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/local/2.6.
|
|
1098
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/local/2.6.2/docs/data-sources/sensitive_file local_sensitive_file}."
|
|
1099
1099
|
},
|
|
1100
1100
|
"fqn": "@cdktn/provider-local.dataLocalSensitiveFile.DataLocalSensitiveFile",
|
|
1101
1101
|
"initializer": {
|
|
1102
1102
|
"docs": {
|
|
1103
1103
|
"stability": "stable",
|
|
1104
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/local/2.6.
|
|
1104
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/local/2.6.2/docs/data-sources/sensitive_file local_sensitive_file} Data Source."
|
|
1105
1105
|
},
|
|
1106
1106
|
"locationInModule": {
|
|
1107
1107
|
"filename": "src/data-local-sensitive-file/index.ts",
|
|
@@ -1172,7 +1172,7 @@
|
|
|
1172
1172
|
},
|
|
1173
1173
|
{
|
|
1174
1174
|
"docs": {
|
|
1175
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/local/2.6.
|
|
1175
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/local/2.6.2/docs/data-sources/sensitive_file#import import section} in the documentation of this resource for the id to use",
|
|
1176
1176
|
"summary": "The id of the existing DataLocalSensitiveFile that should be imported."
|
|
1177
1177
|
},
|
|
1178
1178
|
"name": "importFromId",
|
|
@@ -1440,7 +1440,7 @@
|
|
|
1440
1440
|
{
|
|
1441
1441
|
"abstract": true,
|
|
1442
1442
|
"docs": {
|
|
1443
|
-
"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.6.
|
|
1443
|
+
"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.6.2/docs/data-sources/sensitive_file#filename DataLocalSensitiveFile#filename}",
|
|
1444
1444
|
"stability": "stable",
|
|
1445
1445
|
"summary": "Path to the file that will be read."
|
|
1446
1446
|
},
|
|
@@ -1462,13 +1462,13 @@
|
|
|
1462
1462
|
"base": "cdktf.TerraformResource",
|
|
1463
1463
|
"docs": {
|
|
1464
1464
|
"stability": "stable",
|
|
1465
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/local/2.6.
|
|
1465
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/local/2.6.2/docs/resources/file local_file}."
|
|
1466
1466
|
},
|
|
1467
1467
|
"fqn": "@cdktn/provider-local.file.File",
|
|
1468
1468
|
"initializer": {
|
|
1469
1469
|
"docs": {
|
|
1470
1470
|
"stability": "stable",
|
|
1471
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/local/2.6.
|
|
1471
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/local/2.6.2/docs/resources/file local_file} Resource."
|
|
1472
1472
|
},
|
|
1473
1473
|
"locationInModule": {
|
|
1474
1474
|
"filename": "src/file/index.ts",
|
|
@@ -1539,7 +1539,7 @@
|
|
|
1539
1539
|
},
|
|
1540
1540
|
{
|
|
1541
1541
|
"docs": {
|
|
1542
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/local/2.6.
|
|
1542
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/local/2.6.2/docs/resources/file#import import section} in the documentation of this resource for the id to use",
|
|
1543
1543
|
"summary": "The id of the existing File that should be imported."
|
|
1544
1544
|
},
|
|
1545
1545
|
"name": "importFromId",
|
|
@@ -2007,7 +2007,7 @@
|
|
|
2007
2007
|
{
|
|
2008
2008
|
"abstract": true,
|
|
2009
2009
|
"docs": {
|
|
2010
|
-
"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.6.
|
|
2010
|
+
"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.6.2/docs/resources/file#filename File#filename}",
|
|
2011
2011
|
"stability": "stable",
|
|
2012
2012
|
"summary": "The path to the file that will be created."
|
|
2013
2013
|
},
|
|
@@ -2024,7 +2024,7 @@
|
|
|
2024
2024
|
{
|
|
2025
2025
|
"abstract": true,
|
|
2026
2026
|
"docs": {
|
|
2027
|
-
"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.6.
|
|
2027
|
+
"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.6.2/docs/resources/file#content File#content}",
|
|
2028
2028
|
"stability": "stable",
|
|
2029
2029
|
"summary": "Content to store in the file, expected to be a UTF-8 encoded string."
|
|
2030
2030
|
},
|
|
@@ -2042,7 +2042,7 @@
|
|
|
2042
2042
|
{
|
|
2043
2043
|
"abstract": true,
|
|
2044
2044
|
"docs": {
|
|
2045
|
-
"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.6.
|
|
2045
|
+
"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.6.2/docs/resources/file#content_base64 File#content_base64}",
|
|
2046
2046
|
"stability": "stable",
|
|
2047
2047
|
"summary": "Content to store in the file, expected to be binary encoded as base64 string."
|
|
2048
2048
|
},
|
|
@@ -2060,7 +2060,7 @@
|
|
|
2060
2060
|
{
|
|
2061
2061
|
"abstract": true,
|
|
2062
2062
|
"docs": {
|
|
2063
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.6.
|
|
2063
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.6.2/docs/resources/file#directory_permission File#directory_permission}",
|
|
2064
2064
|
"stability": "stable",
|
|
2065
2065
|
"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\"`."
|
|
2066
2066
|
},
|
|
@@ -2078,7 +2078,7 @@
|
|
|
2078
2078
|
{
|
|
2079
2079
|
"abstract": true,
|
|
2080
2080
|
"docs": {
|
|
2081
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.6.
|
|
2081
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.6.2/docs/resources/file#file_permission File#file_permission}",
|
|
2082
2082
|
"stability": "stable",
|
|
2083
2083
|
"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\"`."
|
|
2084
2084
|
},
|
|
@@ -2096,7 +2096,7 @@
|
|
|
2096
2096
|
{
|
|
2097
2097
|
"abstract": true,
|
|
2098
2098
|
"docs": {
|
|
2099
|
-
"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.6.
|
|
2099
|
+
"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.6.2/docs/resources/file#sensitive_content File#sensitive_content}",
|
|
2100
2100
|
"stability": "stable",
|
|
2101
2101
|
"summary": "Sensitive content to store in the file, expected to be an UTF-8 encoded string."
|
|
2102
2102
|
},
|
|
@@ -2114,7 +2114,7 @@
|
|
|
2114
2114
|
{
|
|
2115
2115
|
"abstract": true,
|
|
2116
2116
|
"docs": {
|
|
2117
|
-
"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.6.
|
|
2117
|
+
"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.6.2/docs/resources/file#source File#source}",
|
|
2118
2118
|
"stability": "stable",
|
|
2119
2119
|
"summary": "Path to file to use as source for the one we are creating."
|
|
2120
2120
|
},
|
|
@@ -2137,13 +2137,13 @@
|
|
|
2137
2137
|
"base": "cdktf.TerraformProvider",
|
|
2138
2138
|
"docs": {
|
|
2139
2139
|
"stability": "stable",
|
|
2140
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/local/2.6.
|
|
2140
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/local/2.6.2/docs local}."
|
|
2141
2141
|
},
|
|
2142
2142
|
"fqn": "@cdktn/provider-local.provider.LocalProvider",
|
|
2143
2143
|
"initializer": {
|
|
2144
2144
|
"docs": {
|
|
2145
2145
|
"stability": "stable",
|
|
2146
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/local/2.6.
|
|
2146
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/local/2.6.2/docs local} Resource."
|
|
2147
2147
|
},
|
|
2148
2148
|
"locationInModule": {
|
|
2149
2149
|
"filename": "src/provider/index.ts",
|
|
@@ -2215,7 +2215,7 @@
|
|
|
2215
2215
|
},
|
|
2216
2216
|
{
|
|
2217
2217
|
"docs": {
|
|
2218
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/local/2.6.
|
|
2218
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/local/2.6.2/docs#import import section} in the documentation of this resource for the id to use",
|
|
2219
2219
|
"summary": "The id of the existing LocalProvider that should be imported."
|
|
2220
2220
|
},
|
|
2221
2221
|
"name": "importFromId",
|
|
@@ -2366,7 +2366,7 @@
|
|
|
2366
2366
|
{
|
|
2367
2367
|
"abstract": true,
|
|
2368
2368
|
"docs": {
|
|
2369
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.6.
|
|
2369
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.6.2/docs#alias LocalProvider#alias}",
|
|
2370
2370
|
"stability": "stable",
|
|
2371
2371
|
"summary": "Alias name."
|
|
2372
2372
|
},
|
|
@@ -2389,13 +2389,13 @@
|
|
|
2389
2389
|
"base": "cdktf.TerraformResource",
|
|
2390
2390
|
"docs": {
|
|
2391
2391
|
"stability": "stable",
|
|
2392
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/local/2.6.
|
|
2392
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/local/2.6.2/docs/resources/sensitive_file local_sensitive_file}."
|
|
2393
2393
|
},
|
|
2394
2394
|
"fqn": "@cdktn/provider-local.sensitiveFile.SensitiveFile",
|
|
2395
2395
|
"initializer": {
|
|
2396
2396
|
"docs": {
|
|
2397
2397
|
"stability": "stable",
|
|
2398
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/local/2.6.
|
|
2398
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/local/2.6.2/docs/resources/sensitive_file local_sensitive_file} Resource."
|
|
2399
2399
|
},
|
|
2400
2400
|
"locationInModule": {
|
|
2401
2401
|
"filename": "src/sensitive-file/index.ts",
|
|
@@ -2466,7 +2466,7 @@
|
|
|
2466
2466
|
},
|
|
2467
2467
|
{
|
|
2468
2468
|
"docs": {
|
|
2469
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/local/2.6.
|
|
2469
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/local/2.6.2/docs/resources/sensitive_file#import import section} in the documentation of this resource for the id to use",
|
|
2470
2470
|
"summary": "The id of the existing SensitiveFile that should be imported."
|
|
2471
2471
|
},
|
|
2472
2472
|
"name": "importFromId",
|
|
@@ -2896,7 +2896,7 @@
|
|
|
2896
2896
|
{
|
|
2897
2897
|
"abstract": true,
|
|
2898
2898
|
"docs": {
|
|
2899
|
-
"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.6.
|
|
2899
|
+
"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.6.2/docs/resources/sensitive_file#filename SensitiveFile#filename}",
|
|
2900
2900
|
"stability": "stable",
|
|
2901
2901
|
"summary": "The path to the file that will be created."
|
|
2902
2902
|
},
|
|
@@ -2913,7 +2913,7 @@
|
|
|
2913
2913
|
{
|
|
2914
2914
|
"abstract": true,
|
|
2915
2915
|
"docs": {
|
|
2916
|
-
"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.6.
|
|
2916
|
+
"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.6.2/docs/resources/sensitive_file#content SensitiveFile#content}",
|
|
2917
2917
|
"stability": "stable",
|
|
2918
2918
|
"summary": "Sensitive Content to store in the file, expected to be a UTF-8 encoded string."
|
|
2919
2919
|
},
|
|
@@ -2931,7 +2931,7 @@
|
|
|
2931
2931
|
{
|
|
2932
2932
|
"abstract": true,
|
|
2933
2933
|
"docs": {
|
|
2934
|
-
"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.6.
|
|
2934
|
+
"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.6.2/docs/resources/sensitive_file#content_base64 SensitiveFile#content_base64}",
|
|
2935
2935
|
"stability": "stable",
|
|
2936
2936
|
"summary": "Sensitive Content to store in the file, expected to be binary encoded as base64 string."
|
|
2937
2937
|
},
|
|
@@ -2949,7 +2949,7 @@
|
|
|
2949
2949
|
{
|
|
2950
2950
|
"abstract": true,
|
|
2951
2951
|
"docs": {
|
|
2952
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.6.
|
|
2952
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.6.2/docs/resources/sensitive_file#directory_permission SensitiveFile#directory_permission}",
|
|
2953
2953
|
"stability": "stable",
|
|
2954
2954
|
"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\"`."
|
|
2955
2955
|
},
|
|
@@ -2967,7 +2967,7 @@
|
|
|
2967
2967
|
{
|
|
2968
2968
|
"abstract": true,
|
|
2969
2969
|
"docs": {
|
|
2970
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.6.
|
|
2970
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.6.2/docs/resources/sensitive_file#file_permission SensitiveFile#file_permission}",
|
|
2971
2971
|
"stability": "stable",
|
|
2972
2972
|
"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\"`."
|
|
2973
2973
|
},
|
|
@@ -2985,7 +2985,7 @@
|
|
|
2985
2985
|
{
|
|
2986
2986
|
"abstract": true,
|
|
2987
2987
|
"docs": {
|
|
2988
|
-
"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.6.
|
|
2988
|
+
"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.6.2/docs/resources/sensitive_file#source SensitiveFile#source}",
|
|
2989
2989
|
"stability": "stable",
|
|
2990
2990
|
"summary": "Path to file to use as source for the one we are creating."
|
|
2991
2991
|
},
|
|
@@ -3004,6 +3004,6 @@
|
|
|
3004
3004
|
"symbolId": "src/sensitive-file/index:SensitiveFileConfig"
|
|
3005
3005
|
}
|
|
3006
3006
|
},
|
|
3007
|
-
"version": "11.2.
|
|
3008
|
-
"fingerprint": "
|
|
3007
|
+
"version": "11.2.1",
|
|
3008
|
+
"fingerprint": "qSpkRJlPy8H/0rFLJPgHnvM7TGhJ++x7ZkJfAaDCqZo="
|
|
3009
3009
|
}
|
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
|
-
# CDKTF prebuilt bindings for hashicorp/local provider version 2.6.
|
|
2
|
+
# CDKTF prebuilt bindings for hashicorp/local provider version 2.6.2
|
|
3
3
|
|
|
4
|
-
This repo builds and publishes the [Terraform local provider](https://registry.terraform.io/providers/hashicorp/local/2.6.
|
|
4
|
+
This repo builds and publishes the [Terraform local provider](https://registry.terraform.io/providers/hashicorp/local/2.6.2/docs) bindings for [CDK for Terraform](https://cdk.tf).
|
|
5
5
|
|
|
6
6
|
## Available Packages
|
|
7
7
|
|
|
@@ -19,17 +19,17 @@ The PyPI package is available at [https://pypi.org/project/cdktn-provider-local]
|
|
|
19
19
|
|
|
20
20
|
### Nuget
|
|
21
21
|
|
|
22
|
-
The Nuget package is available at [https://www.nuget.org/packages/Io.Cdktn.
|
|
22
|
+
The Nuget package is available at [https://www.nuget.org/packages/Io.Cdktn.Providers.Local](https://www.nuget.org/packages/Io.Cdktn.Providers.Local).
|
|
23
23
|
|
|
24
|
-
`dotnet add package Io.Cdktn.
|
|
24
|
+
`dotnet add package Io.Cdktn.Providers.Local`
|
|
25
25
|
|
|
26
26
|
### Maven
|
|
27
27
|
|
|
28
|
-
The Maven package is available at [https://mvnrepository.com/artifact/
|
|
28
|
+
The Maven package is available at [https://mvnrepository.com/artifact/io.cdktn/cdktn-provider-local](https://mvnrepository.com/artifact/io.cdktn/cdktn-provider-local).
|
|
29
29
|
|
|
30
30
|
```
|
|
31
31
|
<dependency>
|
|
32
|
-
<groupId>
|
|
32
|
+
<groupId>io.cdktn</groupId>
|
|
33
33
|
<artifactId>cdktn-provider-local</artifactId>
|
|
34
34
|
<version>[REPLACE WITH DESIRED VERSION]</version>
|
|
35
35
|
</dependency>
|
|
@@ -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 for Terraform](https://cdk.tf) - Last official release
|
|
66
|
-
- [Terraform local provider](https://registry.terraform.io/providers/hashicorp/local/2.6.
|
|
66
|
+
- [Terraform local provider](https://registry.terraform.io/providers/hashicorp/local/2.6.2)
|
|
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.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright
|
|
2
|
+
* Copyright IBM Corp. 2021, 2026
|
|
3
3
|
* SPDX-License-Identifier: MPL-2.0
|
|
4
4
|
*/
|
|
5
5
|
import { Construct } from 'constructs';
|
|
@@ -8,36 +8,36 @@ export interface DataLocalCommandConfig extends cdktf.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.6.
|
|
11
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.6.2/docs/data-sources/command#allow_non_zero_exit_code DataLocalCommand#allow_non_zero_exit_code}
|
|
12
12
|
*/
|
|
13
13
|
readonly allowNonZeroExitCode?: boolean | cdktf.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.6.
|
|
17
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.6.2/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.6.
|
|
23
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.6.2/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.6.
|
|
29
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.6.2/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.6.
|
|
35
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.6.2/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.6.
|
|
40
|
+
* Represents a {@link https://registry.terraform.io/providers/hashicorp/local/2.6.2/docs/data-sources/command local_command}
|
|
41
41
|
*/
|
|
42
42
|
export declare class DataLocalCommand extends cdktf.TerraformDataSource {
|
|
43
43
|
static readonly tfResourceType = "local_command";
|
|
@@ -45,12 +45,12 @@ export declare class DataLocalCommand extends cdktf.TerraformDataSource {
|
|
|
45
45
|
* Generates CDKTF code for importing a DataLocalCommand resource upon running "cdktf 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.6.
|
|
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.6.2/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?: cdktf.TerraformProvider): cdktf.ImportableResource;
|
|
52
52
|
/**
|
|
53
|
-
* Create a new {@link https://registry.terraform.io/providers/hashicorp/local/2.6.
|
|
53
|
+
* Create a new {@link https://registry.terraform.io/providers/hashicorp/local/2.6.2/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
|