@cdktn/provider-local 11.2.1 → 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 +111 -108
- package/README.md +9 -9
- package/lib/data-local-command/index.d.ts +17 -17
- package/lib/data-local-command/index.js +20 -20
- package/lib/data-local-file/index.d.ts +9 -9
- package/lib/data-local-file/index.js +12 -12
- package/lib/data-local-sensitive-file/index.d.ts +9 -9
- package/lib/data-local-sensitive-file/index.js +12 -12
- package/lib/file/index.d.ts +15 -15
- package/lib/file/index.js +24 -24
- package/lib/index.js +2 -2
- package/lib/lazy-index.js +2 -2
- package/lib/provider/index.d.ts +8 -8
- package/lib/provider/index.js +12 -12
- package/lib/sensitive-file/index.d.ts +14 -14
- package/lib/sensitive-file/index.js +22 -22
- package/package.json +13 -10
package/.jsii
CHANGED
|
@@ -8,36 +8,36 @@
|
|
|
8
8
|
"url": "https://cdktn.io"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"
|
|
11
|
+
"cdktn": "^0.22.0",
|
|
12
12
|
"constructs": "^10.4.2"
|
|
13
13
|
},
|
|
14
14
|
"dependencyClosure": {
|
|
15
|
-
"
|
|
15
|
+
"cdktn": {
|
|
16
16
|
"submodules": {
|
|
17
|
-
"
|
|
17
|
+
"cdktn.testingMatchers": {}
|
|
18
18
|
},
|
|
19
19
|
"targets": {
|
|
20
20
|
"dotnet": {
|
|
21
|
-
"namespace": "
|
|
22
|
-
"packageId": "
|
|
21
|
+
"namespace": "Io.Cdktn",
|
|
22
|
+
"packageId": "Io.Cdktn"
|
|
23
23
|
},
|
|
24
24
|
"go": {
|
|
25
|
-
"moduleName": "github.com/
|
|
26
|
-
"packageName": "
|
|
25
|
+
"moduleName": "github.com/open-constructs/cdk-terrain-go",
|
|
26
|
+
"packageName": "cdktn"
|
|
27
27
|
},
|
|
28
28
|
"java": {
|
|
29
29
|
"maven": {
|
|
30
|
-
"artifactId": "
|
|
31
|
-
"groupId": "
|
|
30
|
+
"artifactId": "cdktn",
|
|
31
|
+
"groupId": "io.cdktn"
|
|
32
32
|
},
|
|
33
|
-
"package": "
|
|
33
|
+
"package": "io.cdktn.cdktn"
|
|
34
34
|
},
|
|
35
35
|
"js": {
|
|
36
|
-
"npm": "
|
|
36
|
+
"npm": "cdktn"
|
|
37
37
|
},
|
|
38
38
|
"python": {
|
|
39
|
-
"distName": "
|
|
40
|
-
"module": "
|
|
39
|
+
"distName": "cdktn",
|
|
40
|
+
"module": "cdktn"
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
},
|
|
@@ -67,16 +67,19 @@
|
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
69
|
},
|
|
70
|
-
"description": "Prebuilt local Provider for
|
|
70
|
+
"description": "Prebuilt local Provider for CDK Terrain (cdktn)",
|
|
71
71
|
"docs": {
|
|
72
72
|
"stability": "stable"
|
|
73
73
|
},
|
|
74
74
|
"homepage": "https://github.com/cdktn-io/cdktn-provider-local.git",
|
|
75
|
-
"jsiiVersion": "5.8.
|
|
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#
|
|
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",
|
|
@@ -105,7 +108,7 @@
|
|
|
105
108
|
"line": 9
|
|
106
109
|
},
|
|
107
110
|
"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.
|
|
111
|
+
"markdown": "# `data_local_command`\n\nRefer to the Terraform Registry for docs: [`data_local_command`](https://registry.terraform.io/providers/hashicorp/local/2.7.0/docs/data-sources/command).\n"
|
|
109
112
|
},
|
|
110
113
|
"symbolId": "src/data-local-command/index:"
|
|
111
114
|
},
|
|
@@ -115,7 +118,7 @@
|
|
|
115
118
|
"line": 10
|
|
116
119
|
},
|
|
117
120
|
"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.
|
|
121
|
+
"markdown": "# `data_local_file`\n\nRefer to the Terraform Registry for docs: [`data_local_file`](https://registry.terraform.io/providers/hashicorp/local/2.7.0/docs/data-sources/file).\n"
|
|
119
122
|
},
|
|
120
123
|
"symbolId": "src/data-local-file/index:"
|
|
121
124
|
},
|
|
@@ -125,7 +128,7 @@
|
|
|
125
128
|
"line": 11
|
|
126
129
|
},
|
|
127
130
|
"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.
|
|
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.7.0/docs/data-sources/sensitive_file).\n"
|
|
129
132
|
},
|
|
130
133
|
"symbolId": "src/data-local-sensitive-file/index:"
|
|
131
134
|
},
|
|
@@ -135,7 +138,7 @@
|
|
|
135
138
|
"line": 7
|
|
136
139
|
},
|
|
137
140
|
"readme": {
|
|
138
|
-
"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.7.0/docs/resources/file).\n"
|
|
139
142
|
},
|
|
140
143
|
"symbolId": "src/file/index:"
|
|
141
144
|
},
|
|
@@ -145,7 +148,7 @@
|
|
|
145
148
|
"line": 12
|
|
146
149
|
},
|
|
147
150
|
"readme": {
|
|
148
|
-
"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.7.0/docs).\n"
|
|
149
152
|
},
|
|
150
153
|
"symbolId": "src/provider/index:"
|
|
151
154
|
},
|
|
@@ -155,7 +158,7 @@
|
|
|
155
158
|
"line": 8
|
|
156
159
|
},
|
|
157
160
|
"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.
|
|
161
|
+
"markdown": "# `local_sensitive_file`\n\nRefer to the Terraform Registry for docs: [`local_sensitive_file`](https://registry.terraform.io/providers/hashicorp/local/2.7.0/docs/resources/sensitive_file).\n"
|
|
159
162
|
},
|
|
160
163
|
"symbolId": "src/sensitive-file/index:"
|
|
161
164
|
}
|
|
@@ -176,16 +179,16 @@
|
|
|
176
179
|
"types": {
|
|
177
180
|
"@cdktn/provider-local.dataLocalCommand.DataLocalCommand": {
|
|
178
181
|
"assembly": "@cdktn/provider-local",
|
|
179
|
-
"base": "
|
|
182
|
+
"base": "cdktn.TerraformDataSource",
|
|
180
183
|
"docs": {
|
|
181
184
|
"stability": "stable",
|
|
182
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
185
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/local/2.7.0/docs/data-sources/command local_command}."
|
|
183
186
|
},
|
|
184
187
|
"fqn": "@cdktn/provider-local.dataLocalCommand.DataLocalCommand",
|
|
185
188
|
"initializer": {
|
|
186
189
|
"docs": {
|
|
187
190
|
"stability": "stable",
|
|
188
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
191
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/local/2.7.0/docs/data-sources/command local_command} Data Source."
|
|
189
192
|
},
|
|
190
193
|
"locationInModule": {
|
|
191
194
|
"filename": "src/data-local-command/index.ts",
|
|
@@ -228,7 +231,7 @@
|
|
|
228
231
|
{
|
|
229
232
|
"docs": {
|
|
230
233
|
"stability": "stable",
|
|
231
|
-
"summary": "Generates
|
|
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",
|
|
@@ -256,7 +259,7 @@
|
|
|
256
259
|
},
|
|
257
260
|
{
|
|
258
261
|
"docs": {
|
|
259
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
262
|
+
"remarks": "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",
|
|
260
263
|
"summary": "The id of the existing DataLocalCommand that should be imported."
|
|
261
264
|
},
|
|
262
265
|
"name": "importFromId",
|
|
@@ -271,13 +274,13 @@
|
|
|
271
274
|
"name": "provider",
|
|
272
275
|
"optional": true,
|
|
273
276
|
"type": {
|
|
274
|
-
"fqn": "
|
|
277
|
+
"fqn": "cdktn.TerraformProvider"
|
|
275
278
|
}
|
|
276
279
|
}
|
|
277
280
|
],
|
|
278
281
|
"returns": {
|
|
279
282
|
"type": {
|
|
280
|
-
"fqn": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
452
|
+
"fqn": "cdktn.IResolvable"
|
|
450
453
|
}
|
|
451
454
|
]
|
|
452
455
|
}
|
|
@@ -533,7 +536,7 @@
|
|
|
533
536
|
"primitive": "boolean"
|
|
534
537
|
},
|
|
535
538
|
{
|
|
536
|
-
"fqn": "
|
|
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
|
-
"
|
|
613
|
+
"cdktn.TerraformMetaArguments"
|
|
611
614
|
],
|
|
612
615
|
"kind": "interface",
|
|
613
616
|
"locationInModule": {
|
|
@@ -620,7 +623,7 @@
|
|
|
620
623
|
{
|
|
621
624
|
"abstract": true,
|
|
622
625
|
"docs": {
|
|
623
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
626
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.7.0/docs/data-sources/command#command DataLocalCommand#command}",
|
|
624
627
|
"stability": "stable",
|
|
625
628
|
"summary": "Executable name to be discovered on the PATH or absolute path to executable."
|
|
626
629
|
},
|
|
@@ -637,7 +640,7 @@
|
|
|
637
640
|
{
|
|
638
641
|
"abstract": true,
|
|
639
642
|
"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.
|
|
643
|
+
"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.7.0/docs/data-sources/command#allow_non_zero_exit_code DataLocalCommand#allow_non_zero_exit_code}",
|
|
641
644
|
"stability": "stable",
|
|
642
645
|
"summary": "Indicates that the command returning a non-zero exit code should be treated as a successful execution."
|
|
643
646
|
},
|
|
@@ -655,7 +658,7 @@
|
|
|
655
658
|
"primitive": "boolean"
|
|
656
659
|
},
|
|
657
660
|
{
|
|
658
|
-
"fqn": "
|
|
661
|
+
"fqn": "cdktn.IResolvable"
|
|
659
662
|
}
|
|
660
663
|
]
|
|
661
664
|
}
|
|
@@ -664,7 +667,7 @@
|
|
|
664
667
|
{
|
|
665
668
|
"abstract": true,
|
|
666
669
|
"docs": {
|
|
667
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
670
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.7.0/docs/data-sources/command#arguments DataLocalCommand#arguments}",
|
|
668
671
|
"stability": "stable",
|
|
669
672
|
"summary": "Arguments to be passed to the given command. Any `null` arguments will be removed from the list."
|
|
670
673
|
},
|
|
@@ -687,7 +690,7 @@
|
|
|
687
690
|
{
|
|
688
691
|
"abstract": true,
|
|
689
692
|
"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.
|
|
693
|
+
"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.7.0/docs/data-sources/command#stdin DataLocalCommand#stdin}",
|
|
691
694
|
"stability": "stable",
|
|
692
695
|
"summary": "Data to be passed to the given command's standard input as a UTF-8 string."
|
|
693
696
|
},
|
|
@@ -705,7 +708,7 @@
|
|
|
705
708
|
{
|
|
706
709
|
"abstract": true,
|
|
707
710
|
"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.
|
|
711
|
+
"remarks": "If not provided, defaults to the Terraform working directory.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.7.0/docs/data-sources/command#working_directory DataLocalCommand#working_directory}",
|
|
709
712
|
"stability": "stable",
|
|
710
713
|
"summary": "The directory path where the command should be executed, either an absolute path or relative to the Terraform working directory."
|
|
711
714
|
},
|
|
@@ -725,16 +728,16 @@
|
|
|
725
728
|
},
|
|
726
729
|
"@cdktn/provider-local.dataLocalFile.DataLocalFile": {
|
|
727
730
|
"assembly": "@cdktn/provider-local",
|
|
728
|
-
"base": "
|
|
731
|
+
"base": "cdktn.TerraformDataSource",
|
|
729
732
|
"docs": {
|
|
730
733
|
"stability": "stable",
|
|
731
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
734
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/local/2.7.0/docs/data-sources/file local_file}."
|
|
732
735
|
},
|
|
733
736
|
"fqn": "@cdktn/provider-local.dataLocalFile.DataLocalFile",
|
|
734
737
|
"initializer": {
|
|
735
738
|
"docs": {
|
|
736
739
|
"stability": "stable",
|
|
737
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
740
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/local/2.7.0/docs/data-sources/file local_file} Data Source."
|
|
738
741
|
},
|
|
739
742
|
"locationInModule": {
|
|
740
743
|
"filename": "src/data-local-file/index.ts",
|
|
@@ -777,7 +780,7 @@
|
|
|
777
780
|
{
|
|
778
781
|
"docs": {
|
|
779
782
|
"stability": "stable",
|
|
780
|
-
"summary": "Generates
|
|
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",
|
|
@@ -805,7 +808,7 @@
|
|
|
805
808
|
},
|
|
806
809
|
{
|
|
807
810
|
"docs": {
|
|
808
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
811
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/local/2.7.0/docs/data-sources/file#import import section} in the documentation of this resource for the id to use",
|
|
809
812
|
"summary": "The id of the existing DataLocalFile that should be imported."
|
|
810
813
|
},
|
|
811
814
|
"name": "importFromId",
|
|
@@ -820,13 +823,13 @@
|
|
|
820
823
|
"name": "provider",
|
|
821
824
|
"optional": true,
|
|
822
825
|
"type": {
|
|
823
|
-
"fqn": "
|
|
826
|
+
"fqn": "cdktn.TerraformProvider"
|
|
824
827
|
}
|
|
825
828
|
}
|
|
826
829
|
],
|
|
827
830
|
"returns": {
|
|
828
831
|
"type": {
|
|
829
|
-
"fqn": "
|
|
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": "
|
|
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": "
|
|
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
|
-
"
|
|
1066
|
+
"cdktn.TerraformMetaArguments"
|
|
1064
1067
|
],
|
|
1065
1068
|
"kind": "interface",
|
|
1066
1069
|
"locationInModule": {
|
|
@@ -1073,7 +1076,7 @@
|
|
|
1073
1076
|
{
|
|
1074
1077
|
"abstract": true,
|
|
1075
1078
|
"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.
|
|
1079
|
+
"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.7.0/docs/data-sources/file#filename DataLocalFile#filename}",
|
|
1077
1080
|
"stability": "stable",
|
|
1078
1081
|
"summary": "Path to the file that will be read."
|
|
1079
1082
|
},
|
|
@@ -1092,16 +1095,16 @@
|
|
|
1092
1095
|
},
|
|
1093
1096
|
"@cdktn/provider-local.dataLocalSensitiveFile.DataLocalSensitiveFile": {
|
|
1094
1097
|
"assembly": "@cdktn/provider-local",
|
|
1095
|
-
"base": "
|
|
1098
|
+
"base": "cdktn.TerraformDataSource",
|
|
1096
1099
|
"docs": {
|
|
1097
1100
|
"stability": "stable",
|
|
1098
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
1101
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/local/2.7.0/docs/data-sources/sensitive_file local_sensitive_file}."
|
|
1099
1102
|
},
|
|
1100
1103
|
"fqn": "@cdktn/provider-local.dataLocalSensitiveFile.DataLocalSensitiveFile",
|
|
1101
1104
|
"initializer": {
|
|
1102
1105
|
"docs": {
|
|
1103
1106
|
"stability": "stable",
|
|
1104
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
1107
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/local/2.7.0/docs/data-sources/sensitive_file local_sensitive_file} Data Source."
|
|
1105
1108
|
},
|
|
1106
1109
|
"locationInModule": {
|
|
1107
1110
|
"filename": "src/data-local-sensitive-file/index.ts",
|
|
@@ -1144,7 +1147,7 @@
|
|
|
1144
1147
|
{
|
|
1145
1148
|
"docs": {
|
|
1146
1149
|
"stability": "stable",
|
|
1147
|
-
"summary": "Generates
|
|
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",
|
|
@@ -1172,7 +1175,7 @@
|
|
|
1172
1175
|
},
|
|
1173
1176
|
{
|
|
1174
1177
|
"docs": {
|
|
1175
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
1178
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/local/2.7.0/docs/data-sources/sensitive_file#import import section} in the documentation of this resource for the id to use",
|
|
1176
1179
|
"summary": "The id of the existing DataLocalSensitiveFile that should be imported."
|
|
1177
1180
|
},
|
|
1178
1181
|
"name": "importFromId",
|
|
@@ -1187,13 +1190,13 @@
|
|
|
1187
1190
|
"name": "provider",
|
|
1188
1191
|
"optional": true,
|
|
1189
1192
|
"type": {
|
|
1190
|
-
"fqn": "
|
|
1193
|
+
"fqn": "cdktn.TerraformProvider"
|
|
1191
1194
|
}
|
|
1192
1195
|
}
|
|
1193
1196
|
],
|
|
1194
1197
|
"returns": {
|
|
1195
1198
|
"type": {
|
|
1196
|
-
"fqn": "
|
|
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": "
|
|
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": "
|
|
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
|
-
"
|
|
1433
|
+
"cdktn.TerraformMetaArguments"
|
|
1431
1434
|
],
|
|
1432
1435
|
"kind": "interface",
|
|
1433
1436
|
"locationInModule": {
|
|
@@ -1440,7 +1443,7 @@
|
|
|
1440
1443
|
{
|
|
1441
1444
|
"abstract": true,
|
|
1442
1445
|
"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.
|
|
1446
|
+
"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.7.0/docs/data-sources/sensitive_file#filename DataLocalSensitiveFile#filename}",
|
|
1444
1447
|
"stability": "stable",
|
|
1445
1448
|
"summary": "Path to the file that will be read."
|
|
1446
1449
|
},
|
|
@@ -1459,16 +1462,16 @@
|
|
|
1459
1462
|
},
|
|
1460
1463
|
"@cdktn/provider-local.file.File": {
|
|
1461
1464
|
"assembly": "@cdktn/provider-local",
|
|
1462
|
-
"base": "
|
|
1465
|
+
"base": "cdktn.TerraformResource",
|
|
1463
1466
|
"docs": {
|
|
1464
1467
|
"stability": "stable",
|
|
1465
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
1468
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/local/2.7.0/docs/resources/file local_file}."
|
|
1466
1469
|
},
|
|
1467
1470
|
"fqn": "@cdktn/provider-local.file.File",
|
|
1468
1471
|
"initializer": {
|
|
1469
1472
|
"docs": {
|
|
1470
1473
|
"stability": "stable",
|
|
1471
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
1474
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/local/2.7.0/docs/resources/file local_file} Resource."
|
|
1472
1475
|
},
|
|
1473
1476
|
"locationInModule": {
|
|
1474
1477
|
"filename": "src/file/index.ts",
|
|
@@ -1511,7 +1514,7 @@
|
|
|
1511
1514
|
{
|
|
1512
1515
|
"docs": {
|
|
1513
1516
|
"stability": "stable",
|
|
1514
|
-
"summary": "Generates
|
|
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",
|
|
@@ -1539,7 +1542,7 @@
|
|
|
1539
1542
|
},
|
|
1540
1543
|
{
|
|
1541
1544
|
"docs": {
|
|
1542
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
1545
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/local/2.7.0/docs/resources/file#import import section} in the documentation of this resource for the id to use",
|
|
1543
1546
|
"summary": "The id of the existing File that should be imported."
|
|
1544
1547
|
},
|
|
1545
1548
|
"name": "importFromId",
|
|
@@ -1554,13 +1557,13 @@
|
|
|
1554
1557
|
"name": "provider",
|
|
1555
1558
|
"optional": true,
|
|
1556
1559
|
"type": {
|
|
1557
|
-
"fqn": "
|
|
1560
|
+
"fqn": "cdktn.TerraformProvider"
|
|
1558
1561
|
}
|
|
1559
1562
|
}
|
|
1560
1563
|
],
|
|
1561
1564
|
"returns": {
|
|
1562
1565
|
"type": {
|
|
1563
|
-
"fqn": "
|
|
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": "
|
|
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": "
|
|
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
|
-
"
|
|
2000
|
+
"cdktn.TerraformMetaArguments"
|
|
1998
2001
|
],
|
|
1999
2002
|
"kind": "interface",
|
|
2000
2003
|
"locationInModule": {
|
|
@@ -2007,7 +2010,7 @@
|
|
|
2007
2010
|
{
|
|
2008
2011
|
"abstract": true,
|
|
2009
2012
|
"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.
|
|
2013
|
+
"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.7.0/docs/resources/file#filename File#filename}",
|
|
2011
2014
|
"stability": "stable",
|
|
2012
2015
|
"summary": "The path to the file that will be created."
|
|
2013
2016
|
},
|
|
@@ -2024,7 +2027,7 @@
|
|
|
2024
2027
|
{
|
|
2025
2028
|
"abstract": true,
|
|
2026
2029
|
"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.
|
|
2030
|
+
"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.7.0/docs/resources/file#content File#content}",
|
|
2028
2031
|
"stability": "stable",
|
|
2029
2032
|
"summary": "Content to store in the file, expected to be a UTF-8 encoded string."
|
|
2030
2033
|
},
|
|
@@ -2042,7 +2045,7 @@
|
|
|
2042
2045
|
{
|
|
2043
2046
|
"abstract": true,
|
|
2044
2047
|
"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.
|
|
2048
|
+
"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.7.0/docs/resources/file#content_base64 File#content_base64}",
|
|
2046
2049
|
"stability": "stable",
|
|
2047
2050
|
"summary": "Content to store in the file, expected to be binary encoded as base64 string."
|
|
2048
2051
|
},
|
|
@@ -2060,7 +2063,7 @@
|
|
|
2060
2063
|
{
|
|
2061
2064
|
"abstract": true,
|
|
2062
2065
|
"docs": {
|
|
2063
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
2066
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.7.0/docs/resources/file#directory_permission File#directory_permission}",
|
|
2064
2067
|
"stability": "stable",
|
|
2065
2068
|
"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
2069
|
},
|
|
@@ -2078,7 +2081,7 @@
|
|
|
2078
2081
|
{
|
|
2079
2082
|
"abstract": true,
|
|
2080
2083
|
"docs": {
|
|
2081
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
2084
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.7.0/docs/resources/file#file_permission File#file_permission}",
|
|
2082
2085
|
"stability": "stable",
|
|
2083
2086
|
"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
2087
|
},
|
|
@@ -2096,7 +2099,7 @@
|
|
|
2096
2099
|
{
|
|
2097
2100
|
"abstract": true,
|
|
2098
2101
|
"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.
|
|
2102
|
+
"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.7.0/docs/resources/file#sensitive_content File#sensitive_content}",
|
|
2100
2103
|
"stability": "stable",
|
|
2101
2104
|
"summary": "Sensitive content to store in the file, expected to be an UTF-8 encoded string."
|
|
2102
2105
|
},
|
|
@@ -2114,7 +2117,7 @@
|
|
|
2114
2117
|
{
|
|
2115
2118
|
"abstract": true,
|
|
2116
2119
|
"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.
|
|
2120
|
+
"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.7.0/docs/resources/file#source File#source}",
|
|
2118
2121
|
"stability": "stable",
|
|
2119
2122
|
"summary": "Path to file to use as source for the one we are creating."
|
|
2120
2123
|
},
|
|
@@ -2134,16 +2137,16 @@
|
|
|
2134
2137
|
},
|
|
2135
2138
|
"@cdktn/provider-local.provider.LocalProvider": {
|
|
2136
2139
|
"assembly": "@cdktn/provider-local",
|
|
2137
|
-
"base": "
|
|
2140
|
+
"base": "cdktn.TerraformProvider",
|
|
2138
2141
|
"docs": {
|
|
2139
2142
|
"stability": "stable",
|
|
2140
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
2143
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/local/2.7.0/docs local}."
|
|
2141
2144
|
},
|
|
2142
2145
|
"fqn": "@cdktn/provider-local.provider.LocalProvider",
|
|
2143
2146
|
"initializer": {
|
|
2144
2147
|
"docs": {
|
|
2145
2148
|
"stability": "stable",
|
|
2146
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
2149
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/local/2.7.0/docs local} Resource."
|
|
2147
2150
|
},
|
|
2148
2151
|
"locationInModule": {
|
|
2149
2152
|
"filename": "src/provider/index.ts",
|
|
@@ -2187,7 +2190,7 @@
|
|
|
2187
2190
|
{
|
|
2188
2191
|
"docs": {
|
|
2189
2192
|
"stability": "stable",
|
|
2190
|
-
"summary": "Generates
|
|
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",
|
|
@@ -2215,7 +2218,7 @@
|
|
|
2215
2218
|
},
|
|
2216
2219
|
{
|
|
2217
2220
|
"docs": {
|
|
2218
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
2221
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/local/2.7.0/docs#import import section} in the documentation of this resource for the id to use",
|
|
2219
2222
|
"summary": "The id of the existing LocalProvider that should be imported."
|
|
2220
2223
|
},
|
|
2221
2224
|
"name": "importFromId",
|
|
@@ -2230,13 +2233,13 @@
|
|
|
2230
2233
|
"name": "provider",
|
|
2231
2234
|
"optional": true,
|
|
2232
2235
|
"type": {
|
|
2233
|
-
"fqn": "
|
|
2236
|
+
"fqn": "cdktn.TerraformProvider"
|
|
2234
2237
|
}
|
|
2235
2238
|
}
|
|
2236
2239
|
],
|
|
2237
2240
|
"returns": {
|
|
2238
2241
|
"type": {
|
|
2239
|
-
"fqn": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
2346
|
+
"overrides": "cdktn.TerraformProvider",
|
|
2344
2347
|
"type": {
|
|
2345
2348
|
"primitive": "string"
|
|
2346
2349
|
}
|
|
@@ -2366,7 +2369,7 @@
|
|
|
2366
2369
|
{
|
|
2367
2370
|
"abstract": true,
|
|
2368
2371
|
"docs": {
|
|
2369
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
2372
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.7.0/docs#alias LocalProvider#alias}",
|
|
2370
2373
|
"stability": "stable",
|
|
2371
2374
|
"summary": "Alias name."
|
|
2372
2375
|
},
|
|
@@ -2386,16 +2389,16 @@
|
|
|
2386
2389
|
},
|
|
2387
2390
|
"@cdktn/provider-local.sensitiveFile.SensitiveFile": {
|
|
2388
2391
|
"assembly": "@cdktn/provider-local",
|
|
2389
|
-
"base": "
|
|
2392
|
+
"base": "cdktn.TerraformResource",
|
|
2390
2393
|
"docs": {
|
|
2391
2394
|
"stability": "stable",
|
|
2392
|
-
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
2395
|
+
"summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/local/2.7.0/docs/resources/sensitive_file local_sensitive_file}."
|
|
2393
2396
|
},
|
|
2394
2397
|
"fqn": "@cdktn/provider-local.sensitiveFile.SensitiveFile",
|
|
2395
2398
|
"initializer": {
|
|
2396
2399
|
"docs": {
|
|
2397
2400
|
"stability": "stable",
|
|
2398
|
-
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
2401
|
+
"summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/local/2.7.0/docs/resources/sensitive_file local_sensitive_file} Resource."
|
|
2399
2402
|
},
|
|
2400
2403
|
"locationInModule": {
|
|
2401
2404
|
"filename": "src/sensitive-file/index.ts",
|
|
@@ -2438,7 +2441,7 @@
|
|
|
2438
2441
|
{
|
|
2439
2442
|
"docs": {
|
|
2440
2443
|
"stability": "stable",
|
|
2441
|
-
"summary": "Generates
|
|
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",
|
|
@@ -2466,7 +2469,7 @@
|
|
|
2466
2469
|
},
|
|
2467
2470
|
{
|
|
2468
2471
|
"docs": {
|
|
2469
|
-
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
2472
|
+
"remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/local/2.7.0/docs/resources/sensitive_file#import import section} in the documentation of this resource for the id to use",
|
|
2470
2473
|
"summary": "The id of the existing SensitiveFile that should be imported."
|
|
2471
2474
|
},
|
|
2472
2475
|
"name": "importFromId",
|
|
@@ -2481,13 +2484,13 @@
|
|
|
2481
2484
|
"name": "provider",
|
|
2482
2485
|
"optional": true,
|
|
2483
2486
|
"type": {
|
|
2484
|
-
"fqn": "
|
|
2487
|
+
"fqn": "cdktn.TerraformProvider"
|
|
2485
2488
|
}
|
|
2486
2489
|
}
|
|
2487
2490
|
],
|
|
2488
2491
|
"returns": {
|
|
2489
2492
|
"type": {
|
|
2490
|
-
"fqn": "
|
|
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": "
|
|
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": "
|
|
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
|
-
"
|
|
2889
|
+
"cdktn.TerraformMetaArguments"
|
|
2887
2890
|
],
|
|
2888
2891
|
"kind": "interface",
|
|
2889
2892
|
"locationInModule": {
|
|
@@ -2896,7 +2899,7 @@
|
|
|
2896
2899
|
{
|
|
2897
2900
|
"abstract": true,
|
|
2898
2901
|
"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.
|
|
2902
|
+
"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.7.0/docs/resources/sensitive_file#filename SensitiveFile#filename}",
|
|
2900
2903
|
"stability": "stable",
|
|
2901
2904
|
"summary": "The path to the file that will be created."
|
|
2902
2905
|
},
|
|
@@ -2913,7 +2916,7 @@
|
|
|
2913
2916
|
{
|
|
2914
2917
|
"abstract": true,
|
|
2915
2918
|
"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.
|
|
2919
|
+
"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.7.0/docs/resources/sensitive_file#content SensitiveFile#content}",
|
|
2917
2920
|
"stability": "stable",
|
|
2918
2921
|
"summary": "Sensitive Content to store in the file, expected to be a UTF-8 encoded string."
|
|
2919
2922
|
},
|
|
@@ -2931,7 +2934,7 @@
|
|
|
2931
2934
|
{
|
|
2932
2935
|
"abstract": true,
|
|
2933
2936
|
"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.
|
|
2937
|
+
"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.7.0/docs/resources/sensitive_file#content_base64 SensitiveFile#content_base64}",
|
|
2935
2938
|
"stability": "stable",
|
|
2936
2939
|
"summary": "Sensitive Content to store in the file, expected to be binary encoded as base64 string."
|
|
2937
2940
|
},
|
|
@@ -2949,7 +2952,7 @@
|
|
|
2949
2952
|
{
|
|
2950
2953
|
"abstract": true,
|
|
2951
2954
|
"docs": {
|
|
2952
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
2955
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.7.0/docs/resources/sensitive_file#directory_permission SensitiveFile#directory_permission}",
|
|
2953
2956
|
"stability": "stable",
|
|
2954
2957
|
"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
2958
|
},
|
|
@@ -2967,7 +2970,7 @@
|
|
|
2967
2970
|
{
|
|
2968
2971
|
"abstract": true,
|
|
2969
2972
|
"docs": {
|
|
2970
|
-
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.
|
|
2973
|
+
"remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/local/2.7.0/docs/resources/sensitive_file#file_permission SensitiveFile#file_permission}",
|
|
2971
2974
|
"stability": "stable",
|
|
2972
2975
|
"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
2976
|
},
|
|
@@ -2985,7 +2988,7 @@
|
|
|
2985
2988
|
{
|
|
2986
2989
|
"abstract": true,
|
|
2987
2990
|
"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.
|
|
2991
|
+
"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.7.0/docs/resources/sensitive_file#source SensitiveFile#source}",
|
|
2989
2992
|
"stability": "stable",
|
|
2990
2993
|
"summary": "Path to file to use as source for the one we are creating."
|
|
2991
2994
|
},
|
|
@@ -3004,6 +3007,6 @@
|
|
|
3004
3007
|
"symbolId": "src/sensitive-file/index:SensitiveFileConfig"
|
|
3005
3008
|
}
|
|
3006
3009
|
},
|
|
3007
|
-
"version": "
|
|
3008
|
-
"fingerprint": "
|
|
3010
|
+
"version": "12.0.0",
|
|
3011
|
+
"fingerprint": "oXX2OTfQLwVuJdemNhsk1UxeCYme0//3WB7HhGWb3Hk="
|
|
3009
3012
|
}
|