From 7a3934dd4812fd54d8c06f3f4f2ab5070f9675ac Mon Sep 17 00:00:00 2001 From: Team Terraform CDK Date: Mon, 20 Dec 2021 08:04:17 +0000 Subject: [PATCH 1/2] chore: upgrade provider --- API.md | 6 +++--- cdktf.json | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/API.md b/API.md index 5e9b803d..9783dcbc 100644 --- a/API.md +++ b/API.md @@ -41,7 +41,7 @@ new DataExternal(scope: Construct, id: string, config: DataExternalConfig) * **lifecycle** ([TerraformResourceLifecycle](#cdktf-terraformresourcelifecycle)) *No description* __*Optional*__ * **provider** ([TerraformProvider](#cdktf-terraformprovider)) *No description* __*Optional*__ * **program** (Array) A list of strings, whose first element is the program to run and whose subsequent elements are optional command line arguments to the program. - * **query** (Map | [IResolvable](#cdktf-iresolvable)) A map of string values to pass to the external program as the query arguments. __*Optional*__ + * **query** ([IResolvable](#cdktf-iresolvable) | Map) A map of string values to pass to the external program as the query arguments. __*Optional*__ * **workingDir** (string) Working directory of the program. If not supplied, the program will run in the current directory. __*Optional*__ @@ -53,7 +53,7 @@ Name | Type | Description -----|------|------------- **id** | string | **program** | Array | -**query** | [IResolvable](#cdktf-iresolvable) | Map | +**query** | Map | [IResolvable](#cdktf-iresolvable) | **workingDir** | string | **programInput**? | Array | __*Optional*__ **queryInput**? | [IResolvable](#cdktf-iresolvable) | Map | __*Optional*__ @@ -189,7 +189,7 @@ Name | Type | Description **dependsOn**?🔹 | Array<[ITerraformDependable](#cdktf-iterraformdependable)> | __*Optional*__ **lifecycle**?🔹 | [TerraformResourceLifecycle](#cdktf-terraformresourcelifecycle) | __*Optional*__ **provider**?🔹 | [TerraformProvider](#cdktf-terraformprovider) | __*Optional*__ -**query**? | Map | [IResolvable](#cdktf-iresolvable) | A map of string values to pass to the external program as the query arguments.
__*Optional*__ +**query**? | [IResolvable](#cdktf-iresolvable) | Map | A map of string values to pass to the external program as the query arguments.
__*Optional*__ **workingDir**? | string | Working directory of the program. If not supplied, the program will run in the current directory.
__*Optional*__ diff --git a/cdktf.json b/cdktf.json index 76a45068..c7eb099c 100644 --- a/cdktf.json +++ b/cdktf.json @@ -4,5 +4,6 @@ "terraformProviders": [ "external@~> 2.1" ], - "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." -} + "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\".", + "projectId": "c7b42f8b-b5f0-4471-ba68-cc65cc0645d2" +} \ No newline at end of file From 38d8024401069191c924592c222d3b31f1933cea Mon Sep 17 00:00:00 2001 From: team-tf-cdk Date: Mon, 20 Dec 2021 08:07:06 +0000 Subject: [PATCH 2/2] chore: self mutation --- API.md | 6 +++--- cdktf.json | 5 ++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/API.md b/API.md index 9783dcbc..5e9b803d 100644 --- a/API.md +++ b/API.md @@ -41,7 +41,7 @@ new DataExternal(scope: Construct, id: string, config: DataExternalConfig) * **lifecycle** ([TerraformResourceLifecycle](#cdktf-terraformresourcelifecycle)) *No description* __*Optional*__ * **provider** ([TerraformProvider](#cdktf-terraformprovider)) *No description* __*Optional*__ * **program** (Array) A list of strings, whose first element is the program to run and whose subsequent elements are optional command line arguments to the program. - * **query** ([IResolvable](#cdktf-iresolvable) | Map) A map of string values to pass to the external program as the query arguments. __*Optional*__ + * **query** (Map | [IResolvable](#cdktf-iresolvable)) A map of string values to pass to the external program as the query arguments. __*Optional*__ * **workingDir** (string) Working directory of the program. If not supplied, the program will run in the current directory. __*Optional*__ @@ -53,7 +53,7 @@ Name | Type | Description -----|------|------------- **id** | string | **program** | Array | -**query** | Map | [IResolvable](#cdktf-iresolvable) | +**query** | [IResolvable](#cdktf-iresolvable) | Map | **workingDir** | string | **programInput**? | Array | __*Optional*__ **queryInput**? | [IResolvable](#cdktf-iresolvable) | Map | __*Optional*__ @@ -189,7 +189,7 @@ Name | Type | Description **dependsOn**?🔹 | Array<[ITerraformDependable](#cdktf-iterraformdependable)> | __*Optional*__ **lifecycle**?🔹 | [TerraformResourceLifecycle](#cdktf-terraformresourcelifecycle) | __*Optional*__ **provider**?🔹 | [TerraformProvider](#cdktf-terraformprovider) | __*Optional*__ -**query**? | [IResolvable](#cdktf-iresolvable) | Map | A map of string values to pass to the external program as the query arguments.
__*Optional*__ +**query**? | Map | [IResolvable](#cdktf-iresolvable) | A map of string values to pass to the external program as the query arguments.
__*Optional*__ **workingDir**? | string | Working directory of the program. If not supplied, the program will run in the current directory.
__*Optional*__ diff --git a/cdktf.json b/cdktf.json index c7eb099c..76a45068 100644 --- a/cdktf.json +++ b/cdktf.json @@ -4,6 +4,5 @@ "terraformProviders": [ "external@~> 2.1" ], - "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\".", - "projectId": "c7b42f8b-b5f0-4471-ba68-cc65cc0645d2" -} \ No newline at end of file + "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." +}