diff --git a/apps/jsii-docgen/package.json b/apps/jsii-docgen/package.json index 6b35063f0c8..2671f2de8fa 100644 --- a/apps/jsii-docgen/package.json +++ b/apps/jsii-docgen/package.json @@ -39,7 +39,7 @@ "@types/yargs": "^16", "@typescript-eslint/eslint-plugin": "^5", "@typescript-eslint/parser": "^5", - "constructs": "^10.2.70", + "constructs": "^10.3", "eslint": "^8", "eslint-config-prettier": "^8.10.0", "eslint-import-resolver-node": "^0.3.9", diff --git a/apps/wing-console/console/server/package.json b/apps/wing-console/console/server/package.json index 1388bde3663..60310e7b72f 100644 --- a/apps/wing-console/console/server/package.json +++ b/apps/wing-console/console/server/package.json @@ -38,7 +38,7 @@ "bump-pack": "workspace:^", "chokidar": "^3.5.3", "conf": "^11.0.2", - "constructs": "^10.2.70", + "constructs": "^10.3", "cors": "^2.8.5", "emittery": "^1.0.1", "esbuild-plugin-raw": "^0.1.7", diff --git a/examples/tests/invalid/package.json b/examples/tests/invalid/package.json index 0cac08025cd..c6d2f2ebb56 100644 --- a/examples/tests/invalid/package.json +++ b/examples/tests/invalid/package.json @@ -1,8 +1,8 @@ { "name": "examples-invalid", "dependencies": { - "cdktf": "0.17.0", - "constructs": "^10.2.70", + "cdktf": "0.20.3", + "constructs": "^10.3", "jsii-code-samples": "1.7.0" }, "volta": { diff --git a/examples/tests/valid/package.json b/examples/tests/valid/package.json index 947c7777ec5..2bc382a5c93 100644 --- a/examples/tests/valid/package.json +++ b/examples/tests/valid/package.json @@ -1,16 +1,16 @@ { "name": "examples-valid", "dependencies": { - "@aws-cdk/asset-awscli-v1": "^2.2.200", + "@aws-cdk/asset-awscli-v1": "^2.2.202", "@aws-cdk/asset-kubectl-v20": "^2.1.2", "@aws-cdk/asset-node-proxy-agent-v6": "^2.0.1", - "@aws-sdk/client-dynamodb": "^3.405.0", - "@cdktf/provider-aws": "^15.0.0", - "aws-cdk-lib": "^2.94.0", - "cdk8s": "^2.64.2", - "cdk8s-plus-27": "^2.7.1", - "cdktf": "0.17.0", - "constructs": "^10.2.70", + "@aws-sdk/client-dynamodb": "^3.503.1", + "@cdktf/provider-aws": "^19", + "aws-cdk-lib": "^2.124.0", + "cdk8s": "^2.68.32", + "cdk8s-plus-27": "^2.7.74", + "cdktf": "0.20.3", + "constructs": "^10.3", "jsii-code-samples": "1.7.0", "projen": "^0.71.163", "uuid": "^9.0.0", diff --git a/libs/awscdk/package.json b/libs/awscdk/package.json index 9dd8ec54925..ea07c8b995e 100644 --- a/libs/awscdk/package.json +++ b/libs/awscdk/package.json @@ -20,8 +20,8 @@ "main": "index.js", "license": "MIT", "dependencies": { - "aws-cdk-lib": "^2.116.0", - "constructs": "~10.2.69", + "aws-cdk-lib": "^2.124.0", + "constructs": "^10.3", "safe-stable-stringify": "^2.4.3", "@winglang/sdk": "workspace:^" }, diff --git a/libs/awscdk/test/__snapshots__/bucket.test.ts.snap b/libs/awscdk/test/__snapshots__/bucket.test.ts.snap index a4988e7b6bf..65f5d2ca5b3 100644 --- a/libs/awscdk/test/__snapshots__/bucket.test.ts.snap +++ b/libs/awscdk/test/__snapshots__/bucket.test.ts.snap @@ -1784,7 +1784,7 @@ exports[`bucket with two preflight files 1`] = ` "S3Bucket": { "Fn::Sub": "cdk-hnb659fds-assets-\${AWS::AccountId}-\${AWS::Region}", }, - "S3Key": "3fb6287214999ddeafa7cd0e3e58bc5144c8678bb720f3b5e45e8fd32f333eb3.zip", + "S3Key": "3322b7049fb0ed2b7cbb644a2ada8d1116ff80c32dca89e6ada846b5de26f961.zip", }, "Description": "/opt/awscli/aws", }, diff --git a/libs/compatibility-spy/package.json b/libs/compatibility-spy/package.json index 8a1f03d3047..727e4f913f7 100644 --- a/libs/compatibility-spy/package.json +++ b/libs/compatibility-spy/package.json @@ -20,7 +20,7 @@ "main": "lib/index.js", "license": "MIT", "dependencies": { - "constructs": "~10.2.69", + "constructs": "^10.3", "@winglang/sdk": "workspace:^" }, "devDependencies": { diff --git a/libs/wingc/src/lsp/snapshots/completions/capture_in_test.snap b/libs/wingc/src/lsp/snapshots/completions/capture_in_test.snap index e67ad73db1b..7e2f99c0393 100644 --- a/libs/wingc/src/lsp/snapshots/completions/capture_in_test.snap +++ b/libs/wingc/src/lsp/snapshots/completions/capture_in_test.snap @@ -6,7 +6,7 @@ source: libs/wingc/src/lsp/completions.rs detail: Node documentation: kind: markdown - value: "```wing\npreflight node: Node\nclass Node\n```\n---\nRepresents the construct node in the scope tree.\n\n### Initializer\n- `host` — `Construct`\n- `scope` — `IConstruct`\n- `id` — `str`\n### Fields\n- `PATH_SEP` — `str` — Separator used to delimit construct path components.\n- `addr` — `str` — Returns an opaque tree-unique address for this construct.\n- `children` — `Array` — All direct children of this construct.\n- `dependencies` — `Array` — Return all dependencies registered on this node (non-recursive).\n- `id` — `str` — The id of this construct within the current scope.\n- `locked` — `bool` — Returns true if this construct or the scopes in which it is defined are locked.\n- `metadata` — `Array` — An immutable array of metadata objects associated with this construct.\n- `path` — `str` — The full, absolute path of this construct in the tree.\n- `root` — `IConstruct` — Returns the root of the construct tree.\n- `scopes` — `Array` — All parent scopes of this construct.\n- `defaultChild?` — `IConstruct?` — Returns the child construct that has the id `Default` or `Resource\"`.\n- `scope?` — `IConstruct?` — Returns the scope in which this construct is defined.\n### Methods\n- `addDependency` — `(deps: Array?): void` — Add an ordering dependency on another construct.\n- `addMetadata` — `(type: str, data: any, options: MetadataOptions?): void` — Adds a metadata entry to this construct.\n- `addValidation` — `(validation: IValidation): void` — Adds a validation to this construct.\n- `findAll` — `(order: ConstructOrder?): Array` — Return this construct and all of its children in the given order.\n- `findChild` — `(id: str): IConstruct` — Return a direct child by id.\n- `getContext` — `(key: str): any` — Retrieves a value from tree context if present. Otherwise, would throw an error.\n- `lock` — `(): void` — Locks this construct from allowing more children to be added.\n- `of` — `(construct: IConstruct): Node` — Returns the node associated with a construct.\n- `setContext` — `(key: str, value: any): void` — This can be used to set contextual values.\n- `tryFindChild` — `(id: str): IConstruct?` — Return a direct child by id, or undefined.\n- `tryGetContext` — `(key: str): any` — Retrieves a value from tree context.\n- `tryRemoveChild` — `(childName: str): bool` — Remove the child with the given name, if present.\n- `validate` — `(): Array` — Validates this construct." + value: "```wing\npreflight node: Node\nclass Node\n```\n---\nRepresents the construct node in the scope tree.\n\n### Initializer\n- `host` — `Construct`\n- `scope` — `IConstruct`\n- `id` — `str`\n### Fields\n- `PATH_SEP` — `str` — Separator used to delimit construct path components.\n- `addr` — `str` — Returns an opaque tree-unique address for this construct.\n- `children` — `Array` — All direct children of this construct.\n- `dependencies` — `Array` — Return all dependencies registered on this node (non-recursive).\n- `id` — `str` — The id of this construct within the current scope.\n- `locked` — `bool` — Returns true if this construct or the scopes in which it is defined are locked.\n- `metadata` — `Array` — An immutable array of metadata objects associated with this construct.\n- `path` — `str` — The full, absolute path of this construct in the tree.\n- `root` — `IConstruct` — Returns the root of the construct tree.\n- `scopes` — `Array` — All parent scopes of this construct.\n- `defaultChild?` — `IConstruct?` — Returns the child construct that has the id `Default` or `Resource\"`.\n- `scope?` — `IConstruct?` — Returns the scope in which this construct is defined.\n### Methods\n- `addDependency` — `(deps: Array?): void` — Add an ordering dependency on another construct.\n- `addMetadata` — `(type: str, data: any, options: MetadataOptions?): void` — Adds a metadata entry to this construct.\n- `addValidation` — `(validation: IValidation): void` — Adds a validation to this construct.\n- `findAll` — `(order: ConstructOrder?): Array` — Return this construct and all of its children in the given order.\n- `findChild` — `(id: str): IConstruct` — Return a direct child by id.\n- `getAllContext` — `(defaults: Json?): any` — Retrieves the all context of a node from tree context.\n- `getContext` — `(key: str): any` — Retrieves a value from tree context if present. Otherwise, would throw an error.\n- `lock` — `(): void` — Locks this construct from allowing more children to be added.\n- `of` — `(construct: IConstruct): Node` — Returns the node associated with a construct.\n- `setContext` — `(key: str, value: any): void` — This can be used to set contextual values.\n- `tryFindChild` — `(id: str): IConstruct?` — Return a direct child by id, or undefined.\n- `tryGetContext` — `(key: str): any` — Retrieves a value from tree context.\n- `tryRemoveChild` — `(childName: str): bool` — Remove the child with the given name, if present.\n- `validate` — `(): Array` — Validates this construct." sortText: ab|node - label: copy kind: 2 diff --git a/libs/wingc/src/lsp/snapshots/completions/hide_private.snap b/libs/wingc/src/lsp/snapshots/completions/hide_private.snap index 4a2b71b2423..23a993cc64a 100644 --- a/libs/wingc/src/lsp/snapshots/completions/hide_private.snap +++ b/libs/wingc/src/lsp/snapshots/completions/hide_private.snap @@ -6,7 +6,7 @@ source: libs/wingc/src/lsp/completions.rs detail: Node documentation: kind: markdown - value: "```wing\npreflight node: Node\nclass Node\n```\n---\nRepresents the construct node in the scope tree.\n\n### Initializer\n- `host` — `Construct`\n- `scope` — `IConstruct`\n- `id` — `str`\n### Fields\n- `PATH_SEP` — `str` — Separator used to delimit construct path components.\n- `addr` — `str` — Returns an opaque tree-unique address for this construct.\n- `children` — `Array` — All direct children of this construct.\n- `dependencies` — `Array` — Return all dependencies registered on this node (non-recursive).\n- `id` — `str` — The id of this construct within the current scope.\n- `locked` — `bool` — Returns true if this construct or the scopes in which it is defined are locked.\n- `metadata` — `Array` — An immutable array of metadata objects associated with this construct.\n- `path` — `str` — The full, absolute path of this construct in the tree.\n- `root` — `IConstruct` — Returns the root of the construct tree.\n- `scopes` — `Array` — All parent scopes of this construct.\n- `defaultChild?` — `IConstruct?` — Returns the child construct that has the id `Default` or `Resource\"`.\n- `scope?` — `IConstruct?` — Returns the scope in which this construct is defined.\n### Methods\n- `addDependency` — `(deps: Array?): void` — Add an ordering dependency on another construct.\n- `addMetadata` — `(type: str, data: any, options: MetadataOptions?): void` — Adds a metadata entry to this construct.\n- `addValidation` — `(validation: IValidation): void` — Adds a validation to this construct.\n- `findAll` — `(order: ConstructOrder?): Array` — Return this construct and all of its children in the given order.\n- `findChild` — `(id: str): IConstruct` — Return a direct child by id.\n- `getContext` — `(key: str): any` — Retrieves a value from tree context if present. Otherwise, would throw an error.\n- `lock` — `(): void` — Locks this construct from allowing more children to be added.\n- `of` — `(construct: IConstruct): Node` — Returns the node associated with a construct.\n- `setContext` — `(key: str, value: any): void` — This can be used to set contextual values.\n- `tryFindChild` — `(id: str): IConstruct?` — Return a direct child by id, or undefined.\n- `tryGetContext` — `(key: str): any` — Retrieves a value from tree context.\n- `tryRemoveChild` — `(childName: str): bool` — Remove the child with the given name, if present.\n- `validate` — `(): Array` — Validates this construct." + value: "```wing\npreflight node: Node\nclass Node\n```\n---\nRepresents the construct node in the scope tree.\n\n### Initializer\n- `host` — `Construct`\n- `scope` — `IConstruct`\n- `id` — `str`\n### Fields\n- `PATH_SEP` — `str` — Separator used to delimit construct path components.\n- `addr` — `str` — Returns an opaque tree-unique address for this construct.\n- `children` — `Array` — All direct children of this construct.\n- `dependencies` — `Array` — Return all dependencies registered on this node (non-recursive).\n- `id` — `str` — The id of this construct within the current scope.\n- `locked` — `bool` — Returns true if this construct or the scopes in which it is defined are locked.\n- `metadata` — `Array` — An immutable array of metadata objects associated with this construct.\n- `path` — `str` — The full, absolute path of this construct in the tree.\n- `root` — `IConstruct` — Returns the root of the construct tree.\n- `scopes` — `Array` — All parent scopes of this construct.\n- `defaultChild?` — `IConstruct?` — Returns the child construct that has the id `Default` or `Resource\"`.\n- `scope?` — `IConstruct?` — Returns the scope in which this construct is defined.\n### Methods\n- `addDependency` — `(deps: Array?): void` — Add an ordering dependency on another construct.\n- `addMetadata` — `(type: str, data: any, options: MetadataOptions?): void` — Adds a metadata entry to this construct.\n- `addValidation` — `(validation: IValidation): void` — Adds a validation to this construct.\n- `findAll` — `(order: ConstructOrder?): Array` — Return this construct and all of its children in the given order.\n- `findChild` — `(id: str): IConstruct` — Return a direct child by id.\n- `getAllContext` — `(defaults: Json?): any` — Retrieves the all context of a node from tree context.\n- `getContext` — `(key: str): any` — Retrieves a value from tree context if present. Otherwise, would throw an error.\n- `lock` — `(): void` — Locks this construct from allowing more children to be added.\n- `of` — `(construct: IConstruct): Node` — Returns the node associated with a construct.\n- `setContext` — `(key: str, value: any): void` — This can be used to set contextual values.\n- `tryFindChild` — `(id: str): IConstruct?` — Return a direct child by id, or undefined.\n- `tryGetContext` — `(key: str): any` — Retrieves a value from tree context.\n- `tryRemoveChild` — `(childName: str): bool` — Remove the child with the given name, if present.\n- `validate` — `(): Array` — Validates this construct." sortText: ab|node - label: onLift kind: 2 diff --git a/libs/wingc/src/lsp/snapshots/completions/show_private.snap b/libs/wingc/src/lsp/snapshots/completions/show_private.snap index 60798aa7f1e..a760e5e3a70 100644 --- a/libs/wingc/src/lsp/snapshots/completions/show_private.snap +++ b/libs/wingc/src/lsp/snapshots/completions/show_private.snap @@ -13,7 +13,7 @@ source: libs/wingc/src/lsp/completions.rs detail: Node documentation: kind: markdown - value: "```wing\npreflight node: Node\nclass Node\n```\n---\nRepresents the construct node in the scope tree.\n\n### Initializer\n- `host` — `Construct`\n- `scope` — `IConstruct`\n- `id` — `str`\n### Fields\n- `PATH_SEP` — `str` — Separator used to delimit construct path components.\n- `addr` — `str` — Returns an opaque tree-unique address for this construct.\n- `children` — `Array` — All direct children of this construct.\n- `dependencies` — `Array` — Return all dependencies registered on this node (non-recursive).\n- `id` — `str` — The id of this construct within the current scope.\n- `locked` — `bool` — Returns true if this construct or the scopes in which it is defined are locked.\n- `metadata` — `Array` — An immutable array of metadata objects associated with this construct.\n- `path` — `str` — The full, absolute path of this construct in the tree.\n- `root` — `IConstruct` — Returns the root of the construct tree.\n- `scopes` — `Array` — All parent scopes of this construct.\n- `defaultChild?` — `IConstruct?` — Returns the child construct that has the id `Default` or `Resource\"`.\n- `scope?` — `IConstruct?` — Returns the scope in which this construct is defined.\n### Methods\n- `addDependency` — `(deps: Array?): void` — Add an ordering dependency on another construct.\n- `addMetadata` — `(type: str, data: any, options: MetadataOptions?): void` — Adds a metadata entry to this construct.\n- `addValidation` — `(validation: IValidation): void` — Adds a validation to this construct.\n- `findAll` — `(order: ConstructOrder?): Array` — Return this construct and all of its children in the given order.\n- `findChild` — `(id: str): IConstruct` — Return a direct child by id.\n- `getContext` — `(key: str): any` — Retrieves a value from tree context if present. Otherwise, would throw an error.\n- `lock` — `(): void` — Locks this construct from allowing more children to be added.\n- `of` — `(construct: IConstruct): Node` — Returns the node associated with a construct.\n- `setContext` — `(key: str, value: any): void` — This can be used to set contextual values.\n- `tryFindChild` — `(id: str): IConstruct?` — Return a direct child by id, or undefined.\n- `tryGetContext` — `(key: str): any` — Retrieves a value from tree context.\n- `tryRemoveChild` — `(childName: str): bool` — Remove the child with the given name, if present.\n- `validate` — `(): Array` — Validates this construct." + value: "```wing\npreflight node: Node\nclass Node\n```\n---\nRepresents the construct node in the scope tree.\n\n### Initializer\n- `host` — `Construct`\n- `scope` — `IConstruct`\n- `id` — `str`\n### Fields\n- `PATH_SEP` — `str` — Separator used to delimit construct path components.\n- `addr` — `str` — Returns an opaque tree-unique address for this construct.\n- `children` — `Array` — All direct children of this construct.\n- `dependencies` — `Array` — Return all dependencies registered on this node (non-recursive).\n- `id` — `str` — The id of this construct within the current scope.\n- `locked` — `bool` — Returns true if this construct or the scopes in which it is defined are locked.\n- `metadata` — `Array` — An immutable array of metadata objects associated with this construct.\n- `path` — `str` — The full, absolute path of this construct in the tree.\n- `root` — `IConstruct` — Returns the root of the construct tree.\n- `scopes` — `Array` — All parent scopes of this construct.\n- `defaultChild?` — `IConstruct?` — Returns the child construct that has the id `Default` or `Resource\"`.\n- `scope?` — `IConstruct?` — Returns the scope in which this construct is defined.\n### Methods\n- `addDependency` — `(deps: Array?): void` — Add an ordering dependency on another construct.\n- `addMetadata` — `(type: str, data: any, options: MetadataOptions?): void` — Adds a metadata entry to this construct.\n- `addValidation` — `(validation: IValidation): void` — Adds a validation to this construct.\n- `findAll` — `(order: ConstructOrder?): Array` — Return this construct and all of its children in the given order.\n- `findChild` — `(id: str): IConstruct` — Return a direct child by id.\n- `getAllContext` — `(defaults: Json?): any` — Retrieves the all context of a node from tree context.\n- `getContext` — `(key: str): any` — Retrieves a value from tree context if present. Otherwise, would throw an error.\n- `lock` — `(): void` — Locks this construct from allowing more children to be added.\n- `of` — `(construct: IConstruct): Node` — Returns the node associated with a construct.\n- `setContext` — `(key: str, value: any): void` — This can be used to set contextual values.\n- `tryFindChild` — `(id: str): IConstruct?` — Return a direct child by id, or undefined.\n- `tryGetContext` — `(key: str): any` — Retrieves a value from tree context.\n- `tryRemoveChild` — `(childName: str): bool` — Remove the child with the given name, if present.\n- `validate` — `(): Array` — Validates this construct." sortText: ab|node - label: onLift kind: 2 diff --git a/libs/wingsdk/.projen/deps.json b/libs/wingsdk/.projen/deps.json index 857a8df1b24..a550312d5e6 100644 --- a/libs/wingsdk/.projen/deps.json +++ b/libs/wingsdk/.projen/deps.json @@ -2,7 +2,7 @@ "dependencies": [ { "name": "@cdktf/provider-aws", - "version": "^15.0.0", + "version": "^19", "type": "build" }, { @@ -64,7 +64,7 @@ }, { "name": "cdktf-cli", - "version": "0.17.0", + "version": "0.20.3", "type": "build" }, { @@ -73,7 +73,7 @@ }, { "name": "constructs", - "version": "~10.2.69", + "version": "^10.3", "type": "build" }, { @@ -265,7 +265,7 @@ }, { "name": "cdktf", - "version": "0.17.0", + "version": "0.20.3", "type": "bundled" }, { @@ -338,12 +338,12 @@ }, { "name": "constructs", - "version": "~10.2.69", + "version": "^10.3", "type": "peer" }, { "name": "constructs", - "version": "~10.2.69", + "version": "^10.3", "type": "runtime" } ], diff --git a/libs/wingsdk/.projen/tasks.json b/libs/wingsdk/.projen/tasks.json index 224f759aece..9d5321c5172 100644 --- a/libs/wingsdk/.projen/tasks.json +++ b/libs/wingsdk/.projen/tasks.json @@ -630,19 +630,19 @@ "exec": "pnpm update npm-check-updates" }, { - "exec": "npm-check-updates --dep dev --upgrade --target=minor --reject='aws-sdk-client-mock-jest,aws-sdk-client-mock,cdktf-cli,constructs,jsii,@aws-sdk/client-cloudwatch-logs,@aws-sdk/client-dynamodb,@aws-sdk/client-elasticache,@aws-sdk/client-lambda,@aws-sdk/client-s3,@aws-sdk/client-secrets-manager,@aws-sdk/client-sns,@aws-sdk/client-sqs,@aws-sdk/s3-request-presigner,@aws-sdk/types,@aws-sdk/util-dynamodb,@azure/data-tables,@azure/identity,@azure/storage-blob,@google-cloud/datastore,@google-cloud/storage,@smithy/util-stream,@smithy/util-utf8,cdktf,protobufjs'" + "exec": "npm-check-updates --dep dev --upgrade --target=minor --reject='aws-sdk-client-mock-jest,aws-sdk-client-mock,cdktf-cli,jsii,@aws-sdk/client-cloudwatch-logs,@aws-sdk/client-dynamodb,@aws-sdk/client-elasticache,@aws-sdk/client-lambda,@aws-sdk/client-s3,@aws-sdk/client-secrets-manager,@aws-sdk/client-sns,@aws-sdk/client-sqs,@aws-sdk/s3-request-presigner,@aws-sdk/types,@aws-sdk/util-dynamodb,@azure/data-tables,@azure/identity,@azure/storage-blob,@google-cloud/datastore,@google-cloud/storage,@smithy/util-stream,@smithy/util-utf8,cdktf,protobufjs'" }, { - "exec": "npm-check-updates --dep bundle --upgrade --target=minor --reject='aws-sdk-client-mock-jest,aws-sdk-client-mock,cdktf-cli,constructs,jsii,@aws-sdk/client-cloudwatch-logs,@aws-sdk/client-dynamodb,@aws-sdk/client-elasticache,@aws-sdk/client-lambda,@aws-sdk/client-s3,@aws-sdk/client-secrets-manager,@aws-sdk/client-sns,@aws-sdk/client-sqs,@aws-sdk/s3-request-presigner,@aws-sdk/types,@aws-sdk/util-dynamodb,@azure/data-tables,@azure/identity,@azure/storage-blob,@google-cloud/datastore,@google-cloud/storage,@smithy/util-stream,@smithy/util-utf8,cdktf,protobufjs'" + "exec": "npm-check-updates --dep bundle --upgrade --target=minor --reject='aws-sdk-client-mock-jest,aws-sdk-client-mock,cdktf-cli,jsii,@aws-sdk/client-cloudwatch-logs,@aws-sdk/client-dynamodb,@aws-sdk/client-elasticache,@aws-sdk/client-lambda,@aws-sdk/client-s3,@aws-sdk/client-secrets-manager,@aws-sdk/client-sns,@aws-sdk/client-sqs,@aws-sdk/s3-request-presigner,@aws-sdk/types,@aws-sdk/util-dynamodb,@azure/data-tables,@azure/identity,@azure/storage-blob,@google-cloud/datastore,@google-cloud/storage,@smithy/util-stream,@smithy/util-utf8,cdktf,protobufjs'" }, { - "exec": "npm-check-updates --dep peer --upgrade --target=minor --reject='aws-sdk-client-mock-jest,aws-sdk-client-mock,cdktf-cli,constructs,jsii,@aws-sdk/client-cloudwatch-logs,@aws-sdk/client-dynamodb,@aws-sdk/client-elasticache,@aws-sdk/client-lambda,@aws-sdk/client-s3,@aws-sdk/client-secrets-manager,@aws-sdk/client-sns,@aws-sdk/client-sqs,@aws-sdk/s3-request-presigner,@aws-sdk/types,@aws-sdk/util-dynamodb,@azure/data-tables,@azure/identity,@azure/storage-blob,@google-cloud/datastore,@google-cloud/storage,@smithy/util-stream,@smithy/util-utf8,cdktf,protobufjs'" + "exec": "npm-check-updates --dep peer --upgrade --target=minor --reject='aws-sdk-client-mock-jest,aws-sdk-client-mock,cdktf-cli,jsii,@aws-sdk/client-cloudwatch-logs,@aws-sdk/client-dynamodb,@aws-sdk/client-elasticache,@aws-sdk/client-lambda,@aws-sdk/client-s3,@aws-sdk/client-secrets-manager,@aws-sdk/client-sns,@aws-sdk/client-sqs,@aws-sdk/s3-request-presigner,@aws-sdk/types,@aws-sdk/util-dynamodb,@azure/data-tables,@azure/identity,@azure/storage-blob,@google-cloud/datastore,@google-cloud/storage,@smithy/util-stream,@smithy/util-utf8,cdktf,protobufjs'" }, { - "exec": "npm-check-updates --dep prod --upgrade --target=minor --reject='aws-sdk-client-mock-jest,aws-sdk-client-mock,cdktf-cli,constructs,jsii,@aws-sdk/client-cloudwatch-logs,@aws-sdk/client-dynamodb,@aws-sdk/client-elasticache,@aws-sdk/client-lambda,@aws-sdk/client-s3,@aws-sdk/client-secrets-manager,@aws-sdk/client-sns,@aws-sdk/client-sqs,@aws-sdk/s3-request-presigner,@aws-sdk/types,@aws-sdk/util-dynamodb,@azure/data-tables,@azure/identity,@azure/storage-blob,@google-cloud/datastore,@google-cloud/storage,@smithy/util-stream,@smithy/util-utf8,cdktf,protobufjs'" + "exec": "npm-check-updates --dep prod --upgrade --target=minor --reject='aws-sdk-client-mock-jest,aws-sdk-client-mock,cdktf-cli,jsii,@aws-sdk/client-cloudwatch-logs,@aws-sdk/client-dynamodb,@aws-sdk/client-elasticache,@aws-sdk/client-lambda,@aws-sdk/client-s3,@aws-sdk/client-secrets-manager,@aws-sdk/client-sns,@aws-sdk/client-sqs,@aws-sdk/s3-request-presigner,@aws-sdk/types,@aws-sdk/util-dynamodb,@azure/data-tables,@azure/identity,@azure/storage-blob,@google-cloud/datastore,@google-cloud/storage,@smithy/util-stream,@smithy/util-utf8,cdktf,protobufjs'" }, { - "exec": "npm-check-updates --dep optional --upgrade --target=minor --reject='aws-sdk-client-mock-jest,aws-sdk-client-mock,cdktf-cli,constructs,jsii,@aws-sdk/client-cloudwatch-logs,@aws-sdk/client-dynamodb,@aws-sdk/client-elasticache,@aws-sdk/client-lambda,@aws-sdk/client-s3,@aws-sdk/client-secrets-manager,@aws-sdk/client-sns,@aws-sdk/client-sqs,@aws-sdk/s3-request-presigner,@aws-sdk/types,@aws-sdk/util-dynamodb,@azure/data-tables,@azure/identity,@azure/storage-blob,@google-cloud/datastore,@google-cloud/storage,@smithy/util-stream,@smithy/util-utf8,cdktf,protobufjs'" + "exec": "npm-check-updates --dep optional --upgrade --target=minor --reject='aws-sdk-client-mock-jest,aws-sdk-client-mock,cdktf-cli,jsii,@aws-sdk/client-cloudwatch-logs,@aws-sdk/client-dynamodb,@aws-sdk/client-elasticache,@aws-sdk/client-lambda,@aws-sdk/client-s3,@aws-sdk/client-secrets-manager,@aws-sdk/client-sns,@aws-sdk/client-sqs,@aws-sdk/s3-request-presigner,@aws-sdk/types,@aws-sdk/util-dynamodb,@azure/data-tables,@azure/identity,@azure/storage-blob,@google-cloud/datastore,@google-cloud/storage,@smithy/util-stream,@smithy/util-utf8,cdktf,protobufjs'" }, { "exec": "pnpm i --no-frozen-lockfile" diff --git a/libs/wingsdk/.projenrc.ts b/libs/wingsdk/.projenrc.ts index aec6fe665a3..e31ac3d2f48 100644 --- a/libs/wingsdk/.projenrc.ts +++ b/libs/wingsdk/.projenrc.ts @@ -3,8 +3,8 @@ import { join } from "path"; import { JsonFile, cdk, javascript, DependencyType } from "projen"; import * as cloud from "./src"; -const JSII_DEPS = ["constructs@~10.2.69"]; -const CDKTF_VERSION = "0.17.0"; +const JSII_DEPS = ["constructs@^10.3"]; +const CDKTF_VERSION = "0.20.3"; const CDKTF_PROVIDERS = [ "aws@~>5.31.0", @@ -108,7 +108,7 @@ const project = new cdk.JsiiProject({ "ulid", ], devDeps: [ - `@cdktf/provider-aws@^15.0.0`, // only for testing Wing plugins + `@cdktf/provider-aws@^19`, // only for testing Wing plugins "wing-api-checker", "bump-pack", "@types/aws-lambda", diff --git a/libs/wingsdk/package.json b/libs/wingsdk/package.json index 9db385ec527..98b73042602 100644 --- a/libs/wingsdk/package.json +++ b/libs/wingsdk/package.json @@ -37,7 +37,7 @@ "organization": true }, "devDependencies": { - "@cdktf/provider-aws": "^15.0.0", + "@cdktf/provider-aws": "^19", "@types/aws-lambda": "^8.10.109", "@types/express": "^4.17.17", "@types/fs-extra": "^11.0.1", @@ -51,9 +51,9 @@ "aws-sdk-client-mock": "3.0.0", "aws-sdk-client-mock-jest": "3.0.0", "bump-pack": "workspace:^", - "cdktf-cli": "0.17.0", + "cdktf-cli": "0.20.3", "chalk": "^4.1.2", - "constructs": "~10.2.69", + "constructs": "^10.3", "eslint": "^8", "eslint-config-prettier": "^8.10.0", "eslint-import-resolver-node": "^0.3.9", @@ -77,7 +77,7 @@ "wing-api-checker": "workspace:^" }, "peerDependencies": { - "constructs": "~10.2.69" + "constructs": "^10.3" }, "dependencies": { "@aws-sdk/client-cloudwatch-logs": "3.449.0", @@ -100,8 +100,8 @@ "@smithy/util-stream": "2.0.17", "@smithy/util-utf8": "2.0.0", "@types/aws-lambda": "^8.10.119", - "cdktf": "0.17.0", - "constructs": "~10.2.69", + "cdktf": "0.20.3", + "constructs": "^10.3", "cron-parser": "^4.9.0", "express": "^4.18.2", "google-auth-library": "^8.9.0", diff --git a/libs/wingsdk/test/core/__snapshots__/connections.test.ts.snap b/libs/wingsdk/test/core/__snapshots__/connections.test.ts.snap index 06f888c338b..402ede7741f 100644 --- a/libs/wingsdk/test/core/__snapshots__/connections.test.ts.snap +++ b/libs/wingsdk/test/core/__snapshots__/connections.test.ts.snap @@ -145,7 +145,7 @@ return class Handler { "my_bucket": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud object store", @@ -157,7 +157,7 @@ return class Handler { "my_function": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -169,7 +169,7 @@ return class Handler { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", diff --git a/libs/wingsdk/test/simulator/__snapshots__/simulator.test.ts.snap b/libs/wingsdk/test/simulator/__snapshots__/simulator.test.ts.snap index 1c01368dc89..8686e8b64a6 100644 --- a/libs/wingsdk/test/simulator/__snapshots__/simulator.test.ts.snap +++ b/libs/wingsdk/test/simulator/__snapshots__/simulator.test.ts.snap @@ -7,7 +7,7 @@ exports[`provides raw tree data 1`] = ` "test": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud unit test.", @@ -20,7 +20,7 @@ exports[`provides raw tree data 1`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", diff --git a/libs/wingsdk/test/target-sim/__snapshots__/api.test.ts.snap b/libs/wingsdk/test/target-sim/__snapshots__/api.test.ts.snap index 4f3647a95e1..5de8d310bbb 100644 --- a/libs/wingsdk/test/target-sim/__snapshots__/api.test.ts.snap +++ b/libs/wingsdk/test/target-sim/__snapshots__/api.test.ts.snap @@ -209,7 +209,7 @@ return class Handler { "ApiEventMapping0": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "hidden": true, @@ -220,7 +220,7 @@ return class Handler { "Endpoint": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "Api root/my_api", @@ -233,7 +233,7 @@ return class Handler { "OnRequestHandler0": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -247,7 +247,7 @@ return class Handler { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A REST API endpoint", @@ -259,7 +259,7 @@ return class Handler { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -478,7 +478,7 @@ return class Handler { "ApiEventMapping0": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "hidden": true, @@ -489,7 +489,7 @@ return class Handler { "Endpoint": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "Api root/my_api", @@ -502,7 +502,7 @@ return class Handler { "OnRequestHandler0": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -516,7 +516,7 @@ return class Handler { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A REST API endpoint", @@ -528,7 +528,7 @@ return class Handler { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -747,7 +747,7 @@ return class Handler { "ApiEventMapping0": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "hidden": true, @@ -758,7 +758,7 @@ return class Handler { "Endpoint": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "Api root/my_api", @@ -771,7 +771,7 @@ return class Handler { "OnRequestHandler0": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -785,7 +785,7 @@ return class Handler { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A REST API endpoint", @@ -797,7 +797,7 @@ return class Handler { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -1016,7 +1016,7 @@ return class Handler { "ApiEventMapping0": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "hidden": true, @@ -1027,7 +1027,7 @@ return class Handler { "Endpoint": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "Api root/my_api", @@ -1040,7 +1040,7 @@ return class Handler { "OnRequestHandler0": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -1054,7 +1054,7 @@ return class Handler { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A REST API endpoint", @@ -1066,7 +1066,7 @@ return class Handler { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -1285,7 +1285,7 @@ return class Handler { "ApiEventMapping0": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "hidden": true, @@ -1296,7 +1296,7 @@ return class Handler { "Endpoint": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "Api root/my_api", @@ -1309,7 +1309,7 @@ return class Handler { "OnRequestHandler0": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -1323,7 +1323,7 @@ return class Handler { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A REST API endpoint", @@ -1335,7 +1335,7 @@ return class Handler { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -1554,7 +1554,7 @@ return class Handler { "ApiEventMapping0": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "hidden": true, @@ -1565,7 +1565,7 @@ return class Handler { "Endpoint": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "Api root/my_api", @@ -1578,7 +1578,7 @@ return class Handler { "OnRequestHandler0": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -1592,7 +1592,7 @@ return class Handler { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A REST API endpoint", @@ -1604,7 +1604,7 @@ return class Handler { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -1955,7 +1955,7 @@ return class Handler { "ApiEventMapping0": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "hidden": true, @@ -1966,7 +1966,7 @@ return class Handler { "Endpoint": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "Api root/my_api", @@ -1979,7 +1979,7 @@ return class Handler { "OnRequestHandler0": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -1993,7 +1993,7 @@ return class Handler { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A REST API endpoint", @@ -2005,7 +2005,7 @@ return class Handler { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -2241,7 +2241,7 @@ return class Handler { "ApiEventMapping0": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "hidden": true, @@ -2252,7 +2252,7 @@ return class Handler { "Endpoint": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "Api root/my_api", @@ -2265,7 +2265,7 @@ return class Handler { "OnRequestHandler0": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -2279,7 +2279,7 @@ return class Handler { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A REST API endpoint", @@ -2291,7 +2291,7 @@ return class Handler { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -2519,7 +2519,7 @@ return class Handler { "ApiEventMapping0": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "hidden": true, @@ -2530,7 +2530,7 @@ return class Handler { "Endpoint": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "Api root/my_api", @@ -2543,7 +2543,7 @@ return class Handler { "OnRequestHandler0": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -2557,7 +2557,7 @@ return class Handler { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A REST API endpoint", @@ -2569,7 +2569,7 @@ return class Handler { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -2785,7 +2785,7 @@ return class Handler { "ApiEventMapping0": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "hidden": true, @@ -2796,7 +2796,7 @@ return class Handler { "Endpoint": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "Api root/my_api", @@ -2809,7 +2809,7 @@ return class Handler { "OnRequestHandler0": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -2823,7 +2823,7 @@ return class Handler { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A REST API endpoint", @@ -2835,7 +2835,7 @@ return class Handler { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -3123,7 +3123,7 @@ return class Handler { "ApiEventMapping0": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "hidden": true, @@ -3134,7 +3134,7 @@ return class Handler { "ApiEventMapping1": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "hidden": true, @@ -3145,7 +3145,7 @@ return class Handler { "Endpoint": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "Api root/my_api", @@ -3158,7 +3158,7 @@ return class Handler { "OnRequestHandler0": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -3172,7 +3172,7 @@ return class Handler { "OnRequestHandler1": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -3186,7 +3186,7 @@ return class Handler { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A REST API endpoint", @@ -3198,7 +3198,7 @@ return class Handler { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -3488,7 +3488,7 @@ return class Handler { "ApiEventMapping0": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "hidden": true, @@ -3499,7 +3499,7 @@ return class Handler { "ApiEventMapping1": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "hidden": true, @@ -3510,7 +3510,7 @@ return class Handler { "Endpoint": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "Api root/my_api", @@ -3523,7 +3523,7 @@ return class Handler { "OnRequestHandler0": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -3537,7 +3537,7 @@ return class Handler { "OnRequestHandler1": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -3551,7 +3551,7 @@ return class Handler { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A REST API endpoint", @@ -3563,7 +3563,7 @@ return class Handler { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -3782,7 +3782,7 @@ return class Handler { "ApiEventMapping0": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "hidden": true, @@ -3793,7 +3793,7 @@ return class Handler { "Endpoint": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "Api root/my_api", @@ -3806,7 +3806,7 @@ return class Handler { "OnRequestHandler0": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -3820,7 +3820,7 @@ return class Handler { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A REST API endpoint", @@ -3832,7 +3832,7 @@ return class Handler { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -4060,7 +4060,7 @@ return class Handler { "ApiEventMapping0": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "hidden": true, @@ -4071,7 +4071,7 @@ return class Handler { "Endpoint": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "Api root/my_api", @@ -4084,7 +4084,7 @@ return class Handler { "OnRequestHandler0": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -4098,7 +4098,7 @@ return class Handler { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A REST API endpoint", @@ -4110,7 +4110,7 @@ return class Handler { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -4329,7 +4329,7 @@ return class Handler { "ApiEventMapping0": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "hidden": true, @@ -4340,7 +4340,7 @@ return class Handler { "Endpoint": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "Api root/my_api", @@ -4353,7 +4353,7 @@ return class Handler { "OnRequestHandler0": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -4367,7 +4367,7 @@ return class Handler { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A REST API endpoint", @@ -4379,7 +4379,7 @@ return class Handler { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -4513,7 +4513,7 @@ exports[`create an api 1`] = ` "Endpoint": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "Api root/my_api", @@ -4526,7 +4526,7 @@ exports[`create an api 1`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A REST API endpoint", @@ -4538,7 +4538,7 @@ exports[`create an api 1`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", diff --git a/libs/wingsdk/test/target-sim/__snapshots__/bucket.test.ts.snap b/libs/wingsdk/test/target-sim/__snapshots__/bucket.test.ts.snap index edb55adbd04..8ad9fd240f6 100644 --- a/libs/wingsdk/test/target-sim/__snapshots__/bucket.test.ts.snap +++ b/libs/wingsdk/test/target-sim/__snapshots__/bucket.test.ts.snap @@ -171,7 +171,7 @@ exports[`can add file in preflight 2`] = ` "my_bucket": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud object store", @@ -183,7 +183,7 @@ exports[`can add file in preflight 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -316,7 +316,7 @@ exports[`can add object in preflight 2`] = ` "my_bucket": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud object store", @@ -328,7 +328,7 @@ exports[`can add object in preflight 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -448,7 +448,7 @@ exports[`create a bucket 1`] = ` "my_bucket": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud object store", @@ -460,7 +460,7 @@ exports[`create a bucket 1`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -588,7 +588,7 @@ exports[`get invalid object throws an error 2`] = ` "my_bucket": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud object store", @@ -600,7 +600,7 @@ exports[`get invalid object throws an error 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", diff --git a/libs/wingsdk/test/target-sim/__snapshots__/counter.test.ts.snap b/libs/wingsdk/test/target-sim/__snapshots__/counter.test.ts.snap index 0a3e46cecfa..9924402a1f9 100644 --- a/libs/wingsdk/test/target-sim/__snapshots__/counter.test.ts.snap +++ b/libs/wingsdk/test/target-sim/__snapshots__/counter.test.ts.snap @@ -108,7 +108,7 @@ exports[`create a counter 1`] = ` "my_counter": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A distributed atomic counter", @@ -120,7 +120,7 @@ exports[`create a counter 1`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -249,7 +249,7 @@ exports[`dec 2`] = ` "my_counter": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A distributed atomic counter", @@ -261,7 +261,7 @@ exports[`dec 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -390,7 +390,7 @@ exports[`inc 2`] = ` "my_counter": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A distributed atomic counter", @@ -402,7 +402,7 @@ exports[`inc 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -531,7 +531,7 @@ exports[`key dec 2`] = ` "my_counter": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A distributed atomic counter", @@ -543,7 +543,7 @@ exports[`key dec 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -672,7 +672,7 @@ exports[`key inc 2`] = ` "my_counter": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A distributed atomic counter", @@ -684,7 +684,7 @@ exports[`key inc 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -811,7 +811,7 @@ exports[`key set to new value 2`] = ` "my_counter": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A distributed atomic counter", @@ -823,7 +823,7 @@ exports[`key set to new value 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -950,7 +950,7 @@ exports[`set to new value 2`] = ` "my_counter": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A distributed atomic counter", @@ -962,7 +962,7 @@ exports[`set to new value 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", diff --git a/libs/wingsdk/test/target-sim/__snapshots__/dynamodb-table.test.ts.snap b/libs/wingsdk/test/target-sim/__snapshots__/dynamodb-table.test.ts.snap index 3b3b9637547..ad5970b6334 100644 --- a/libs/wingsdk/test/target-sim/__snapshots__/dynamodb-table.test.ts.snap +++ b/libs/wingsdk/test/target-sim/__snapshots__/dynamodb-table.test.ts.snap @@ -112,7 +112,7 @@ exports[`create a table 1`] = ` "create_table": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A DynamoDb Table", @@ -124,7 +124,7 @@ exports[`create a table 1`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -253,7 +253,7 @@ exports[`get item 2`] = ` "get_table": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A DynamoDb Table", @@ -265,7 +265,7 @@ exports[`get item 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -394,7 +394,7 @@ exports[`put item 2`] = ` "put_table": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A DynamoDb Table", @@ -406,7 +406,7 @@ exports[`put item 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -535,7 +535,7 @@ exports[`update item 2`] = ` "update_table": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A DynamoDb Table", @@ -547,7 +547,7 @@ exports[`update item 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", diff --git a/libs/wingsdk/test/target-sim/__snapshots__/file-counter.test.ts.snap b/libs/wingsdk/test/target-sim/__snapshots__/file-counter.test.ts.snap index 52fe12dd9ea..465d8df6d26 100644 --- a/libs/wingsdk/test/target-sim/__snapshots__/file-counter.test.ts.snap +++ b/libs/wingsdk/test/target-sim/__snapshots__/file-counter.test.ts.snap @@ -217,7 +217,7 @@ bucket: (function() { "Bucket": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud object store", @@ -229,7 +229,7 @@ bucket: (function() { "Counter": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A distributed atomic counter", @@ -243,7 +243,7 @@ bucket: (function() { "QueueEventMapping0": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "hidden": true, @@ -254,7 +254,7 @@ bucket: (function() { "SetConsumer0": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -267,7 +267,7 @@ bucket: (function() { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A distributed message queue", @@ -279,7 +279,7 @@ bucket: (function() { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "HelloWorld", "path": "root/HelloWorld", @@ -287,7 +287,7 @@ bucket: (function() { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", diff --git a/libs/wingsdk/test/target-sim/__snapshots__/function.test.ts.snap b/libs/wingsdk/test/target-sim/__snapshots__/function.test.ts.snap index 7745fcb335d..b4deacf50ef 100644 --- a/libs/wingsdk/test/target-sim/__snapshots__/function.test.ts.snap +++ b/libs/wingsdk/test/target-sim/__snapshots__/function.test.ts.snap @@ -143,7 +143,7 @@ async handle(event) { "my_function": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -155,7 +155,7 @@ async handle(event) { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -314,7 +314,7 @@ async handle(event) { "my_function": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -326,7 +326,7 @@ async handle(event) { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -485,7 +485,7 @@ async handle(event) { "my_function": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -497,7 +497,7 @@ async handle(event) { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -658,7 +658,7 @@ async handle(event) { "my_function": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -670,7 +670,7 @@ async handle(event) { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -819,7 +819,7 @@ async handle() { "my_function": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -831,7 +831,7 @@ async handle() { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -1076,7 +1076,7 @@ return class Handler { "Function.0": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -1088,7 +1088,7 @@ return class Handler { "Function.1": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -1100,7 +1100,7 @@ return class Handler { "Function.2": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -1112,7 +1112,7 @@ return class Handler { "Function.3": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -1124,7 +1124,7 @@ return class Handler { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", diff --git a/libs/wingsdk/test/target-sim/__snapshots__/immutable-capture.test.ts.snap b/libs/wingsdk/test/target-sim/__snapshots__/immutable-capture.test.ts.snap index ad6d360c497..7b9d37aadc8 100644 --- a/libs/wingsdk/test/target-sim/__snapshots__/immutable-capture.test.ts.snap +++ b/libs/wingsdk/test/target-sim/__snapshots__/immutable-capture.test.ts.snap @@ -133,7 +133,7 @@ my_capture: [\\"hello\\",\\"dude\\"] "Function": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -145,7 +145,7 @@ my_capture: [\\"hello\\",\\"dude\\"] }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -288,7 +288,7 @@ my_array: [(new (require(\\"[REDACTED]/wingsdk/src/std/duration.js\\").Duration) "Function": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -300,7 +300,7 @@ my_array: [(new (require(\\"[REDACTED]/wingsdk/src/std/duration.js\\").Duration) }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -442,7 +442,7 @@ my_array: [new Map([[\\"foo\\",1],[\\"bar\\",2]]),new Map([[\\"foo\\",3],[\\"bar "Function": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -454,7 +454,7 @@ my_array: [new Map([[\\"foo\\",1],[\\"bar\\",2]]),new Map([[\\"foo\\",3],[\\"bar }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -595,7 +595,7 @@ my_capture: false "Function": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -607,7 +607,7 @@ my_capture: false }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -750,7 +750,7 @@ my_capture: (new (require(\\"[REDACTED]/wingsdk/src/std/duration.js\\").Duration "Function": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -762,7 +762,7 @@ my_capture: (new (require(\\"[REDACTED]/wingsdk/src/std/duration.js\\").Duration }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -907,7 +907,7 @@ my_capture: new Map([[\\"foo\\",123],[\\"bar\\",456]]) "Function": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -919,7 +919,7 @@ my_capture: new Map([[\\"foo\\",123],[\\"bar\\",456]]) }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -1066,7 +1066,7 @@ my_map: new Map([[\\"foo\\",[1,2]],[\\"bar\\",[3,4]]]) "Function": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -1078,7 +1078,7 @@ my_map: new Map([[\\"foo\\",[1,2]],[\\"bar\\",[3,4]]]) }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -1222,7 +1222,7 @@ my_map: new Map([[\\"foo\\",[(new (require(\\"[REDACTED]/wingsdk/src/std/duratio "Function": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -1234,7 +1234,7 @@ my_map: new Map([[\\"foo\\",[(new (require(\\"[REDACTED]/wingsdk/src/std/duratio }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -1375,7 +1375,7 @@ my_capture: 123 "Function": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -1387,7 +1387,7 @@ my_capture: 123 }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -1531,7 +1531,7 @@ my_capture: new Set([\\"boom\\",\\"bam\\",\\"bang\\"]) "Function": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -1543,7 +1543,7 @@ my_capture: new Set([\\"boom\\",\\"bam\\",\\"bang\\"]) }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -1686,7 +1686,7 @@ my_set: new Set([(new (require(\\"[REDACTED]/wingsdk/src/std/duration.js\\").Dur "Function": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -1698,7 +1698,7 @@ my_set: new Set([(new (require(\\"[REDACTED]/wingsdk/src/std/duration.js\\").Dur }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -1840,7 +1840,7 @@ my_capture: \\"bam bam bam\\" "Function": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -1852,7 +1852,7 @@ my_capture: \\"bam bam bam\\" }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -1996,7 +1996,7 @@ my_capture: {\\"hello\\": \\"dude\\",\\"world\\": \\"cup\\",\\"foo\\": \\"bar\\" "Function": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -2008,7 +2008,7 @@ my_capture: {\\"hello\\": \\"dude\\",\\"world\\": \\"cup\\",\\"foo\\": \\"bar\\" }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -2152,7 +2152,7 @@ my_struct: {\\"foo\\": new Map([[\\"foo\\",1],[\\"bar\\",2]]),\\"bar\\": new Map "Function": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -2164,7 +2164,7 @@ my_struct: {\\"foo\\": new Map([[\\"foo\\",1],[\\"bar\\",2]]),\\"bar\\": new Map }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", diff --git a/libs/wingsdk/test/target-sim/__snapshots__/on-deploy.test.ts.snap b/libs/wingsdk/test/target-sim/__snapshots__/on-deploy.test.ts.snap index f685c9c1a4a..a092534dd6a 100644 --- a/libs/wingsdk/test/target-sim/__snapshots__/on-deploy.test.ts.snap +++ b/libs/wingsdk/test/target-sim/__snapshots__/on-deploy.test.ts.snap @@ -139,7 +139,7 @@ return class Handler { "Function": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -152,7 +152,7 @@ return class Handler { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "Run code during the app's deployment.", @@ -164,7 +164,7 @@ return class Handler { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", diff --git a/libs/wingsdk/test/target-sim/__snapshots__/queue.test.ts.snap b/libs/wingsdk/test/target-sim/__snapshots__/queue.test.ts.snap index 45de8929911..763461d72d9 100644 --- a/libs/wingsdk/test/target-sim/__snapshots__/queue.test.ts.snap +++ b/libs/wingsdk/test/target-sim/__snapshots__/queue.test.ts.snap @@ -109,7 +109,7 @@ exports[`create a queue 1`] = ` "my_queue": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A distributed message queue", @@ -121,7 +121,7 @@ exports[`create a queue 1`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -310,7 +310,7 @@ async handle(message) { "QueueEventMapping0": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "hidden": true, @@ -321,7 +321,7 @@ async handle(message) { "SetConsumer0": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -334,7 +334,7 @@ async handle(message) { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A distributed message queue", @@ -346,7 +346,7 @@ async handle(message) { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -536,7 +536,7 @@ async handle(message) { "QueueEventMapping0": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "hidden": true, @@ -547,7 +547,7 @@ async handle(message) { "SetConsumer0": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -560,7 +560,7 @@ async handle(message) { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A distributed message queue", @@ -572,7 +572,7 @@ async handle(message) { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -699,7 +699,7 @@ exports[`push rejects empty message 2`] = ` "my_queue": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A distributed message queue", @@ -711,7 +711,7 @@ exports[`push rejects empty message 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -842,7 +842,7 @@ exports[`queue batch size of 2, purge the queue 2`] = ` "my_queue": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A distributed message queue", @@ -854,7 +854,7 @@ exports[`queue batch size of 2, purge the queue 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -1090,7 +1090,7 @@ async handle(message) { "QueueEventMapping0": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "hidden": true, @@ -1101,7 +1101,7 @@ async handle(message) { "SetConsumer0": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -1114,7 +1114,7 @@ async handle(message) { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A distributed message queue", @@ -1128,7 +1128,7 @@ async handle(message) { "Function": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -1141,7 +1141,7 @@ async handle(message) { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "Run code during the app's deployment.", @@ -1153,7 +1153,7 @@ async handle(message) { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -1327,7 +1327,7 @@ async handle(message) { "QueueEventMapping0": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "hidden": true, @@ -1338,7 +1338,7 @@ async handle(message) { "SetConsumer0": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -1351,7 +1351,7 @@ async handle(message) { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A distributed message queue", @@ -1363,7 +1363,7 @@ async handle(message) { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", diff --git a/libs/wingsdk/test/target-sim/__snapshots__/redis.test.ts.snap b/libs/wingsdk/test/target-sim/__snapshots__/redis.test.ts.snap index fb6f11d5be7..5fb691e2370 100644 --- a/libs/wingsdk/test/target-sim/__snapshots__/redis.test.ts.snap +++ b/libs/wingsdk/test/target-sim/__snapshots__/redis.test.ts.snap @@ -106,7 +106,7 @@ exports[`create a Redis resource 1`] = ` "my_redis": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A Redis server", @@ -118,7 +118,7 @@ exports[`create a Redis resource 1`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", diff --git a/libs/wingsdk/test/target-sim/__snapshots__/schedule.test.ts.snap b/libs/wingsdk/test/target-sim/__snapshots__/schedule.test.ts.snap index c212121c6b7..75b1d203c77 100644 --- a/libs/wingsdk/test/target-sim/__snapshots__/schedule.test.ts.snap +++ b/libs/wingsdk/test/target-sim/__snapshots__/schedule.test.ts.snap @@ -108,7 +108,7 @@ exports[`create a schedule 1`] = ` "my_schedule": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud schedule to trigger events at regular intervals", @@ -120,7 +120,7 @@ exports[`create a schedule 1`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -289,7 +289,7 @@ console.log(\\"Hello from schedule!\\"); "OnTick0": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -302,7 +302,7 @@ console.log(\\"Hello from schedule!\\"); "OnTickMapping0": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "hidden": true, @@ -313,7 +313,7 @@ console.log(\\"Hello from schedule!\\"); }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud schedule to trigger events at regular intervals", @@ -325,7 +325,7 @@ console.log(\\"Hello from schedule!\\"); }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -494,7 +494,7 @@ console.log(\\"Hello from schedule!\\"); "OnTick0": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -507,7 +507,7 @@ console.log(\\"Hello from schedule!\\"); "OnTickMapping0": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "hidden": true, @@ -518,7 +518,7 @@ console.log(\\"Hello from schedule!\\"); }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud schedule to trigger events at regular intervals", @@ -530,7 +530,7 @@ console.log(\\"Hello from schedule!\\"); }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -699,7 +699,7 @@ console.log(\\"Hello from schedule!\\"); "OnTick0": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -712,7 +712,7 @@ console.log(\\"Hello from schedule!\\"); "OnTickMapping0": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "hidden": true, @@ -723,7 +723,7 @@ console.log(\\"Hello from schedule!\\"); }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud schedule to trigger events at regular intervals", @@ -735,7 +735,7 @@ console.log(\\"Hello from schedule!\\"); }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", diff --git a/libs/wingsdk/test/target-sim/__snapshots__/secret.test.ts.snap b/libs/wingsdk/test/target-sim/__snapshots__/secret.test.ts.snap index d99ee31b62f..4e81291e198 100644 --- a/libs/wingsdk/test/target-sim/__snapshots__/secret.test.ts.snap +++ b/libs/wingsdk/test/target-sim/__snapshots__/secret.test.ts.snap @@ -108,7 +108,7 @@ exports[`create a secret 1`] = ` "my_secret": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud secret", @@ -120,7 +120,7 @@ exports[`create a secret 1`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", diff --git a/libs/wingsdk/test/target-sim/__snapshots__/service.test.ts.snap b/libs/wingsdk/test/target-sim/__snapshots__/service.test.ts.snap index 28382435a5a..93578efb191 100644 --- a/libs/wingsdk/test/target-sim/__snapshots__/service.test.ts.snap +++ b/libs/wingsdk/test/target-sim/__snapshots__/service.test.ts.snap @@ -132,7 +132,7 @@ exports.handle = async function() { "my_service": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud service", @@ -144,7 +144,7 @@ exports.handle = async function() { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", diff --git a/libs/wingsdk/test/target-sim/__snapshots__/table.test.ts.snap b/libs/wingsdk/test/target-sim/__snapshots__/table.test.ts.snap index 56e67b34e68..1382d46638f 100644 --- a/libs/wingsdk/test/target-sim/__snapshots__/table.test.ts.snap +++ b/libs/wingsdk/test/target-sim/__snapshots__/table.test.ts.snap @@ -129,7 +129,7 @@ exports[`can add row in preflight 2`] = ` "my_table": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud NoSQL database table that can be used to store and query data", @@ -141,7 +141,7 @@ exports[`can add row in preflight 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -265,7 +265,7 @@ exports[`create a table 1`] = ` "my_table": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud NoSQL database table that can be used to store and query data", @@ -277,7 +277,7 @@ exports[`create a table 1`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -411,7 +411,7 @@ exports[`get row 2`] = ` "my_table": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud NoSQL database table that can be used to store and query data", @@ -423,7 +423,7 @@ exports[`get row 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -555,7 +555,7 @@ exports[`insert row 2`] = ` "my_table": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud NoSQL database table that can be used to store and query data", @@ -567,7 +567,7 @@ exports[`insert row 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -701,7 +701,7 @@ exports[`list table 2`] = ` "my_table": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud NoSQL database table that can be used to store and query data", @@ -713,7 +713,7 @@ exports[`list table 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -846,7 +846,7 @@ exports[`tryGet row 2`] = ` "my_table": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud NoSQL database table that can be used to store and query data", @@ -858,7 +858,7 @@ exports[`tryGet row 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", @@ -994,7 +994,7 @@ exports[`update row 2`] = ` "my_table": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud NoSQL database table that can be used to store and query data", @@ -1006,7 +1006,7 @@ exports[`update row 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", diff --git a/libs/wingsdk/test/target-sim/__snapshots__/test.test.ts.snap b/libs/wingsdk/test/target-sim/__snapshots__/test.test.ts.snap index 0584f66f764..08d81a4ab12 100644 --- a/libs/wingsdk/test/target-sim/__snapshots__/test.test.ts.snap +++ b/libs/wingsdk/test/target-sim/__snapshots__/test.test.ts.snap @@ -142,7 +142,7 @@ async handle(event) { "cloud.TestRunner": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A suite of APIs for running tests and collecting results.", @@ -159,7 +159,7 @@ async handle(event) { "Handler": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -171,7 +171,7 @@ async handle(event) { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud unit test.", @@ -183,7 +183,7 @@ async handle(event) { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "env0", "path": "root/env0", @@ -191,7 +191,7 @@ async handle(event) { }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", diff --git a/libs/wingsdk/test/target-sim/__snapshots__/topic.test.ts.snap b/libs/wingsdk/test/target-sim/__snapshots__/topic.test.ts.snap index a8da47fa3bd..581ab483523 100644 --- a/libs/wingsdk/test/target-sim/__snapshots__/topic.test.ts.snap +++ b/libs/wingsdk/test/target-sim/__snapshots__/topic.test.ts.snap @@ -106,7 +106,7 @@ exports[`create a topic 1`] = ` "my_topic": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A pub/sub notification topic", @@ -118,7 +118,7 @@ exports[`create a topic 1`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "root", "path": "root", diff --git a/libs/wingsdk/test/target-tf-aws/__snapshots__/bucket.test.ts.snap b/libs/wingsdk/test/target-tf-aws/__snapshots__/bucket.test.ts.snap index ae0a336c036..31eb0fc5725 100644 --- a/libs/wingsdk/test/target-tf-aws/__snapshots__/bucket.test.ts.snap +++ b/libs/wingsdk/test/target-tf-aws/__snapshots__/bucket.test.ts.snap @@ -42,7 +42,7 @@ exports[`bucket is public 2`] = ` "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -52,7 +52,7 @@ exports[`bucket is public 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/my_bucket/Default", @@ -60,7 +60,7 @@ exports[`bucket is public 2`] = ` "PublicAccessBlock": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "PublicAccessBlock", "path": "root/Default/my_bucket/PublicAccessBlock", @@ -68,7 +68,7 @@ exports[`bucket is public 2`] = ` "PublicPolicy": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "PublicPolicy", "path": "root/Default/my_bucket/PublicPolicy", @@ -76,7 +76,7 @@ exports[`bucket is public 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud object store", @@ -88,7 +88,7 @@ exports[`bucket is public 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -96,7 +96,7 @@ exports[`bucket is public 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -104,7 +104,7 @@ exports[`bucket is public 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -112,7 +112,7 @@ exports[`bucket is public 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -147,7 +147,7 @@ exports[`bucket prefix must be lowercase 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/The-Uncanny.Bucket/Default", @@ -155,7 +155,7 @@ exports[`bucket prefix must be lowercase 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud object store", @@ -167,7 +167,7 @@ exports[`bucket prefix must be lowercase 2`] = ` "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -175,7 +175,7 @@ exports[`bucket prefix must be lowercase 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -183,7 +183,7 @@ exports[`bucket prefix must be lowercase 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -191,7 +191,7 @@ exports[`bucket prefix must be lowercase 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -199,7 +199,7 @@ exports[`bucket prefix must be lowercase 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -232,7 +232,7 @@ exports[`bucket prefix valid 2`] = ` "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -242,7 +242,7 @@ exports[`bucket prefix valid 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/the-uncanny.bucket/Default", @@ -250,7 +250,7 @@ exports[`bucket prefix valid 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud object store", @@ -262,7 +262,7 @@ exports[`bucket prefix valid 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -270,7 +270,7 @@ exports[`bucket prefix valid 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -278,7 +278,7 @@ exports[`bucket prefix valid 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -286,7 +286,7 @@ exports[`bucket prefix valid 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -439,7 +439,7 @@ exports[`bucket with onCreate method 2`] = ` "Code": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Code", "path": "root/Default/Code", @@ -447,7 +447,7 @@ exports[`bucket with onCreate method 2`] = ` "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -457,7 +457,7 @@ exports[`bucket with onCreate method 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/my_bucket/Default", @@ -465,7 +465,7 @@ exports[`bucket with onCreate method 2`] = ` "PublicAccessBlock": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "PublicAccessBlock", "path": "root/Default/my_bucket/PublicAccessBlock", @@ -473,7 +473,7 @@ exports[`bucket with onCreate method 2`] = ` "PublicPolicy": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "PublicPolicy", "path": "root/Default/my_bucket/PublicPolicy", @@ -481,7 +481,7 @@ exports[`bucket with onCreate method 2`] = ` "S3BucketNotification": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "S3BucketNotification", "path": "root/Default/my_bucket/S3BucketNotification", @@ -491,7 +491,7 @@ exports[`bucket with onCreate method 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/my_bucket/oncreate/Default", @@ -499,7 +499,7 @@ exports[`bucket with onCreate method 2`] = ` "PublishPermission-c8045fccc85a7ef42d5391d87958e5ce36c53a401a": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "PublishPermission-c8045fccc85a7ef42d5391d87958e5ce36c53a401a", "path": "root/Default/my_bucket/oncreate/PublishPermission-c8045fccc85a7ef42d5391d87958e5ce36c53a401a", @@ -507,7 +507,7 @@ exports[`bucket with onCreate method 2`] = ` "TopicSubscription0": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "TopicSubscription0", "path": "root/Default/my_bucket/oncreate/TopicSubscription0", @@ -515,7 +515,7 @@ exports[`bucket with onCreate method 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A pub/sub notification topic", @@ -529,7 +529,7 @@ exports[`bucket with onCreate method 2`] = ` "Asset": { "constructInfo": { "fqn": "cdktf.TerraformAsset", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Asset", "path": "root/Default/my_bucket/oncreate-OnMessage0/Asset", @@ -537,7 +537,7 @@ exports[`bucket with onCreate method 2`] = ` "CloudwatchLogGroup": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CloudwatchLogGroup", "path": "root/Default/my_bucket/oncreate-OnMessage0/CloudwatchLogGroup", @@ -545,7 +545,7 @@ exports[`bucket with onCreate method 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/my_bucket/oncreate-OnMessage0/Default", @@ -553,7 +553,7 @@ exports[`bucket with onCreate method 2`] = ` "IamRole": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRole", "path": "root/Default/my_bucket/oncreate-OnMessage0/IamRole", @@ -561,7 +561,7 @@ exports[`bucket with onCreate method 2`] = ` "IamRolePolicy": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicy", "path": "root/Default/my_bucket/oncreate-OnMessage0/IamRolePolicy", @@ -569,7 +569,7 @@ exports[`bucket with onCreate method 2`] = ` "IamRolePolicyAttachment": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicyAttachment", "path": "root/Default/my_bucket/oncreate-OnMessage0/IamRolePolicyAttachment", @@ -577,7 +577,7 @@ exports[`bucket with onCreate method 2`] = ` "InvokePermission-c8ad674c480f4e6c0a6bf1a492e393e9ccaed211a1": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "InvokePermission-c8ad674c480f4e6c0a6bf1a492e393e9ccaed211a1", "path": "root/Default/my_bucket/oncreate-OnMessage0/InvokePermission-c8ad674c480f4e6c0a6bf1a492e393e9ccaed211a1", @@ -585,7 +585,7 @@ exports[`bucket with onCreate method 2`] = ` "S3Object": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "S3Object", "path": "root/Default/my_bucket/oncreate-OnMessage0/S3Object", @@ -593,7 +593,7 @@ exports[`bucket with onCreate method 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -605,7 +605,7 @@ exports[`bucket with onCreate method 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud object store", @@ -617,7 +617,7 @@ exports[`bucket with onCreate method 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -625,7 +625,7 @@ exports[`bucket with onCreate method 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -633,7 +633,7 @@ exports[`bucket with onCreate method 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -641,7 +641,7 @@ exports[`bucket with onCreate method 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -794,7 +794,7 @@ exports[`bucket with onDelete method 2`] = ` "Code": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Code", "path": "root/Default/Code", @@ -802,7 +802,7 @@ exports[`bucket with onDelete method 2`] = ` "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -812,7 +812,7 @@ exports[`bucket with onDelete method 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/my_bucket/Default", @@ -820,7 +820,7 @@ exports[`bucket with onDelete method 2`] = ` "PublicAccessBlock": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "PublicAccessBlock", "path": "root/Default/my_bucket/PublicAccessBlock", @@ -828,7 +828,7 @@ exports[`bucket with onDelete method 2`] = ` "PublicPolicy": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "PublicPolicy", "path": "root/Default/my_bucket/PublicPolicy", @@ -836,7 +836,7 @@ exports[`bucket with onDelete method 2`] = ` "S3BucketNotification": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "S3BucketNotification", "path": "root/Default/my_bucket/S3BucketNotification", @@ -846,7 +846,7 @@ exports[`bucket with onDelete method 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/my_bucket/ondelete/Default", @@ -854,7 +854,7 @@ exports[`bucket with onDelete method 2`] = ` "PublishPermission-c8045fccc85a7ef42d5391d87958e5ce36c53a401a": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "PublishPermission-c8045fccc85a7ef42d5391d87958e5ce36c53a401a", "path": "root/Default/my_bucket/ondelete/PublishPermission-c8045fccc85a7ef42d5391d87958e5ce36c53a401a", @@ -862,7 +862,7 @@ exports[`bucket with onDelete method 2`] = ` "TopicSubscription0": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "TopicSubscription0", "path": "root/Default/my_bucket/ondelete/TopicSubscription0", @@ -870,7 +870,7 @@ exports[`bucket with onDelete method 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A pub/sub notification topic", @@ -884,7 +884,7 @@ exports[`bucket with onDelete method 2`] = ` "Asset": { "constructInfo": { "fqn": "cdktf.TerraformAsset", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Asset", "path": "root/Default/my_bucket/ondelete-OnMessage0/Asset", @@ -892,7 +892,7 @@ exports[`bucket with onDelete method 2`] = ` "CloudwatchLogGroup": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CloudwatchLogGroup", "path": "root/Default/my_bucket/ondelete-OnMessage0/CloudwatchLogGroup", @@ -900,7 +900,7 @@ exports[`bucket with onDelete method 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/my_bucket/ondelete-OnMessage0/Default", @@ -908,7 +908,7 @@ exports[`bucket with onDelete method 2`] = ` "IamRole": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRole", "path": "root/Default/my_bucket/ondelete-OnMessage0/IamRole", @@ -916,7 +916,7 @@ exports[`bucket with onDelete method 2`] = ` "IamRolePolicy": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicy", "path": "root/Default/my_bucket/ondelete-OnMessage0/IamRolePolicy", @@ -924,7 +924,7 @@ exports[`bucket with onDelete method 2`] = ` "IamRolePolicyAttachment": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicyAttachment", "path": "root/Default/my_bucket/ondelete-OnMessage0/IamRolePolicyAttachment", @@ -932,7 +932,7 @@ exports[`bucket with onDelete method 2`] = ` "InvokePermission-c8142b51acc0b500d0402de71ecbd0ecf4977ec315": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "InvokePermission-c8142b51acc0b500d0402de71ecbd0ecf4977ec315", "path": "root/Default/my_bucket/ondelete-OnMessage0/InvokePermission-c8142b51acc0b500d0402de71ecbd0ecf4977ec315", @@ -940,7 +940,7 @@ exports[`bucket with onDelete method 2`] = ` "S3Object": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "S3Object", "path": "root/Default/my_bucket/ondelete-OnMessage0/S3Object", @@ -948,7 +948,7 @@ exports[`bucket with onDelete method 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -960,7 +960,7 @@ exports[`bucket with onDelete method 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud object store", @@ -972,7 +972,7 @@ exports[`bucket with onDelete method 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -980,7 +980,7 @@ exports[`bucket with onDelete method 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -988,7 +988,7 @@ exports[`bucket with onDelete method 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -996,7 +996,7 @@ exports[`bucket with onDelete method 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -1289,7 +1289,7 @@ exports[`bucket with onEvent method 2`] = ` "Code": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Code", "path": "root/Default/Code", @@ -1297,7 +1297,7 @@ exports[`bucket with onEvent method 2`] = ` "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -1307,7 +1307,7 @@ exports[`bucket with onEvent method 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/my_bucket/Default", @@ -1315,7 +1315,7 @@ exports[`bucket with onEvent method 2`] = ` "PublicAccessBlock": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "PublicAccessBlock", "path": "root/Default/my_bucket/PublicAccessBlock", @@ -1323,7 +1323,7 @@ exports[`bucket with onEvent method 2`] = ` "PublicPolicy": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "PublicPolicy", "path": "root/Default/my_bucket/PublicPolicy", @@ -1331,7 +1331,7 @@ exports[`bucket with onEvent method 2`] = ` "S3BucketNotification": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "S3BucketNotification", "path": "root/Default/my_bucket/S3BucketNotification", @@ -1341,7 +1341,7 @@ exports[`bucket with onEvent method 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/my_bucket/oncreate/Default", @@ -1349,7 +1349,7 @@ exports[`bucket with onEvent method 2`] = ` "PublishPermission-c8045fccc85a7ef42d5391d87958e5ce36c53a401a": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "PublishPermission-c8045fccc85a7ef42d5391d87958e5ce36c53a401a", "path": "root/Default/my_bucket/oncreate/PublishPermission-c8045fccc85a7ef42d5391d87958e5ce36c53a401a", @@ -1357,7 +1357,7 @@ exports[`bucket with onEvent method 2`] = ` "TopicSubscription0": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "TopicSubscription0", "path": "root/Default/my_bucket/oncreate/TopicSubscription0", @@ -1365,7 +1365,7 @@ exports[`bucket with onEvent method 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A pub/sub notification topic", @@ -1379,7 +1379,7 @@ exports[`bucket with onEvent method 2`] = ` "Asset": { "constructInfo": { "fqn": "cdktf.TerraformAsset", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Asset", "path": "root/Default/my_bucket/oncreate-OnMessage0/Asset", @@ -1387,7 +1387,7 @@ exports[`bucket with onEvent method 2`] = ` "CloudwatchLogGroup": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CloudwatchLogGroup", "path": "root/Default/my_bucket/oncreate-OnMessage0/CloudwatchLogGroup", @@ -1395,7 +1395,7 @@ exports[`bucket with onEvent method 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/my_bucket/oncreate-OnMessage0/Default", @@ -1403,7 +1403,7 @@ exports[`bucket with onEvent method 2`] = ` "IamRole": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRole", "path": "root/Default/my_bucket/oncreate-OnMessage0/IamRole", @@ -1411,7 +1411,7 @@ exports[`bucket with onEvent method 2`] = ` "IamRolePolicy": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicy", "path": "root/Default/my_bucket/oncreate-OnMessage0/IamRolePolicy", @@ -1419,7 +1419,7 @@ exports[`bucket with onEvent method 2`] = ` "IamRolePolicyAttachment": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicyAttachment", "path": "root/Default/my_bucket/oncreate-OnMessage0/IamRolePolicyAttachment", @@ -1427,7 +1427,7 @@ exports[`bucket with onEvent method 2`] = ` "InvokePermission-c8ad674c480f4e6c0a6bf1a492e393e9ccaed211a1": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "InvokePermission-c8ad674c480f4e6c0a6bf1a492e393e9ccaed211a1", "path": "root/Default/my_bucket/oncreate-OnMessage0/InvokePermission-c8ad674c480f4e6c0a6bf1a492e393e9ccaed211a1", @@ -1435,7 +1435,7 @@ exports[`bucket with onEvent method 2`] = ` "S3Object": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "S3Object", "path": "root/Default/my_bucket/oncreate-OnMessage0/S3Object", @@ -1443,7 +1443,7 @@ exports[`bucket with onEvent method 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -1457,7 +1457,7 @@ exports[`bucket with onEvent method 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/my_bucket/ondelete/Default", @@ -1465,7 +1465,7 @@ exports[`bucket with onEvent method 2`] = ` "PublishPermission-c8045fccc85a7ef42d5391d87958e5ce36c53a401a": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "PublishPermission-c8045fccc85a7ef42d5391d87958e5ce36c53a401a", "path": "root/Default/my_bucket/ondelete/PublishPermission-c8045fccc85a7ef42d5391d87958e5ce36c53a401a", @@ -1473,7 +1473,7 @@ exports[`bucket with onEvent method 2`] = ` "TopicSubscription0": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "TopicSubscription0", "path": "root/Default/my_bucket/ondelete/TopicSubscription0", @@ -1481,7 +1481,7 @@ exports[`bucket with onEvent method 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A pub/sub notification topic", @@ -1495,7 +1495,7 @@ exports[`bucket with onEvent method 2`] = ` "Asset": { "constructInfo": { "fqn": "cdktf.TerraformAsset", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Asset", "path": "root/Default/my_bucket/ondelete-OnMessage0/Asset", @@ -1503,7 +1503,7 @@ exports[`bucket with onEvent method 2`] = ` "CloudwatchLogGroup": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CloudwatchLogGroup", "path": "root/Default/my_bucket/ondelete-OnMessage0/CloudwatchLogGroup", @@ -1511,7 +1511,7 @@ exports[`bucket with onEvent method 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/my_bucket/ondelete-OnMessage0/Default", @@ -1519,7 +1519,7 @@ exports[`bucket with onEvent method 2`] = ` "IamRole": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRole", "path": "root/Default/my_bucket/ondelete-OnMessage0/IamRole", @@ -1527,7 +1527,7 @@ exports[`bucket with onEvent method 2`] = ` "IamRolePolicy": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicy", "path": "root/Default/my_bucket/ondelete-OnMessage0/IamRolePolicy", @@ -1535,7 +1535,7 @@ exports[`bucket with onEvent method 2`] = ` "IamRolePolicyAttachment": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicyAttachment", "path": "root/Default/my_bucket/ondelete-OnMessage0/IamRolePolicyAttachment", @@ -1543,7 +1543,7 @@ exports[`bucket with onEvent method 2`] = ` "InvokePermission-c8142b51acc0b500d0402de71ecbd0ecf4977ec315": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "InvokePermission-c8142b51acc0b500d0402de71ecbd0ecf4977ec315", "path": "root/Default/my_bucket/ondelete-OnMessage0/InvokePermission-c8142b51acc0b500d0402de71ecbd0ecf4977ec315", @@ -1551,7 +1551,7 @@ exports[`bucket with onEvent method 2`] = ` "S3Object": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "S3Object", "path": "root/Default/my_bucket/ondelete-OnMessage0/S3Object", @@ -1559,7 +1559,7 @@ exports[`bucket with onEvent method 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -1573,7 +1573,7 @@ exports[`bucket with onEvent method 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/my_bucket/onupdate/Default", @@ -1581,7 +1581,7 @@ exports[`bucket with onEvent method 2`] = ` "PublishPermission-c8045fccc85a7ef42d5391d87958e5ce36c53a401a": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "PublishPermission-c8045fccc85a7ef42d5391d87958e5ce36c53a401a", "path": "root/Default/my_bucket/onupdate/PublishPermission-c8045fccc85a7ef42d5391d87958e5ce36c53a401a", @@ -1589,7 +1589,7 @@ exports[`bucket with onEvent method 2`] = ` "TopicSubscription0": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "TopicSubscription0", "path": "root/Default/my_bucket/onupdate/TopicSubscription0", @@ -1597,7 +1597,7 @@ exports[`bucket with onEvent method 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A pub/sub notification topic", @@ -1611,7 +1611,7 @@ exports[`bucket with onEvent method 2`] = ` "Asset": { "constructInfo": { "fqn": "cdktf.TerraformAsset", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Asset", "path": "root/Default/my_bucket/onupdate-OnMessage0/Asset", @@ -1619,7 +1619,7 @@ exports[`bucket with onEvent method 2`] = ` "CloudwatchLogGroup": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CloudwatchLogGroup", "path": "root/Default/my_bucket/onupdate-OnMessage0/CloudwatchLogGroup", @@ -1627,7 +1627,7 @@ exports[`bucket with onEvent method 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/my_bucket/onupdate-OnMessage0/Default", @@ -1635,7 +1635,7 @@ exports[`bucket with onEvent method 2`] = ` "IamRole": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRole", "path": "root/Default/my_bucket/onupdate-OnMessage0/IamRole", @@ -1643,7 +1643,7 @@ exports[`bucket with onEvent method 2`] = ` "IamRolePolicy": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicy", "path": "root/Default/my_bucket/onupdate-OnMessage0/IamRolePolicy", @@ -1651,7 +1651,7 @@ exports[`bucket with onEvent method 2`] = ` "IamRolePolicyAttachment": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicyAttachment", "path": "root/Default/my_bucket/onupdate-OnMessage0/IamRolePolicyAttachment", @@ -1659,7 +1659,7 @@ exports[`bucket with onEvent method 2`] = ` "InvokePermission-c810a1e91f70a36a50557a2c23bc28c96365a22f22": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "InvokePermission-c810a1e91f70a36a50557a2c23bc28c96365a22f22", "path": "root/Default/my_bucket/onupdate-OnMessage0/InvokePermission-c810a1e91f70a36a50557a2c23bc28c96365a22f22", @@ -1667,7 +1667,7 @@ exports[`bucket with onEvent method 2`] = ` "S3Object": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "S3Object", "path": "root/Default/my_bucket/onupdate-OnMessage0/S3Object", @@ -1675,7 +1675,7 @@ exports[`bucket with onEvent method 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -1687,7 +1687,7 @@ exports[`bucket with onEvent method 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud object store", @@ -1699,7 +1699,7 @@ exports[`bucket with onEvent method 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -1707,7 +1707,7 @@ exports[`bucket with onEvent method 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -1715,7 +1715,7 @@ exports[`bucket with onEvent method 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -1723,7 +1723,7 @@ exports[`bucket with onEvent method 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -1876,7 +1876,7 @@ exports[`bucket with onUpdate method 2`] = ` "Code": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Code", "path": "root/Default/Code", @@ -1884,7 +1884,7 @@ exports[`bucket with onUpdate method 2`] = ` "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -1894,7 +1894,7 @@ exports[`bucket with onUpdate method 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/my_bucket/Default", @@ -1902,7 +1902,7 @@ exports[`bucket with onUpdate method 2`] = ` "PublicAccessBlock": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "PublicAccessBlock", "path": "root/Default/my_bucket/PublicAccessBlock", @@ -1910,7 +1910,7 @@ exports[`bucket with onUpdate method 2`] = ` "PublicPolicy": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "PublicPolicy", "path": "root/Default/my_bucket/PublicPolicy", @@ -1918,7 +1918,7 @@ exports[`bucket with onUpdate method 2`] = ` "S3BucketNotification": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "S3BucketNotification", "path": "root/Default/my_bucket/S3BucketNotification", @@ -1928,7 +1928,7 @@ exports[`bucket with onUpdate method 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/my_bucket/onupdate/Default", @@ -1936,7 +1936,7 @@ exports[`bucket with onUpdate method 2`] = ` "PublishPermission-c8045fccc85a7ef42d5391d87958e5ce36c53a401a": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "PublishPermission-c8045fccc85a7ef42d5391d87958e5ce36c53a401a", "path": "root/Default/my_bucket/onupdate/PublishPermission-c8045fccc85a7ef42d5391d87958e5ce36c53a401a", @@ -1944,7 +1944,7 @@ exports[`bucket with onUpdate method 2`] = ` "TopicSubscription0": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "TopicSubscription0", "path": "root/Default/my_bucket/onupdate/TopicSubscription0", @@ -1952,7 +1952,7 @@ exports[`bucket with onUpdate method 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A pub/sub notification topic", @@ -1966,7 +1966,7 @@ exports[`bucket with onUpdate method 2`] = ` "Asset": { "constructInfo": { "fqn": "cdktf.TerraformAsset", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Asset", "path": "root/Default/my_bucket/onupdate-OnMessage0/Asset", @@ -1974,7 +1974,7 @@ exports[`bucket with onUpdate method 2`] = ` "CloudwatchLogGroup": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CloudwatchLogGroup", "path": "root/Default/my_bucket/onupdate-OnMessage0/CloudwatchLogGroup", @@ -1982,7 +1982,7 @@ exports[`bucket with onUpdate method 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/my_bucket/onupdate-OnMessage0/Default", @@ -1990,7 +1990,7 @@ exports[`bucket with onUpdate method 2`] = ` "IamRole": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRole", "path": "root/Default/my_bucket/onupdate-OnMessage0/IamRole", @@ -1998,7 +1998,7 @@ exports[`bucket with onUpdate method 2`] = ` "IamRolePolicy": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicy", "path": "root/Default/my_bucket/onupdate-OnMessage0/IamRolePolicy", @@ -2006,7 +2006,7 @@ exports[`bucket with onUpdate method 2`] = ` "IamRolePolicyAttachment": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicyAttachment", "path": "root/Default/my_bucket/onupdate-OnMessage0/IamRolePolicyAttachment", @@ -2014,7 +2014,7 @@ exports[`bucket with onUpdate method 2`] = ` "InvokePermission-c810a1e91f70a36a50557a2c23bc28c96365a22f22": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "InvokePermission-c810a1e91f70a36a50557a2c23bc28c96365a22f22", "path": "root/Default/my_bucket/onupdate-OnMessage0/InvokePermission-c810a1e91f70a36a50557a2c23bc28c96365a22f22", @@ -2022,7 +2022,7 @@ exports[`bucket with onUpdate method 2`] = ` "S3Object": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "S3Object", "path": "root/Default/my_bucket/onupdate-OnMessage0/S3Object", @@ -2030,7 +2030,7 @@ exports[`bucket with onUpdate method 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -2042,7 +2042,7 @@ exports[`bucket with onUpdate method 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud object store", @@ -2054,7 +2054,7 @@ exports[`bucket with onUpdate method 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -2062,7 +2062,7 @@ exports[`bucket with onUpdate method 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -2070,7 +2070,7 @@ exports[`bucket with onUpdate method 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -2078,7 +2078,7 @@ exports[`bucket with onUpdate method 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -2141,7 +2141,7 @@ exports[`bucket with two preflight files 2`] = ` "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -2151,7 +2151,7 @@ exports[`bucket with two preflight files 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/my_bucket/Default", @@ -2159,7 +2159,7 @@ exports[`bucket with two preflight files 2`] = ` "PublicAccessBlock": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "PublicAccessBlock", "path": "root/Default/my_bucket/PublicAccessBlock", @@ -2167,7 +2167,7 @@ exports[`bucket with two preflight files 2`] = ` "PublicPolicy": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "PublicPolicy", "path": "root/Default/my_bucket/PublicPolicy", @@ -2175,7 +2175,7 @@ exports[`bucket with two preflight files 2`] = ` "S3Object-file1.txt": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "S3Object-file1.txt", "path": "root/Default/my_bucket/S3Object-file1.txt", @@ -2183,7 +2183,7 @@ exports[`bucket with two preflight files 2`] = ` "S3Object-file2.txt": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "S3Object-file2.txt", "path": "root/Default/my_bucket/S3Object-file2.txt", @@ -2191,7 +2191,7 @@ exports[`bucket with two preflight files 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud object store", @@ -2203,7 +2203,7 @@ exports[`bucket with two preflight files 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -2211,7 +2211,7 @@ exports[`bucket with two preflight files 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -2219,7 +2219,7 @@ exports[`bucket with two preflight files 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -2227,7 +2227,7 @@ exports[`bucket with two preflight files 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -2290,7 +2290,7 @@ exports[`bucket with two preflight objects 2`] = ` "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -2300,7 +2300,7 @@ exports[`bucket with two preflight objects 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/my_bucket/Default", @@ -2308,7 +2308,7 @@ exports[`bucket with two preflight objects 2`] = ` "PublicAccessBlock": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "PublicAccessBlock", "path": "root/Default/my_bucket/PublicAccessBlock", @@ -2316,7 +2316,7 @@ exports[`bucket with two preflight objects 2`] = ` "PublicPolicy": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "PublicPolicy", "path": "root/Default/my_bucket/PublicPolicy", @@ -2324,7 +2324,7 @@ exports[`bucket with two preflight objects 2`] = ` "S3Object-file1.txt": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "S3Object-file1.txt", "path": "root/Default/my_bucket/S3Object-file1.txt", @@ -2332,7 +2332,7 @@ exports[`bucket with two preflight objects 2`] = ` "S3Object-file2.txt": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "S3Object-file2.txt", "path": "root/Default/my_bucket/S3Object-file2.txt", @@ -2340,7 +2340,7 @@ exports[`bucket with two preflight objects 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud object store", @@ -2352,7 +2352,7 @@ exports[`bucket with two preflight objects 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -2360,7 +2360,7 @@ exports[`bucket with two preflight objects 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -2368,7 +2368,7 @@ exports[`bucket with two preflight objects 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -2376,7 +2376,7 @@ exports[`bucket with two preflight objects 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -2409,7 +2409,7 @@ exports[`create a bucket 2`] = ` "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -2419,7 +2419,7 @@ exports[`create a bucket 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/my_bucket/Default", @@ -2427,7 +2427,7 @@ exports[`create a bucket 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud object store", @@ -2439,7 +2439,7 @@ exports[`create a bucket 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -2447,7 +2447,7 @@ exports[`create a bucket 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -2455,7 +2455,7 @@ exports[`create a bucket 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -2463,7 +2463,7 @@ exports[`create a bucket 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", diff --git a/libs/wingsdk/test/target-tf-aws/__snapshots__/counter.test.ts.snap b/libs/wingsdk/test/target-tf-aws/__snapshots__/counter.test.ts.snap index f0f13902196..8d1920a9c3f 100644 --- a/libs/wingsdk/test/target-tf-aws/__snapshots__/counter.test.ts.snap +++ b/libs/wingsdk/test/target-tf-aws/__snapshots__/counter.test.ts.snap @@ -33,7 +33,7 @@ exports[`counter name valid 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/The.Amazing-Counter_01/Default", @@ -41,7 +41,7 @@ exports[`counter name valid 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A distributed atomic counter", @@ -53,7 +53,7 @@ exports[`counter name valid 2`] = ` "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -61,7 +61,7 @@ exports[`counter name valid 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -69,7 +69,7 @@ exports[`counter name valid 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -77,7 +77,7 @@ exports[`counter name valid 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -85,7 +85,7 @@ exports[`counter name valid 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -127,7 +127,7 @@ exports[`counter with initial value 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/Counter/Default", @@ -135,7 +135,7 @@ exports[`counter with initial value 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A distributed atomic counter", @@ -147,7 +147,7 @@ exports[`counter with initial value 2`] = ` "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -155,7 +155,7 @@ exports[`counter with initial value 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -163,7 +163,7 @@ exports[`counter with initial value 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -171,7 +171,7 @@ exports[`counter with initial value 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -179,7 +179,7 @@ exports[`counter with initial value 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -281,7 +281,7 @@ exports[`dec() policy statement 2`] = ` "Code": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Code", "path": "root/Default/Code", @@ -291,7 +291,7 @@ exports[`dec() policy statement 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/Counter/Default", @@ -299,7 +299,7 @@ exports[`dec() policy statement 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A distributed atomic counter", @@ -313,7 +313,7 @@ exports[`dec() policy statement 2`] = ` "Asset": { "constructInfo": { "fqn": "cdktf.TerraformAsset", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Asset", "path": "root/Default/Function/Asset", @@ -321,7 +321,7 @@ exports[`dec() policy statement 2`] = ` "CloudwatchLogGroup": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CloudwatchLogGroup", "path": "root/Default/Function/CloudwatchLogGroup", @@ -329,7 +329,7 @@ exports[`dec() policy statement 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/Function/Default", @@ -337,7 +337,7 @@ exports[`dec() policy statement 2`] = ` "IamRole": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRole", "path": "root/Default/Function/IamRole", @@ -345,7 +345,7 @@ exports[`dec() policy statement 2`] = ` "IamRolePolicy": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicy", "path": "root/Default/Function/IamRolePolicy", @@ -353,7 +353,7 @@ exports[`dec() policy statement 2`] = ` "IamRolePolicyAttachment": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicyAttachment", "path": "root/Default/Function/IamRolePolicyAttachment", @@ -361,7 +361,7 @@ exports[`dec() policy statement 2`] = ` "S3Object": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "S3Object", "path": "root/Default/Function/S3Object", @@ -369,7 +369,7 @@ exports[`dec() policy statement 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -381,7 +381,7 @@ exports[`dec() policy statement 2`] = ` "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -389,7 +389,7 @@ exports[`dec() policy statement 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -397,7 +397,7 @@ exports[`dec() policy statement 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -405,7 +405,7 @@ exports[`dec() policy statement 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -413,7 +413,7 @@ exports[`dec() policy statement 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -553,7 +553,7 @@ exports[`function with a counter binding 3`] = ` "Code": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Code", "path": "root/Default/Code", @@ -563,7 +563,7 @@ exports[`function with a counter binding 3`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/Counter/Default", @@ -571,7 +571,7 @@ exports[`function with a counter binding 3`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A distributed atomic counter", @@ -585,7 +585,7 @@ exports[`function with a counter binding 3`] = ` "Asset": { "constructInfo": { "fqn": "cdktf.TerraformAsset", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Asset", "path": "root/Default/Function/Asset", @@ -593,7 +593,7 @@ exports[`function with a counter binding 3`] = ` "CloudwatchLogGroup": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CloudwatchLogGroup", "path": "root/Default/Function/CloudwatchLogGroup", @@ -601,7 +601,7 @@ exports[`function with a counter binding 3`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/Function/Default", @@ -609,7 +609,7 @@ exports[`function with a counter binding 3`] = ` "IamRole": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRole", "path": "root/Default/Function/IamRole", @@ -617,7 +617,7 @@ exports[`function with a counter binding 3`] = ` "IamRolePolicy": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicy", "path": "root/Default/Function/IamRolePolicy", @@ -625,7 +625,7 @@ exports[`function with a counter binding 3`] = ` "IamRolePolicyAttachment": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicyAttachment", "path": "root/Default/Function/IamRolePolicyAttachment", @@ -633,7 +633,7 @@ exports[`function with a counter binding 3`] = ` "S3Object": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "S3Object", "path": "root/Default/Function/S3Object", @@ -641,7 +641,7 @@ exports[`function with a counter binding 3`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -653,7 +653,7 @@ exports[`function with a counter binding 3`] = ` "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -661,7 +661,7 @@ exports[`function with a counter binding 3`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -669,7 +669,7 @@ exports[`function with a counter binding 3`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -677,7 +677,7 @@ exports[`function with a counter binding 3`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -685,7 +685,7 @@ exports[`function with a counter binding 3`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -787,7 +787,7 @@ exports[`inc() policy statement 2`] = ` "Code": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Code", "path": "root/Default/Code", @@ -797,7 +797,7 @@ exports[`inc() policy statement 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/Counter/Default", @@ -805,7 +805,7 @@ exports[`inc() policy statement 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A distributed atomic counter", @@ -819,7 +819,7 @@ exports[`inc() policy statement 2`] = ` "Asset": { "constructInfo": { "fqn": "cdktf.TerraformAsset", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Asset", "path": "root/Default/Function/Asset", @@ -827,7 +827,7 @@ exports[`inc() policy statement 2`] = ` "CloudwatchLogGroup": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CloudwatchLogGroup", "path": "root/Default/Function/CloudwatchLogGroup", @@ -835,7 +835,7 @@ exports[`inc() policy statement 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/Function/Default", @@ -843,7 +843,7 @@ exports[`inc() policy statement 2`] = ` "IamRole": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRole", "path": "root/Default/Function/IamRole", @@ -851,7 +851,7 @@ exports[`inc() policy statement 2`] = ` "IamRolePolicy": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicy", "path": "root/Default/Function/IamRolePolicy", @@ -859,7 +859,7 @@ exports[`inc() policy statement 2`] = ` "IamRolePolicyAttachment": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicyAttachment", "path": "root/Default/Function/IamRolePolicyAttachment", @@ -867,7 +867,7 @@ exports[`inc() policy statement 2`] = ` "S3Object": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "S3Object", "path": "root/Default/Function/S3Object", @@ -875,7 +875,7 @@ exports[`inc() policy statement 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -887,7 +887,7 @@ exports[`inc() policy statement 2`] = ` "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -895,7 +895,7 @@ exports[`inc() policy statement 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -903,7 +903,7 @@ exports[`inc() policy statement 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -911,7 +911,7 @@ exports[`inc() policy statement 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -919,7 +919,7 @@ exports[`inc() policy statement 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -1021,7 +1021,7 @@ exports[`peek() policy statement 2`] = ` "Code": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Code", "path": "root/Default/Code", @@ -1031,7 +1031,7 @@ exports[`peek() policy statement 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/Counter/Default", @@ -1039,7 +1039,7 @@ exports[`peek() policy statement 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A distributed atomic counter", @@ -1053,7 +1053,7 @@ exports[`peek() policy statement 2`] = ` "Asset": { "constructInfo": { "fqn": "cdktf.TerraformAsset", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Asset", "path": "root/Default/Function/Asset", @@ -1061,7 +1061,7 @@ exports[`peek() policy statement 2`] = ` "CloudwatchLogGroup": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CloudwatchLogGroup", "path": "root/Default/Function/CloudwatchLogGroup", @@ -1069,7 +1069,7 @@ exports[`peek() policy statement 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/Function/Default", @@ -1077,7 +1077,7 @@ exports[`peek() policy statement 2`] = ` "IamRole": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRole", "path": "root/Default/Function/IamRole", @@ -1085,7 +1085,7 @@ exports[`peek() policy statement 2`] = ` "IamRolePolicy": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicy", "path": "root/Default/Function/IamRolePolicy", @@ -1093,7 +1093,7 @@ exports[`peek() policy statement 2`] = ` "IamRolePolicyAttachment": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicyAttachment", "path": "root/Default/Function/IamRolePolicyAttachment", @@ -1101,7 +1101,7 @@ exports[`peek() policy statement 2`] = ` "S3Object": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "S3Object", "path": "root/Default/Function/S3Object", @@ -1109,7 +1109,7 @@ exports[`peek() policy statement 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -1121,7 +1121,7 @@ exports[`peek() policy statement 2`] = ` "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -1129,7 +1129,7 @@ exports[`peek() policy statement 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -1137,7 +1137,7 @@ exports[`peek() policy statement 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -1145,7 +1145,7 @@ exports[`peek() policy statement 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -1153,7 +1153,7 @@ exports[`peek() policy statement 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -1195,7 +1195,7 @@ exports[`replace invalid character from counter name 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/The*Amazing%Counter@01/Default", @@ -1203,7 +1203,7 @@ exports[`replace invalid character from counter name 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A distributed atomic counter", @@ -1215,7 +1215,7 @@ exports[`replace invalid character from counter name 2`] = ` "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -1223,7 +1223,7 @@ exports[`replace invalid character from counter name 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -1231,7 +1231,7 @@ exports[`replace invalid character from counter name 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -1239,7 +1239,7 @@ exports[`replace invalid character from counter name 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -1247,7 +1247,7 @@ exports[`replace invalid character from counter name 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -1349,7 +1349,7 @@ exports[`set() policy statement 2`] = ` "Code": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Code", "path": "root/Default/Code", @@ -1359,7 +1359,7 @@ exports[`set() policy statement 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/Counter/Default", @@ -1367,7 +1367,7 @@ exports[`set() policy statement 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A distributed atomic counter", @@ -1381,7 +1381,7 @@ exports[`set() policy statement 2`] = ` "Asset": { "constructInfo": { "fqn": "cdktf.TerraformAsset", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Asset", "path": "root/Default/Function/Asset", @@ -1389,7 +1389,7 @@ exports[`set() policy statement 2`] = ` "CloudwatchLogGroup": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CloudwatchLogGroup", "path": "root/Default/Function/CloudwatchLogGroup", @@ -1397,7 +1397,7 @@ exports[`set() policy statement 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/Function/Default", @@ -1405,7 +1405,7 @@ exports[`set() policy statement 2`] = ` "IamRole": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRole", "path": "root/Default/Function/IamRole", @@ -1413,7 +1413,7 @@ exports[`set() policy statement 2`] = ` "IamRolePolicy": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicy", "path": "root/Default/Function/IamRolePolicy", @@ -1421,7 +1421,7 @@ exports[`set() policy statement 2`] = ` "IamRolePolicyAttachment": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicyAttachment", "path": "root/Default/Function/IamRolePolicyAttachment", @@ -1429,7 +1429,7 @@ exports[`set() policy statement 2`] = ` "S3Object": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "S3Object", "path": "root/Default/Function/S3Object", @@ -1437,7 +1437,7 @@ exports[`set() policy statement 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -1449,7 +1449,7 @@ exports[`set() policy statement 2`] = ` "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -1457,7 +1457,7 @@ exports[`set() policy statement 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -1465,7 +1465,7 @@ exports[`set() policy statement 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -1473,7 +1473,7 @@ exports[`set() policy statement 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -1481,7 +1481,7 @@ exports[`set() policy statement 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", diff --git a/libs/wingsdk/test/target-tf-aws/__snapshots__/domain.test.ts.snap b/libs/wingsdk/test/target-tf-aws/__snapshots__/domain.test.ts.snap index e6297bf9887..f8795305545 100644 --- a/libs/wingsdk/test/target-tf-aws/__snapshots__/domain.test.ts.snap +++ b/libs/wingsdk/test/target-tf-aws/__snapshots__/domain.test.ts.snap @@ -183,7 +183,7 @@ exports[`cloud.Domain for tf-aws > react website with a domain when passing valu "Domain": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud domain", @@ -199,7 +199,7 @@ exports[`cloud.Domain for tf-aws > react website with a domain when passing valu "AllowDistributionReadOnly": { "constructInfo": { "fqn": "cdktf.TerraformDataSource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "AllowDistributionReadOnly", "path": "root/Default/Website/Website-host/AllowDistributionReadOnly", @@ -207,7 +207,7 @@ exports[`cloud.Domain for tf-aws > react website with a domain when passing valu "BucketWebsiteConfiguration": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "BucketWebsiteConfiguration", "path": "root/Default/Website/Website-host/BucketWebsiteConfiguration", @@ -215,7 +215,7 @@ exports[`cloud.Domain for tf-aws > react website with a domain when passing valu "CloudfrontOac": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CloudfrontOac", "path": "root/Default/Website/Website-host/CloudfrontOac", @@ -223,7 +223,7 @@ exports[`cloud.Domain for tf-aws > react website with a domain when passing valu "Distribution": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Distribution", "path": "root/Default/Website/Website-host/Distribution", @@ -231,7 +231,7 @@ exports[`cloud.Domain for tf-aws > react website with a domain when passing valu "DistributionS3BucketPolicy": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "DistributionS3BucketPolicy", "path": "root/Default/Website/Website-host/DistributionS3BucketPolicy", @@ -241,7 +241,7 @@ exports[`cloud.Domain for tf-aws > react website with a domain when passing valu "Url": { "constructInfo": { "fqn": "cdktf.TerraformOutput", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Url", "path": "root/Default/Website/Website-host/Endpoint/Url", @@ -249,7 +249,7 @@ exports[`cloud.Domain for tf-aws > react website with a domain when passing valu }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "Website root/Default/Website/Website-host", @@ -262,7 +262,7 @@ exports[`cloud.Domain for tf-aws > react website with a domain when passing valu "File--index.html": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "File--index.html", "path": "root/Default/Website/Website-host/File--index.html", @@ -270,7 +270,7 @@ exports[`cloud.Domain for tf-aws > react website with a domain when passing valu "File-wing.js": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "File-wing.js", "path": "root/Default/Website/Website-host/File-wing.js", @@ -278,7 +278,7 @@ exports[`cloud.Domain for tf-aws > react website with a domain when passing valu "Route53Record": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Route53Record", "path": "root/Default/Website/Website-host/Route53Record", @@ -286,7 +286,7 @@ exports[`cloud.Domain for tf-aws > react website with a domain when passing valu "WebsiteBucket": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "WebsiteBucket", "path": "root/Default/Website/Website-host/WebsiteBucket", @@ -294,7 +294,7 @@ exports[`cloud.Domain for tf-aws > react website with a domain when passing valu }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A static website", @@ -306,7 +306,7 @@ exports[`cloud.Domain for tf-aws > react website with a domain when passing valu }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A deployable React App", @@ -318,7 +318,7 @@ exports[`cloud.Domain for tf-aws > react website with a domain when passing valu "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -326,7 +326,7 @@ exports[`cloud.Domain for tf-aws > react website with a domain when passing valu }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -334,7 +334,7 @@ exports[`cloud.Domain for tf-aws > react website with a domain when passing valu "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -342,7 +342,7 @@ exports[`cloud.Domain for tf-aws > react website with a domain when passing valu }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -350,7 +350,7 @@ exports[`cloud.Domain for tf-aws > react website with a domain when passing valu }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -542,7 +542,7 @@ exports[`cloud.Domain for tf-aws > react website with a domain when passing valu "Domain": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud domain", @@ -558,7 +558,7 @@ exports[`cloud.Domain for tf-aws > react website with a domain when passing valu "AllowDistributionReadOnly": { "constructInfo": { "fqn": "cdktf.TerraformDataSource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "AllowDistributionReadOnly", "path": "root/Default/Website/Website-host/AllowDistributionReadOnly", @@ -566,7 +566,7 @@ exports[`cloud.Domain for tf-aws > react website with a domain when passing valu "BucketWebsiteConfiguration": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "BucketWebsiteConfiguration", "path": "root/Default/Website/Website-host/BucketWebsiteConfiguration", @@ -574,7 +574,7 @@ exports[`cloud.Domain for tf-aws > react website with a domain when passing valu "CloudfrontOac": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CloudfrontOac", "path": "root/Default/Website/Website-host/CloudfrontOac", @@ -582,7 +582,7 @@ exports[`cloud.Domain for tf-aws > react website with a domain when passing valu "Distribution": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Distribution", "path": "root/Default/Website/Website-host/Distribution", @@ -590,7 +590,7 @@ exports[`cloud.Domain for tf-aws > react website with a domain when passing valu "DistributionS3BucketPolicy": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "DistributionS3BucketPolicy", "path": "root/Default/Website/Website-host/DistributionS3BucketPolicy", @@ -600,7 +600,7 @@ exports[`cloud.Domain for tf-aws > react website with a domain when passing valu "Url": { "constructInfo": { "fqn": "cdktf.TerraformOutput", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Url", "path": "root/Default/Website/Website-host/Endpoint/Url", @@ -608,7 +608,7 @@ exports[`cloud.Domain for tf-aws > react website with a domain when passing valu }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "Website root/Default/Website/Website-host", @@ -621,7 +621,7 @@ exports[`cloud.Domain for tf-aws > react website with a domain when passing valu "File--index.html": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "File--index.html", "path": "root/Default/Website/Website-host/File--index.html", @@ -629,7 +629,7 @@ exports[`cloud.Domain for tf-aws > react website with a domain when passing valu "File-wing.js": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "File-wing.js", "path": "root/Default/Website/Website-host/File-wing.js", @@ -637,7 +637,7 @@ exports[`cloud.Domain for tf-aws > react website with a domain when passing valu "Route53Record": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Route53Record", "path": "root/Default/Website/Website-host/Route53Record", @@ -645,7 +645,7 @@ exports[`cloud.Domain for tf-aws > react website with a domain when passing valu "WebsiteBucket": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "WebsiteBucket", "path": "root/Default/Website/Website-host/WebsiteBucket", @@ -653,7 +653,7 @@ exports[`cloud.Domain for tf-aws > react website with a domain when passing valu }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A static website", @@ -665,7 +665,7 @@ exports[`cloud.Domain for tf-aws > react website with a domain when passing valu }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A deployable React App", @@ -677,7 +677,7 @@ exports[`cloud.Domain for tf-aws > react website with a domain when passing valu "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -685,7 +685,7 @@ exports[`cloud.Domain for tf-aws > react website with a domain when passing valu }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -693,7 +693,7 @@ exports[`cloud.Domain for tf-aws > react website with a domain when passing valu "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -701,7 +701,7 @@ exports[`cloud.Domain for tf-aws > react website with a domain when passing valu }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -709,7 +709,7 @@ exports[`cloud.Domain for tf-aws > react website with a domain when passing valu }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -896,7 +896,7 @@ exports[`cloud.Domain for tf-aws > website with a domain when passing values fro "Domain": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud domain", @@ -910,7 +910,7 @@ exports[`cloud.Domain for tf-aws > website with a domain when passing values fro "AllowDistributionReadOnly": { "constructInfo": { "fqn": "cdktf.TerraformDataSource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "AllowDistributionReadOnly", "path": "root/Default/Website/AllowDistributionReadOnly", @@ -918,7 +918,7 @@ exports[`cloud.Domain for tf-aws > website with a domain when passing values fro "BucketWebsiteConfiguration": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "BucketWebsiteConfiguration", "path": "root/Default/Website/BucketWebsiteConfiguration", @@ -926,7 +926,7 @@ exports[`cloud.Domain for tf-aws > website with a domain when passing values fro "CloudfrontOac": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CloudfrontOac", "path": "root/Default/Website/CloudfrontOac", @@ -934,7 +934,7 @@ exports[`cloud.Domain for tf-aws > website with a domain when passing values fro "Distribution": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Distribution", "path": "root/Default/Website/Distribution", @@ -942,7 +942,7 @@ exports[`cloud.Domain for tf-aws > website with a domain when passing values fro "DistributionS3BucketPolicy": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "DistributionS3BucketPolicy", "path": "root/Default/Website/DistributionS3BucketPolicy", @@ -952,7 +952,7 @@ exports[`cloud.Domain for tf-aws > website with a domain when passing values fro "Url": { "constructInfo": { "fqn": "cdktf.TerraformOutput", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Url", "path": "root/Default/Website/Endpoint/Url", @@ -960,7 +960,7 @@ exports[`cloud.Domain for tf-aws > website with a domain when passing values fro }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "Website root/Default/Website", @@ -973,7 +973,7 @@ exports[`cloud.Domain for tf-aws > website with a domain when passing values fro "File--b.html": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "File--b.html", "path": "root/Default/Website/File--b.html", @@ -981,7 +981,7 @@ exports[`cloud.Domain for tf-aws > website with a domain when passing values fro "File--index.html": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "File--index.html", "path": "root/Default/Website/File--index.html", @@ -989,7 +989,7 @@ exports[`cloud.Domain for tf-aws > website with a domain when passing values fro "File--inner-folder--a.html": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "File--inner-folder--a.html", "path": "root/Default/Website/File--inner-folder--a.html", @@ -997,7 +997,7 @@ exports[`cloud.Domain for tf-aws > website with a domain when passing values fro "Route53Record": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Route53Record", "path": "root/Default/Website/Route53Record", @@ -1005,7 +1005,7 @@ exports[`cloud.Domain for tf-aws > website with a domain when passing values fro "WebsiteBucket": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "WebsiteBucket", "path": "root/Default/Website/WebsiteBucket", @@ -1013,7 +1013,7 @@ exports[`cloud.Domain for tf-aws > website with a domain when passing values fro }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A static website", @@ -1025,7 +1025,7 @@ exports[`cloud.Domain for tf-aws > website with a domain when passing values fro "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -1033,7 +1033,7 @@ exports[`cloud.Domain for tf-aws > website with a domain when passing values fro }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -1041,7 +1041,7 @@ exports[`cloud.Domain for tf-aws > website with a domain when passing values fro "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -1049,7 +1049,7 @@ exports[`cloud.Domain for tf-aws > website with a domain when passing values fro }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -1057,7 +1057,7 @@ exports[`cloud.Domain for tf-aws > website with a domain when passing values fro }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -1244,7 +1244,7 @@ exports[`cloud.Domain for tf-aws > website with a domain when passing values on "Domain": { "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud domain", @@ -1258,7 +1258,7 @@ exports[`cloud.Domain for tf-aws > website with a domain when passing values on "AllowDistributionReadOnly": { "constructInfo": { "fqn": "cdktf.TerraformDataSource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "AllowDistributionReadOnly", "path": "root/Default/Website/AllowDistributionReadOnly", @@ -1266,7 +1266,7 @@ exports[`cloud.Domain for tf-aws > website with a domain when passing values on "BucketWebsiteConfiguration": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "BucketWebsiteConfiguration", "path": "root/Default/Website/BucketWebsiteConfiguration", @@ -1274,7 +1274,7 @@ exports[`cloud.Domain for tf-aws > website with a domain when passing values on "CloudfrontOac": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CloudfrontOac", "path": "root/Default/Website/CloudfrontOac", @@ -1282,7 +1282,7 @@ exports[`cloud.Domain for tf-aws > website with a domain when passing values on "Distribution": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Distribution", "path": "root/Default/Website/Distribution", @@ -1290,7 +1290,7 @@ exports[`cloud.Domain for tf-aws > website with a domain when passing values on "DistributionS3BucketPolicy": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "DistributionS3BucketPolicy", "path": "root/Default/Website/DistributionS3BucketPolicy", @@ -1300,7 +1300,7 @@ exports[`cloud.Domain for tf-aws > website with a domain when passing values on "Url": { "constructInfo": { "fqn": "cdktf.TerraformOutput", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Url", "path": "root/Default/Website/Endpoint/Url", @@ -1308,7 +1308,7 @@ exports[`cloud.Domain for tf-aws > website with a domain when passing values on }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "Website root/Default/Website", @@ -1321,7 +1321,7 @@ exports[`cloud.Domain for tf-aws > website with a domain when passing values on "File--b.html": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "File--b.html", "path": "root/Default/Website/File--b.html", @@ -1329,7 +1329,7 @@ exports[`cloud.Domain for tf-aws > website with a domain when passing values on "File--index.html": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "File--index.html", "path": "root/Default/Website/File--index.html", @@ -1337,7 +1337,7 @@ exports[`cloud.Domain for tf-aws > website with a domain when passing values on "File--inner-folder--a.html": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "File--inner-folder--a.html", "path": "root/Default/Website/File--inner-folder--a.html", @@ -1345,7 +1345,7 @@ exports[`cloud.Domain for tf-aws > website with a domain when passing values on "Route53Record": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Route53Record", "path": "root/Default/Website/Route53Record", @@ -1353,7 +1353,7 @@ exports[`cloud.Domain for tf-aws > website with a domain when passing values on "WebsiteBucket": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "WebsiteBucket", "path": "root/Default/Website/WebsiteBucket", @@ -1361,7 +1361,7 @@ exports[`cloud.Domain for tf-aws > website with a domain when passing values on }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A static website", @@ -1373,7 +1373,7 @@ exports[`cloud.Domain for tf-aws > website with a domain when passing values on "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -1381,7 +1381,7 @@ exports[`cloud.Domain for tf-aws > website with a domain when passing values on }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -1389,7 +1389,7 @@ exports[`cloud.Domain for tf-aws > website with a domain when passing values on "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -1397,7 +1397,7 @@ exports[`cloud.Domain for tf-aws > website with a domain when passing values on }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -1405,7 +1405,7 @@ exports[`cloud.Domain for tf-aws > website with a domain when passing values on }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", diff --git a/libs/wingsdk/test/target-tf-aws/__snapshots__/dynamodb-table.test.ts.snap b/libs/wingsdk/test/target-tf-aws/__snapshots__/dynamodb-table.test.ts.snap index 474164d7784..341aaad23c6 100644 --- a/libs/wingsdk/test/target-tf-aws/__snapshots__/dynamodb-table.test.ts.snap +++ b/libs/wingsdk/test/target-tf-aws/__snapshots__/dynamodb-table.test.ts.snap @@ -131,7 +131,7 @@ exports[`function with a table binding 3`] = ` "Code": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Code", "path": "root/Default/Code", @@ -141,7 +141,7 @@ exports[`function with a table binding 3`] = ` "Asset": { "constructInfo": { "fqn": "cdktf.TerraformAsset", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Asset", "path": "root/Default/Function/Asset", @@ -149,7 +149,7 @@ exports[`function with a table binding 3`] = ` "CloudwatchLogGroup": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CloudwatchLogGroup", "path": "root/Default/Function/CloudwatchLogGroup", @@ -157,7 +157,7 @@ exports[`function with a table binding 3`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/Function/Default", @@ -165,7 +165,7 @@ exports[`function with a table binding 3`] = ` "IamRole": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRole", "path": "root/Default/Function/IamRole", @@ -173,7 +173,7 @@ exports[`function with a table binding 3`] = ` "IamRolePolicy": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicy", "path": "root/Default/Function/IamRolePolicy", @@ -181,7 +181,7 @@ exports[`function with a table binding 3`] = ` "IamRolePolicyAttachment": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicyAttachment", "path": "root/Default/Function/IamRolePolicyAttachment", @@ -189,7 +189,7 @@ exports[`function with a table binding 3`] = ` "S3Object": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "S3Object", "path": "root/Default/Function/S3Object", @@ -197,7 +197,7 @@ exports[`function with a table binding 3`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -211,7 +211,7 @@ exports[`function with a table binding 3`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/Table/Default", @@ -219,7 +219,7 @@ exports[`function with a table binding 3`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A DynamoDb Table", @@ -231,7 +231,7 @@ exports[`function with a table binding 3`] = ` "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -239,7 +239,7 @@ exports[`function with a table binding 3`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -247,7 +247,7 @@ exports[`function with a table binding 3`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -255,7 +255,7 @@ exports[`function with a table binding 3`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -263,7 +263,7 @@ exports[`function with a table binding 3`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", diff --git a/libs/wingsdk/test/target-tf-aws/__snapshots__/function.test.ts.snap b/libs/wingsdk/test/target-tf-aws/__snapshots__/function.test.ts.snap index d906c3b617f..20a6fd7fd84 100644 --- a/libs/wingsdk/test/target-tf-aws/__snapshots__/function.test.ts.snap +++ b/libs/wingsdk/test/target-tf-aws/__snapshots__/function.test.ts.snap @@ -79,7 +79,7 @@ exports[`basic function 2`] = ` "Code": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Code", "path": "root/Default/Code", @@ -89,7 +89,7 @@ exports[`basic function 2`] = ` "Asset": { "constructInfo": { "fqn": "cdktf.TerraformAsset", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Asset", "path": "root/Default/Function/Asset", @@ -97,7 +97,7 @@ exports[`basic function 2`] = ` "CloudwatchLogGroup": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CloudwatchLogGroup", "path": "root/Default/Function/CloudwatchLogGroup", @@ -105,7 +105,7 @@ exports[`basic function 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/Function/Default", @@ -113,7 +113,7 @@ exports[`basic function 2`] = ` "IamRole": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRole", "path": "root/Default/Function/IamRole", @@ -121,7 +121,7 @@ exports[`basic function 2`] = ` "IamRolePolicy": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicy", "path": "root/Default/Function/IamRolePolicy", @@ -129,7 +129,7 @@ exports[`basic function 2`] = ` "IamRolePolicyAttachment": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicyAttachment", "path": "root/Default/Function/IamRolePolicyAttachment", @@ -137,7 +137,7 @@ exports[`basic function 2`] = ` "S3Object": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "S3Object", "path": "root/Default/Function/S3Object", @@ -145,7 +145,7 @@ exports[`basic function 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -157,7 +157,7 @@ exports[`basic function 2`] = ` "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -165,7 +165,7 @@ exports[`basic function 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -173,7 +173,7 @@ exports[`basic function 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -181,7 +181,7 @@ exports[`basic function 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -189,7 +189,7 @@ exports[`basic function 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -277,7 +277,7 @@ exports[`basic function with custom log retention 2`] = ` "Code": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Code", "path": "root/Default/Code", @@ -287,7 +287,7 @@ exports[`basic function with custom log retention 2`] = ` "Asset": { "constructInfo": { "fqn": "cdktf.TerraformAsset", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Asset", "path": "root/Default/Function/Asset", @@ -295,7 +295,7 @@ exports[`basic function with custom log retention 2`] = ` "CloudwatchLogGroup": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CloudwatchLogGroup", "path": "root/Default/Function/CloudwatchLogGroup", @@ -303,7 +303,7 @@ exports[`basic function with custom log retention 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/Function/Default", @@ -311,7 +311,7 @@ exports[`basic function with custom log retention 2`] = ` "IamRole": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRole", "path": "root/Default/Function/IamRole", @@ -319,7 +319,7 @@ exports[`basic function with custom log retention 2`] = ` "IamRolePolicy": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicy", "path": "root/Default/Function/IamRolePolicy", @@ -327,7 +327,7 @@ exports[`basic function with custom log retention 2`] = ` "IamRolePolicyAttachment": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicyAttachment", "path": "root/Default/Function/IamRolePolicyAttachment", @@ -335,7 +335,7 @@ exports[`basic function with custom log retention 2`] = ` "S3Object": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "S3Object", "path": "root/Default/Function/S3Object", @@ -343,7 +343,7 @@ exports[`basic function with custom log retention 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -355,7 +355,7 @@ exports[`basic function with custom log retention 2`] = ` "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -363,7 +363,7 @@ exports[`basic function with custom log retention 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -371,7 +371,7 @@ exports[`basic function with custom log retention 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -379,7 +379,7 @@ exports[`basic function with custom log retention 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -387,7 +387,7 @@ exports[`basic function with custom log retention 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -477,7 +477,7 @@ exports[`basic function with environment variables 2`] = ` "Code": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Code", "path": "root/Default/Code", @@ -487,7 +487,7 @@ exports[`basic function with environment variables 2`] = ` "Asset": { "constructInfo": { "fqn": "cdktf.TerraformAsset", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Asset", "path": "root/Default/Function/Asset", @@ -495,7 +495,7 @@ exports[`basic function with environment variables 2`] = ` "CloudwatchLogGroup": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CloudwatchLogGroup", "path": "root/Default/Function/CloudwatchLogGroup", @@ -503,7 +503,7 @@ exports[`basic function with environment variables 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/Function/Default", @@ -511,7 +511,7 @@ exports[`basic function with environment variables 2`] = ` "IamRole": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRole", "path": "root/Default/Function/IamRole", @@ -519,7 +519,7 @@ exports[`basic function with environment variables 2`] = ` "IamRolePolicy": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicy", "path": "root/Default/Function/IamRolePolicy", @@ -527,7 +527,7 @@ exports[`basic function with environment variables 2`] = ` "IamRolePolicyAttachment": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicyAttachment", "path": "root/Default/Function/IamRolePolicyAttachment", @@ -535,7 +535,7 @@ exports[`basic function with environment variables 2`] = ` "S3Object": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "S3Object", "path": "root/Default/Function/S3Object", @@ -543,7 +543,7 @@ exports[`basic function with environment variables 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -555,7 +555,7 @@ exports[`basic function with environment variables 2`] = ` "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -563,7 +563,7 @@ exports[`basic function with environment variables 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -571,7 +571,7 @@ exports[`basic function with environment variables 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -579,7 +579,7 @@ exports[`basic function with environment variables 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -587,7 +587,7 @@ exports[`basic function with environment variables 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -669,7 +669,7 @@ exports[`basic function with infinite log retention 2`] = ` "Code": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Code", "path": "root/Default/Code", @@ -679,7 +679,7 @@ exports[`basic function with infinite log retention 2`] = ` "Asset": { "constructInfo": { "fqn": "cdktf.TerraformAsset", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Asset", "path": "root/Default/Function/Asset", @@ -687,7 +687,7 @@ exports[`basic function with infinite log retention 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/Function/Default", @@ -695,7 +695,7 @@ exports[`basic function with infinite log retention 2`] = ` "IamRole": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRole", "path": "root/Default/Function/IamRole", @@ -703,7 +703,7 @@ exports[`basic function with infinite log retention 2`] = ` "IamRolePolicy": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicy", "path": "root/Default/Function/IamRolePolicy", @@ -711,7 +711,7 @@ exports[`basic function with infinite log retention 2`] = ` "IamRolePolicyAttachment": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicyAttachment", "path": "root/Default/Function/IamRolePolicyAttachment", @@ -719,7 +719,7 @@ exports[`basic function with infinite log retention 2`] = ` "S3Object": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "S3Object", "path": "root/Default/Function/S3Object", @@ -727,7 +727,7 @@ exports[`basic function with infinite log retention 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -739,7 +739,7 @@ exports[`basic function with infinite log retention 2`] = ` "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -747,7 +747,7 @@ exports[`basic function with infinite log retention 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -755,7 +755,7 @@ exports[`basic function with infinite log retention 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -763,7 +763,7 @@ exports[`basic function with infinite log retention 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -771,7 +771,7 @@ exports[`basic function with infinite log retention 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -859,7 +859,7 @@ exports[`basic function with memory size specified 2`] = ` "Code": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Code", "path": "root/Default/Code", @@ -869,7 +869,7 @@ exports[`basic function with memory size specified 2`] = ` "Asset": { "constructInfo": { "fqn": "cdktf.TerraformAsset", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Asset", "path": "root/Default/Function/Asset", @@ -877,7 +877,7 @@ exports[`basic function with memory size specified 2`] = ` "CloudwatchLogGroup": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CloudwatchLogGroup", "path": "root/Default/Function/CloudwatchLogGroup", @@ -885,7 +885,7 @@ exports[`basic function with memory size specified 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/Function/Default", @@ -893,7 +893,7 @@ exports[`basic function with memory size specified 2`] = ` "IamRole": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRole", "path": "root/Default/Function/IamRole", @@ -901,7 +901,7 @@ exports[`basic function with memory size specified 2`] = ` "IamRolePolicy": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicy", "path": "root/Default/Function/IamRolePolicy", @@ -909,7 +909,7 @@ exports[`basic function with memory size specified 2`] = ` "IamRolePolicyAttachment": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicyAttachment", "path": "root/Default/Function/IamRolePolicyAttachment", @@ -917,7 +917,7 @@ exports[`basic function with memory size specified 2`] = ` "S3Object": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "S3Object", "path": "root/Default/Function/S3Object", @@ -925,7 +925,7 @@ exports[`basic function with memory size specified 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -937,7 +937,7 @@ exports[`basic function with memory size specified 2`] = ` "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -945,7 +945,7 @@ exports[`basic function with memory size specified 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -953,7 +953,7 @@ exports[`basic function with memory size specified 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -961,7 +961,7 @@ exports[`basic function with memory size specified 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -969,7 +969,7 @@ exports[`basic function with memory size specified 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -1057,7 +1057,7 @@ exports[`basic function with timeout explicitly set 2`] = ` "Code": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Code", "path": "root/Default/Code", @@ -1067,7 +1067,7 @@ exports[`basic function with timeout explicitly set 2`] = ` "Asset": { "constructInfo": { "fqn": "cdktf.TerraformAsset", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Asset", "path": "root/Default/Function/Asset", @@ -1075,7 +1075,7 @@ exports[`basic function with timeout explicitly set 2`] = ` "CloudwatchLogGroup": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CloudwatchLogGroup", "path": "root/Default/Function/CloudwatchLogGroup", @@ -1083,7 +1083,7 @@ exports[`basic function with timeout explicitly set 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/Function/Default", @@ -1091,7 +1091,7 @@ exports[`basic function with timeout explicitly set 2`] = ` "IamRole": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRole", "path": "root/Default/Function/IamRole", @@ -1099,7 +1099,7 @@ exports[`basic function with timeout explicitly set 2`] = ` "IamRolePolicy": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicy", "path": "root/Default/Function/IamRolePolicy", @@ -1107,7 +1107,7 @@ exports[`basic function with timeout explicitly set 2`] = ` "IamRolePolicyAttachment": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicyAttachment", "path": "root/Default/Function/IamRolePolicyAttachment", @@ -1115,7 +1115,7 @@ exports[`basic function with timeout explicitly set 2`] = ` "S3Object": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "S3Object", "path": "root/Default/Function/S3Object", @@ -1123,7 +1123,7 @@ exports[`basic function with timeout explicitly set 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -1135,7 +1135,7 @@ exports[`basic function with timeout explicitly set 2`] = ` "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -1143,7 +1143,7 @@ exports[`basic function with timeout explicitly set 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -1151,7 +1151,7 @@ exports[`basic function with timeout explicitly set 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -1159,7 +1159,7 @@ exports[`basic function with timeout explicitly set 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -1167,7 +1167,7 @@ exports[`basic function with timeout explicitly set 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -1255,7 +1255,7 @@ exports[`function name valid 2`] = ` "Code": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Code", "path": "root/Default/Code", @@ -1265,7 +1265,7 @@ exports[`function name valid 2`] = ` "Asset": { "constructInfo": { "fqn": "cdktf.TerraformAsset", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Asset", "path": "root/Default/The-Mighty_Function-01/Asset", @@ -1273,7 +1273,7 @@ exports[`function name valid 2`] = ` "CloudwatchLogGroup": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CloudwatchLogGroup", "path": "root/Default/The-Mighty_Function-01/CloudwatchLogGroup", @@ -1281,7 +1281,7 @@ exports[`function name valid 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/The-Mighty_Function-01/Default", @@ -1289,7 +1289,7 @@ exports[`function name valid 2`] = ` "IamRole": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRole", "path": "root/Default/The-Mighty_Function-01/IamRole", @@ -1297,7 +1297,7 @@ exports[`function name valid 2`] = ` "IamRolePolicy": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicy", "path": "root/Default/The-Mighty_Function-01/IamRolePolicy", @@ -1305,7 +1305,7 @@ exports[`function name valid 2`] = ` "IamRolePolicyAttachment": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicyAttachment", "path": "root/Default/The-Mighty_Function-01/IamRolePolicyAttachment", @@ -1313,7 +1313,7 @@ exports[`function name valid 2`] = ` "S3Object": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "S3Object", "path": "root/Default/The-Mighty_Function-01/S3Object", @@ -1321,7 +1321,7 @@ exports[`function name valid 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -1333,7 +1333,7 @@ exports[`function name valid 2`] = ` "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -1341,7 +1341,7 @@ exports[`function name valid 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -1349,7 +1349,7 @@ exports[`function name valid 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -1357,7 +1357,7 @@ exports[`function name valid 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -1365,7 +1365,7 @@ exports[`function name valid 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -1453,7 +1453,7 @@ exports[`replace invalid character from function name 2`] = ` "Code": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Code", "path": "root/Default/Code", @@ -1463,7 +1463,7 @@ exports[`replace invalid character from function name 2`] = ` "Asset": { "constructInfo": { "fqn": "cdktf.TerraformAsset", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Asset", "path": "root/Default/The%Mighty$Function/Asset", @@ -1471,7 +1471,7 @@ exports[`replace invalid character from function name 2`] = ` "CloudwatchLogGroup": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CloudwatchLogGroup", "path": "root/Default/The%Mighty$Function/CloudwatchLogGroup", @@ -1479,7 +1479,7 @@ exports[`replace invalid character from function name 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/The%Mighty$Function/Default", @@ -1487,7 +1487,7 @@ exports[`replace invalid character from function name 2`] = ` "IamRole": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRole", "path": "root/Default/The%Mighty$Function/IamRole", @@ -1495,7 +1495,7 @@ exports[`replace invalid character from function name 2`] = ` "IamRolePolicy": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicy", "path": "root/Default/The%Mighty$Function/IamRolePolicy", @@ -1503,7 +1503,7 @@ exports[`replace invalid character from function name 2`] = ` "IamRolePolicyAttachment": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicyAttachment", "path": "root/Default/The%Mighty$Function/IamRolePolicyAttachment", @@ -1511,7 +1511,7 @@ exports[`replace invalid character from function name 2`] = ` "S3Object": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "S3Object", "path": "root/Default/The%Mighty$Function/S3Object", @@ -1519,7 +1519,7 @@ exports[`replace invalid character from function name 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -1531,7 +1531,7 @@ exports[`replace invalid character from function name 2`] = ` "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -1539,7 +1539,7 @@ exports[`replace invalid character from function name 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -1547,7 +1547,7 @@ exports[`replace invalid character from function name 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -1555,7 +1555,7 @@ exports[`replace invalid character from function name 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -1563,7 +1563,7 @@ exports[`replace invalid character from function name 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", diff --git a/libs/wingsdk/test/target-tf-aws/__snapshots__/on-deploy.test.ts.snap b/libs/wingsdk/test/target-tf-aws/__snapshots__/on-deploy.test.ts.snap index cedef7b9397..fcc6cee0552 100644 --- a/libs/wingsdk/test/target-tf-aws/__snapshots__/on-deploy.test.ts.snap +++ b/libs/wingsdk/test/target-tf-aws/__snapshots__/on-deploy.test.ts.snap @@ -88,7 +88,7 @@ exports[`create an OnDeploy 2`] = ` "Code": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Code", "path": "root/Default/Code", @@ -96,7 +96,7 @@ exports[`create an OnDeploy 2`] = ` "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -108,7 +108,7 @@ exports[`create an OnDeploy 2`] = ` "Asset": { "constructInfo": { "fqn": "cdktf.TerraformAsset", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Asset", "path": "root/Default/my_on_deploy/Function/Asset", @@ -116,7 +116,7 @@ exports[`create an OnDeploy 2`] = ` "CloudwatchLogGroup": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CloudwatchLogGroup", "path": "root/Default/my_on_deploy/Function/CloudwatchLogGroup", @@ -124,7 +124,7 @@ exports[`create an OnDeploy 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/my_on_deploy/Function/Default", @@ -132,7 +132,7 @@ exports[`create an OnDeploy 2`] = ` "IamRole": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRole", "path": "root/Default/my_on_deploy/Function/IamRole", @@ -140,7 +140,7 @@ exports[`create an OnDeploy 2`] = ` "IamRolePolicy": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicy", "path": "root/Default/my_on_deploy/Function/IamRolePolicy", @@ -148,7 +148,7 @@ exports[`create an OnDeploy 2`] = ` "IamRolePolicyAttachment": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicyAttachment", "path": "root/Default/my_on_deploy/Function/IamRolePolicyAttachment", @@ -156,7 +156,7 @@ exports[`create an OnDeploy 2`] = ` "S3Object": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "S3Object", "path": "root/Default/my_on_deploy/Function/S3Object", @@ -164,7 +164,7 @@ exports[`create an OnDeploy 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -176,7 +176,7 @@ exports[`create an OnDeploy 2`] = ` "Invocation": { "constructInfo": { "fqn": "cdktf.TerraformDataSource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Invocation", "path": "root/Default/my_on_deploy/Invocation", @@ -184,7 +184,7 @@ exports[`create an OnDeploy 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "Run code during the app's deployment.", @@ -196,7 +196,7 @@ exports[`create an OnDeploy 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -204,7 +204,7 @@ exports[`create an OnDeploy 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -212,7 +212,7 @@ exports[`create an OnDeploy 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -220,7 +220,7 @@ exports[`create an OnDeploy 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -323,7 +323,7 @@ exports[`execute OnDeploy after other resources 2`] = ` "Code": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Code", "path": "root/Default/Code", @@ -331,7 +331,7 @@ exports[`execute OnDeploy after other resources 2`] = ` "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -341,7 +341,7 @@ exports[`execute OnDeploy after other resources 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/my_bucket/Default", @@ -349,7 +349,7 @@ exports[`execute OnDeploy after other resources 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud object store", @@ -365,7 +365,7 @@ exports[`execute OnDeploy after other resources 2`] = ` "Asset": { "constructInfo": { "fqn": "cdktf.TerraformAsset", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Asset", "path": "root/Default/my_on_deploy/Function/Asset", @@ -373,7 +373,7 @@ exports[`execute OnDeploy after other resources 2`] = ` "CloudwatchLogGroup": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CloudwatchLogGroup", "path": "root/Default/my_on_deploy/Function/CloudwatchLogGroup", @@ -381,7 +381,7 @@ exports[`execute OnDeploy after other resources 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/my_on_deploy/Function/Default", @@ -389,7 +389,7 @@ exports[`execute OnDeploy after other resources 2`] = ` "IamRole": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRole", "path": "root/Default/my_on_deploy/Function/IamRole", @@ -397,7 +397,7 @@ exports[`execute OnDeploy after other resources 2`] = ` "IamRolePolicy": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicy", "path": "root/Default/my_on_deploy/Function/IamRolePolicy", @@ -405,7 +405,7 @@ exports[`execute OnDeploy after other resources 2`] = ` "IamRolePolicyAttachment": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicyAttachment", "path": "root/Default/my_on_deploy/Function/IamRolePolicyAttachment", @@ -413,7 +413,7 @@ exports[`execute OnDeploy after other resources 2`] = ` "S3Object": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "S3Object", "path": "root/Default/my_on_deploy/Function/S3Object", @@ -421,7 +421,7 @@ exports[`execute OnDeploy after other resources 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -433,7 +433,7 @@ exports[`execute OnDeploy after other resources 2`] = ` "Invocation": { "constructInfo": { "fqn": "cdktf.TerraformDataSource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Invocation", "path": "root/Default/my_on_deploy/Invocation", @@ -441,7 +441,7 @@ exports[`execute OnDeploy after other resources 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "Run code during the app's deployment.", @@ -453,7 +453,7 @@ exports[`execute OnDeploy after other resources 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -461,7 +461,7 @@ exports[`execute OnDeploy after other resources 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -469,7 +469,7 @@ exports[`execute OnDeploy after other resources 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -477,7 +477,7 @@ exports[`execute OnDeploy after other resources 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -581,7 +581,7 @@ exports[`execute OnDeploy before other resources 2`] = ` "Code": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Code", "path": "root/Default/Code", @@ -589,7 +589,7 @@ exports[`execute OnDeploy before other resources 2`] = ` "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -599,7 +599,7 @@ exports[`execute OnDeploy before other resources 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/my_bucket/Default", @@ -607,7 +607,7 @@ exports[`execute OnDeploy before other resources 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud object store", @@ -623,7 +623,7 @@ exports[`execute OnDeploy before other resources 2`] = ` "Asset": { "constructInfo": { "fqn": "cdktf.TerraformAsset", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Asset", "path": "root/Default/my_on_deploy/Function/Asset", @@ -631,7 +631,7 @@ exports[`execute OnDeploy before other resources 2`] = ` "CloudwatchLogGroup": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CloudwatchLogGroup", "path": "root/Default/my_on_deploy/Function/CloudwatchLogGroup", @@ -639,7 +639,7 @@ exports[`execute OnDeploy before other resources 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/my_on_deploy/Function/Default", @@ -647,7 +647,7 @@ exports[`execute OnDeploy before other resources 2`] = ` "IamRole": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRole", "path": "root/Default/my_on_deploy/Function/IamRole", @@ -655,7 +655,7 @@ exports[`execute OnDeploy before other resources 2`] = ` "IamRolePolicy": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicy", "path": "root/Default/my_on_deploy/Function/IamRolePolicy", @@ -663,7 +663,7 @@ exports[`execute OnDeploy before other resources 2`] = ` "IamRolePolicyAttachment": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicyAttachment", "path": "root/Default/my_on_deploy/Function/IamRolePolicyAttachment", @@ -671,7 +671,7 @@ exports[`execute OnDeploy before other resources 2`] = ` "S3Object": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "S3Object", "path": "root/Default/my_on_deploy/Function/S3Object", @@ -679,7 +679,7 @@ exports[`execute OnDeploy before other resources 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -691,7 +691,7 @@ exports[`execute OnDeploy before other resources 2`] = ` "Invocation": { "constructInfo": { "fqn": "cdktf.TerraformDataSource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Invocation", "path": "root/Default/my_on_deploy/Invocation", @@ -699,7 +699,7 @@ exports[`execute OnDeploy before other resources 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "Run code during the app's deployment.", @@ -711,7 +711,7 @@ exports[`execute OnDeploy before other resources 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -719,7 +719,7 @@ exports[`execute OnDeploy before other resources 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -727,7 +727,7 @@ exports[`execute OnDeploy before other resources 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -735,7 +735,7 @@ exports[`execute OnDeploy before other resources 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", diff --git a/libs/wingsdk/test/target-tf-aws/__snapshots__/queue.test.ts.snap b/libs/wingsdk/test/target-tf-aws/__snapshots__/queue.test.ts.snap index bf28ee0e91e..1d3137a41f4 100644 --- a/libs/wingsdk/test/target-tf-aws/__snapshots__/queue.test.ts.snap +++ b/libs/wingsdk/test/target-tf-aws/__snapshots__/queue.test.ts.snap @@ -27,7 +27,7 @@ exports[`default queue behavior 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/Queue/Default", @@ -35,7 +35,7 @@ exports[`default queue behavior 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A distributed message queue", @@ -47,7 +47,7 @@ exports[`default queue behavior 2`] = ` "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -55,7 +55,7 @@ exports[`default queue behavior 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -63,7 +63,7 @@ exports[`default queue behavior 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -71,7 +71,7 @@ exports[`default queue behavior 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -79,7 +79,7 @@ exports[`default queue behavior 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -115,7 +115,7 @@ exports[`queue name valid 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/The-Incredible_Queue-01/Default", @@ -123,7 +123,7 @@ exports[`queue name valid 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A distributed message queue", @@ -135,7 +135,7 @@ exports[`queue name valid 2`] = ` "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -143,7 +143,7 @@ exports[`queue name valid 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -151,7 +151,7 @@ exports[`queue name valid 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -159,7 +159,7 @@ exports[`queue name valid 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -167,7 +167,7 @@ exports[`queue name valid 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -271,7 +271,7 @@ exports[`queue with a consumer function 3`] = ` "Code": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Code", "path": "root/Default/Code", @@ -281,7 +281,7 @@ exports[`queue with a consumer function 3`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/Queue/Default", @@ -289,7 +289,7 @@ exports[`queue with a consumer function 3`] = ` "EventSourceMapping": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "EventSourceMapping", "path": "root/Default/Queue/EventSourceMapping", @@ -297,7 +297,7 @@ exports[`queue with a consumer function 3`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A distributed message queue", @@ -311,7 +311,7 @@ exports[`queue with a consumer function 3`] = ` "Asset": { "constructInfo": { "fqn": "cdktf.TerraformAsset", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Asset", "path": "root/Default/Queue-SetConsumer0/Asset", @@ -319,7 +319,7 @@ exports[`queue with a consumer function 3`] = ` "CloudwatchLogGroup": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CloudwatchLogGroup", "path": "root/Default/Queue-SetConsumer0/CloudwatchLogGroup", @@ -327,7 +327,7 @@ exports[`queue with a consumer function 3`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/Queue-SetConsumer0/Default", @@ -335,7 +335,7 @@ exports[`queue with a consumer function 3`] = ` "IamRole": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRole", "path": "root/Default/Queue-SetConsumer0/IamRole", @@ -343,7 +343,7 @@ exports[`queue with a consumer function 3`] = ` "IamRolePolicy": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicy", "path": "root/Default/Queue-SetConsumer0/IamRolePolicy", @@ -351,7 +351,7 @@ exports[`queue with a consumer function 3`] = ` "IamRolePolicyAttachment": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicyAttachment", "path": "root/Default/Queue-SetConsumer0/IamRolePolicyAttachment", @@ -359,7 +359,7 @@ exports[`queue with a consumer function 3`] = ` "S3Object": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "S3Object", "path": "root/Default/Queue-SetConsumer0/S3Object", @@ -367,7 +367,7 @@ exports[`queue with a consumer function 3`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -379,7 +379,7 @@ exports[`queue with a consumer function 3`] = ` "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -387,7 +387,7 @@ exports[`queue with a consumer function 3`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -395,7 +395,7 @@ exports[`queue with a consumer function 3`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -403,7 +403,7 @@ exports[`queue with a consumer function 3`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -411,7 +411,7 @@ exports[`queue with a consumer function 3`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -447,7 +447,7 @@ exports[`queue with custom retention 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/Queue/Default", @@ -455,7 +455,7 @@ exports[`queue with custom retention 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A distributed message queue", @@ -467,7 +467,7 @@ exports[`queue with custom retention 2`] = ` "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -475,7 +475,7 @@ exports[`queue with custom retention 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -483,7 +483,7 @@ exports[`queue with custom retention 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -491,7 +491,7 @@ exports[`queue with custom retention 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -499,7 +499,7 @@ exports[`queue with custom retention 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -535,7 +535,7 @@ exports[`queue with custom timeout 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/Queue/Default", @@ -543,7 +543,7 @@ exports[`queue with custom timeout 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A distributed message queue", @@ -555,7 +555,7 @@ exports[`queue with custom timeout 2`] = ` "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -563,7 +563,7 @@ exports[`queue with custom timeout 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -571,7 +571,7 @@ exports[`queue with custom timeout 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -579,7 +579,7 @@ exports[`queue with custom timeout 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -587,7 +587,7 @@ exports[`queue with custom timeout 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -623,7 +623,7 @@ exports[`replace invalid character from queue name 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/The*Incredible$Queue/Default", @@ -631,7 +631,7 @@ exports[`replace invalid character from queue name 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A distributed message queue", @@ -643,7 +643,7 @@ exports[`replace invalid character from queue name 2`] = ` "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -651,7 +651,7 @@ exports[`replace invalid character from queue name 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -659,7 +659,7 @@ exports[`replace invalid character from queue name 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -667,7 +667,7 @@ exports[`replace invalid character from queue name 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -675,7 +675,7 @@ exports[`replace invalid character from queue name 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", diff --git a/libs/wingsdk/test/target-tf-aws/__snapshots__/react-app.test.ts.snap b/libs/wingsdk/test/target-tf-aws/__snapshots__/react-app.test.ts.snap index b99ff448df6..f3a21c5dcc6 100644 --- a/libs/wingsdk/test/target-tf-aws/__snapshots__/react-app.test.ts.snap +++ b/libs/wingsdk/test/target-tf-aws/__snapshots__/react-app.test.ts.snap @@ -325,7 +325,7 @@ exports[`Testing ReactApp > default React App behavior 2`] = ` "AllowDistributionReadOnly": { "constructInfo": { "fqn": "cdktf.TerraformDataSource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "AllowDistributionReadOnly", "path": "root/Default/Website/Website-host/AllowDistributionReadOnly", @@ -333,7 +333,7 @@ exports[`Testing ReactApp > default React App behavior 2`] = ` "BucketWebsiteConfiguration": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "BucketWebsiteConfiguration", "path": "root/Default/Website/Website-host/BucketWebsiteConfiguration", @@ -341,7 +341,7 @@ exports[`Testing ReactApp > default React App behavior 2`] = ` "CloudfrontOac": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CloudfrontOac", "path": "root/Default/Website/Website-host/CloudfrontOac", @@ -349,7 +349,7 @@ exports[`Testing ReactApp > default React App behavior 2`] = ` "Distribution": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Distribution", "path": "root/Default/Website/Website-host/Distribution", @@ -357,7 +357,7 @@ exports[`Testing ReactApp > default React App behavior 2`] = ` "DistributionS3BucketPolicy": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "DistributionS3BucketPolicy", "path": "root/Default/Website/Website-host/DistributionS3BucketPolicy", @@ -367,7 +367,7 @@ exports[`Testing ReactApp > default React App behavior 2`] = ` "Url": { "constructInfo": { "fqn": "cdktf.TerraformOutput", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Url", "path": "root/Default/Website/Website-host/Endpoint/Url", @@ -375,7 +375,7 @@ exports[`Testing ReactApp > default React App behavior 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "Website root/Default/Website/Website-host", @@ -388,7 +388,7 @@ exports[`Testing ReactApp > default React App behavior 2`] = ` "File--index.html": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "File--index.html", "path": "root/Default/Website/Website-host/File--index.html", @@ -396,7 +396,7 @@ exports[`Testing ReactApp > default React App behavior 2`] = ` "File-wing.js": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "File-wing.js", "path": "root/Default/Website/Website-host/File-wing.js", @@ -404,7 +404,7 @@ exports[`Testing ReactApp > default React App behavior 2`] = ` "WebsiteBucket": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "WebsiteBucket", "path": "root/Default/Website/Website-host/WebsiteBucket", @@ -412,7 +412,7 @@ exports[`Testing ReactApp > default React App behavior 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A static website", @@ -424,7 +424,7 @@ exports[`Testing ReactApp > default React App behavior 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A deployable React App", @@ -436,7 +436,7 @@ exports[`Testing ReactApp > default React App behavior 2`] = ` "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -444,7 +444,7 @@ exports[`Testing ReactApp > default React App behavior 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -452,7 +452,7 @@ exports[`Testing ReactApp > default React App behavior 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -460,7 +460,7 @@ exports[`Testing ReactApp > default React App behavior 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -468,7 +468,7 @@ exports[`Testing ReactApp > default React App behavior 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -649,7 +649,7 @@ exports[`Testing ReactApp > website with addEnvironment 2`] = ` "AllowDistributionReadOnly": { "constructInfo": { "fqn": "cdktf.TerraformDataSource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "AllowDistributionReadOnly", "path": "root/Default/Website/Website-host/AllowDistributionReadOnly", @@ -657,7 +657,7 @@ exports[`Testing ReactApp > website with addEnvironment 2`] = ` "BucketWebsiteConfiguration": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "BucketWebsiteConfiguration", "path": "root/Default/Website/Website-host/BucketWebsiteConfiguration", @@ -665,7 +665,7 @@ exports[`Testing ReactApp > website with addEnvironment 2`] = ` "CloudfrontOac": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CloudfrontOac", "path": "root/Default/Website/Website-host/CloudfrontOac", @@ -673,7 +673,7 @@ exports[`Testing ReactApp > website with addEnvironment 2`] = ` "Distribution": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Distribution", "path": "root/Default/Website/Website-host/Distribution", @@ -681,7 +681,7 @@ exports[`Testing ReactApp > website with addEnvironment 2`] = ` "DistributionS3BucketPolicy": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "DistributionS3BucketPolicy", "path": "root/Default/Website/Website-host/DistributionS3BucketPolicy", @@ -691,7 +691,7 @@ exports[`Testing ReactApp > website with addEnvironment 2`] = ` "Url": { "constructInfo": { "fqn": "cdktf.TerraformOutput", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Url", "path": "root/Default/Website/Website-host/Endpoint/Url", @@ -699,7 +699,7 @@ exports[`Testing ReactApp > website with addEnvironment 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "Website root/Default/Website/Website-host", @@ -712,7 +712,7 @@ exports[`Testing ReactApp > website with addEnvironment 2`] = ` "File--index.html": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "File--index.html", "path": "root/Default/Website/Website-host/File--index.html", @@ -720,7 +720,7 @@ exports[`Testing ReactApp > website with addEnvironment 2`] = ` "File-wing.js": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "File-wing.js", "path": "root/Default/Website/Website-host/File-wing.js", @@ -728,7 +728,7 @@ exports[`Testing ReactApp > website with addEnvironment 2`] = ` "WebsiteBucket": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "WebsiteBucket", "path": "root/Default/Website/Website-host/WebsiteBucket", @@ -736,7 +736,7 @@ exports[`Testing ReactApp > website with addEnvironment 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A static website", @@ -748,7 +748,7 @@ exports[`Testing ReactApp > website with addEnvironment 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A deployable React App", @@ -760,7 +760,7 @@ exports[`Testing ReactApp > website with addEnvironment 2`] = ` "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -768,7 +768,7 @@ exports[`Testing ReactApp > website with addEnvironment 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -776,7 +776,7 @@ exports[`Testing ReactApp > website with addEnvironment 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -784,7 +784,7 @@ exports[`Testing ReactApp > website with addEnvironment 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -792,7 +792,7 @@ exports[`Testing ReactApp > website with addEnvironment 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", diff --git a/libs/wingsdk/test/target-tf-aws/__snapshots__/schedule.test.ts.snap b/libs/wingsdk/test/target-tf-aws/__snapshots__/schedule.test.ts.snap index 894f1ea6b54..d1842c6cfc5 100644 --- a/libs/wingsdk/test/target-tf-aws/__snapshots__/schedule.test.ts.snap +++ b/libs/wingsdk/test/target-tf-aws/__snapshots__/schedule.test.ts.snap @@ -100,7 +100,7 @@ exports[`schedule behavior with cron 2`] = ` "Code": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Code", "path": "root/Default/Code", @@ -112,7 +112,7 @@ exports[`schedule behavior with cron 2`] = ` "Asset": { "constructInfo": { "fqn": "cdktf.TerraformAsset", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Asset", "path": "root/Default/Schedule/OnTick0/Asset", @@ -120,7 +120,7 @@ exports[`schedule behavior with cron 2`] = ` "CloudwatchLogGroup": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CloudwatchLogGroup", "path": "root/Default/Schedule/OnTick0/CloudwatchLogGroup", @@ -128,7 +128,7 @@ exports[`schedule behavior with cron 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/Schedule/OnTick0/Default", @@ -136,7 +136,7 @@ exports[`schedule behavior with cron 2`] = ` "IamRole": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRole", "path": "root/Default/Schedule/OnTick0/IamRole", @@ -144,7 +144,7 @@ exports[`schedule behavior with cron 2`] = ` "IamRolePolicy": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicy", "path": "root/Default/Schedule/OnTick0/IamRolePolicy", @@ -152,7 +152,7 @@ exports[`schedule behavior with cron 2`] = ` "IamRolePolicyAttachment": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicyAttachment", "path": "root/Default/Schedule/OnTick0/IamRolePolicyAttachment", @@ -160,7 +160,7 @@ exports[`schedule behavior with cron 2`] = ` "InvokePermission-c8b3fc394731d07e61c00e422c6b234372c09bc3b3": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "InvokePermission-c8b3fc394731d07e61c00e422c6b234372c09bc3b3", "path": "root/Default/Schedule/OnTick0/InvokePermission-c8b3fc394731d07e61c00e422c6b234372c09bc3b3", @@ -168,7 +168,7 @@ exports[`schedule behavior with cron 2`] = ` "S3Object": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "S3Object", "path": "root/Default/Schedule/OnTick0/S3Object", @@ -176,7 +176,7 @@ exports[`schedule behavior with cron 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -188,7 +188,7 @@ exports[`schedule behavior with cron 2`] = ` "Schedule": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Schedule", "path": "root/Default/Schedule/Schedule", @@ -196,7 +196,7 @@ exports[`schedule behavior with cron 2`] = ` "ScheduleTarget0": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ScheduleTarget0", "path": "root/Default/Schedule/ScheduleTarget0", @@ -204,7 +204,7 @@ exports[`schedule behavior with cron 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud schedule to trigger events at regular intervals", @@ -216,7 +216,7 @@ exports[`schedule behavior with cron 2`] = ` "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -224,7 +224,7 @@ exports[`schedule behavior with cron 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -232,7 +232,7 @@ exports[`schedule behavior with cron 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -240,7 +240,7 @@ exports[`schedule behavior with cron 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -248,7 +248,7 @@ exports[`schedule behavior with cron 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -357,7 +357,7 @@ exports[`schedule behavior with rate 2`] = ` "Code": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Code", "path": "root/Default/Code", @@ -369,7 +369,7 @@ exports[`schedule behavior with rate 2`] = ` "Asset": { "constructInfo": { "fqn": "cdktf.TerraformAsset", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Asset", "path": "root/Default/Schedule/OnTick0/Asset", @@ -377,7 +377,7 @@ exports[`schedule behavior with rate 2`] = ` "CloudwatchLogGroup": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CloudwatchLogGroup", "path": "root/Default/Schedule/OnTick0/CloudwatchLogGroup", @@ -385,7 +385,7 @@ exports[`schedule behavior with rate 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/Schedule/OnTick0/Default", @@ -393,7 +393,7 @@ exports[`schedule behavior with rate 2`] = ` "IamRole": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRole", "path": "root/Default/Schedule/OnTick0/IamRole", @@ -401,7 +401,7 @@ exports[`schedule behavior with rate 2`] = ` "IamRolePolicy": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicy", "path": "root/Default/Schedule/OnTick0/IamRolePolicy", @@ -409,7 +409,7 @@ exports[`schedule behavior with rate 2`] = ` "IamRolePolicyAttachment": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicyAttachment", "path": "root/Default/Schedule/OnTick0/IamRolePolicyAttachment", @@ -417,7 +417,7 @@ exports[`schedule behavior with rate 2`] = ` "InvokePermission-c8b3fc394731d07e61c00e422c6b234372c09bc3b3": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "InvokePermission-c8b3fc394731d07e61c00e422c6b234372c09bc3b3", "path": "root/Default/Schedule/OnTick0/InvokePermission-c8b3fc394731d07e61c00e422c6b234372c09bc3b3", @@ -425,7 +425,7 @@ exports[`schedule behavior with rate 2`] = ` "S3Object": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "S3Object", "path": "root/Default/Schedule/OnTick0/S3Object", @@ -433,7 +433,7 @@ exports[`schedule behavior with rate 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -445,7 +445,7 @@ exports[`schedule behavior with rate 2`] = ` "Schedule": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Schedule", "path": "root/Default/Schedule/Schedule", @@ -453,7 +453,7 @@ exports[`schedule behavior with rate 2`] = ` "ScheduleTarget0": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ScheduleTarget0", "path": "root/Default/Schedule/ScheduleTarget0", @@ -461,7 +461,7 @@ exports[`schedule behavior with rate 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud schedule to trigger events at regular intervals", @@ -473,7 +473,7 @@ exports[`schedule behavior with rate 2`] = ` "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -481,7 +481,7 @@ exports[`schedule behavior with rate 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -489,7 +489,7 @@ exports[`schedule behavior with rate 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -497,7 +497,7 @@ exports[`schedule behavior with rate 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -505,7 +505,7 @@ exports[`schedule behavior with rate 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -669,7 +669,7 @@ exports[`schedule with two functions 2`] = ` "Code": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Code", "path": "root/Default/Code", @@ -681,7 +681,7 @@ exports[`schedule with two functions 2`] = ` "Asset": { "constructInfo": { "fqn": "cdktf.TerraformAsset", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Asset", "path": "root/Default/Schedule/OnTick0/Asset", @@ -689,7 +689,7 @@ exports[`schedule with two functions 2`] = ` "CloudwatchLogGroup": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CloudwatchLogGroup", "path": "root/Default/Schedule/OnTick0/CloudwatchLogGroup", @@ -697,7 +697,7 @@ exports[`schedule with two functions 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/Schedule/OnTick0/Default", @@ -705,7 +705,7 @@ exports[`schedule with two functions 2`] = ` "IamRole": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRole", "path": "root/Default/Schedule/OnTick0/IamRole", @@ -713,7 +713,7 @@ exports[`schedule with two functions 2`] = ` "IamRolePolicy": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicy", "path": "root/Default/Schedule/OnTick0/IamRolePolicy", @@ -721,7 +721,7 @@ exports[`schedule with two functions 2`] = ` "IamRolePolicyAttachment": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicyAttachment", "path": "root/Default/Schedule/OnTick0/IamRolePolicyAttachment", @@ -729,7 +729,7 @@ exports[`schedule with two functions 2`] = ` "InvokePermission-c8b3fc394731d07e61c00e422c6b234372c09bc3b3": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "InvokePermission-c8b3fc394731d07e61c00e422c6b234372c09bc3b3", "path": "root/Default/Schedule/OnTick0/InvokePermission-c8b3fc394731d07e61c00e422c6b234372c09bc3b3", @@ -737,7 +737,7 @@ exports[`schedule with two functions 2`] = ` "S3Object": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "S3Object", "path": "root/Default/Schedule/OnTick0/S3Object", @@ -745,7 +745,7 @@ exports[`schedule with two functions 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -759,7 +759,7 @@ exports[`schedule with two functions 2`] = ` "Asset": { "constructInfo": { "fqn": "cdktf.TerraformAsset", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Asset", "path": "root/Default/Schedule/OnTick1/Asset", @@ -767,7 +767,7 @@ exports[`schedule with two functions 2`] = ` "CloudwatchLogGroup": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CloudwatchLogGroup", "path": "root/Default/Schedule/OnTick1/CloudwatchLogGroup", @@ -775,7 +775,7 @@ exports[`schedule with two functions 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/Schedule/OnTick1/Default", @@ -783,7 +783,7 @@ exports[`schedule with two functions 2`] = ` "IamRole": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRole", "path": "root/Default/Schedule/OnTick1/IamRole", @@ -791,7 +791,7 @@ exports[`schedule with two functions 2`] = ` "IamRolePolicy": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicy", "path": "root/Default/Schedule/OnTick1/IamRolePolicy", @@ -799,7 +799,7 @@ exports[`schedule with two functions 2`] = ` "IamRolePolicyAttachment": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicyAttachment", "path": "root/Default/Schedule/OnTick1/IamRolePolicyAttachment", @@ -807,7 +807,7 @@ exports[`schedule with two functions 2`] = ` "InvokePermission-c8b3fc394731d07e61c00e422c6b234372c09bc3b3": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "InvokePermission-c8b3fc394731d07e61c00e422c6b234372c09bc3b3", "path": "root/Default/Schedule/OnTick1/InvokePermission-c8b3fc394731d07e61c00e422c6b234372c09bc3b3", @@ -815,7 +815,7 @@ exports[`schedule with two functions 2`] = ` "S3Object": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "S3Object", "path": "root/Default/Schedule/OnTick1/S3Object", @@ -823,7 +823,7 @@ exports[`schedule with two functions 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -835,7 +835,7 @@ exports[`schedule with two functions 2`] = ` "Schedule": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Schedule", "path": "root/Default/Schedule/Schedule", @@ -843,7 +843,7 @@ exports[`schedule with two functions 2`] = ` "ScheduleTarget0": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ScheduleTarget0", "path": "root/Default/Schedule/ScheduleTarget0", @@ -851,7 +851,7 @@ exports[`schedule with two functions 2`] = ` "ScheduleTarget1": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ScheduleTarget1", "path": "root/Default/Schedule/ScheduleTarget1", @@ -859,7 +859,7 @@ exports[`schedule with two functions 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud schedule to trigger events at regular intervals", @@ -871,7 +871,7 @@ exports[`schedule with two functions 2`] = ` "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -879,7 +879,7 @@ exports[`schedule with two functions 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -887,7 +887,7 @@ exports[`schedule with two functions 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -895,7 +895,7 @@ exports[`schedule with two functions 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -903,7 +903,7 @@ exports[`schedule with two functions 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", diff --git a/libs/wingsdk/test/target-tf-aws/__snapshots__/secret.test.ts.snap b/libs/wingsdk/test/target-tf-aws/__snapshots__/secret.test.ts.snap index e6561bfa84d..bbd3ace5ab1 100644 --- a/libs/wingsdk/test/target-tf-aws/__snapshots__/secret.test.ts.snap +++ b/libs/wingsdk/test/target-tf-aws/__snapshots__/secret.test.ts.snap @@ -30,7 +30,7 @@ exports[`default secret behavior 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/Secret/Default", @@ -38,7 +38,7 @@ exports[`default secret behavior 2`] = ` "SecretArn": { "constructInfo": { "fqn": "cdktf.TerraformOutput", - "version": "0.17.0", + "version": "0.20.3", }, "id": "SecretArn", "path": "root/Default/Secret/SecretArn", @@ -46,7 +46,7 @@ exports[`default secret behavior 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud secret", @@ -58,7 +58,7 @@ exports[`default secret behavior 2`] = ` "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -66,7 +66,7 @@ exports[`default secret behavior 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -74,7 +74,7 @@ exports[`default secret behavior 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -82,7 +82,7 @@ exports[`default secret behavior 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -90,7 +90,7 @@ exports[`default secret behavior 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", diff --git a/libs/wingsdk/test/target-tf-aws/__snapshots__/table.test.ts.snap b/libs/wingsdk/test/target-tf-aws/__snapshots__/table.test.ts.snap index 7140b998816..f98a2c36a45 100644 --- a/libs/wingsdk/test/target-tf-aws/__snapshots__/table.test.ts.snap +++ b/libs/wingsdk/test/target-tf-aws/__snapshots__/table.test.ts.snap @@ -132,7 +132,7 @@ exports[`function with a table binding 3`] = ` "Code": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Code", "path": "root/Default/Code", @@ -142,7 +142,7 @@ exports[`function with a table binding 3`] = ` "Asset": { "constructInfo": { "fqn": "cdktf.TerraformAsset", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Asset", "path": "root/Default/Function/Asset", @@ -150,7 +150,7 @@ exports[`function with a table binding 3`] = ` "CloudwatchLogGroup": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CloudwatchLogGroup", "path": "root/Default/Function/CloudwatchLogGroup", @@ -158,7 +158,7 @@ exports[`function with a table binding 3`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/Function/Default", @@ -166,7 +166,7 @@ exports[`function with a table binding 3`] = ` "IamRole": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRole", "path": "root/Default/Function/IamRole", @@ -174,7 +174,7 @@ exports[`function with a table binding 3`] = ` "IamRolePolicy": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicy", "path": "root/Default/Function/IamRolePolicy", @@ -182,7 +182,7 @@ exports[`function with a table binding 3`] = ` "IamRolePolicyAttachment": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicyAttachment", "path": "root/Default/Function/IamRolePolicyAttachment", @@ -190,7 +190,7 @@ exports[`function with a table binding 3`] = ` "S3Object": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "S3Object", "path": "root/Default/Function/S3Object", @@ -198,7 +198,7 @@ exports[`function with a table binding 3`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -212,7 +212,7 @@ exports[`function with a table binding 3`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/Table/Default", @@ -220,7 +220,7 @@ exports[`function with a table binding 3`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud NoSQL database table that can be used to store and query data", @@ -232,7 +232,7 @@ exports[`function with a table binding 3`] = ` "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -240,7 +240,7 @@ exports[`function with a table binding 3`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -248,7 +248,7 @@ exports[`function with a table binding 3`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -256,7 +256,7 @@ exports[`function with a table binding 3`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -264,7 +264,7 @@ exports[`function with a table binding 3`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", diff --git a/libs/wingsdk/test/target-tf-aws/__snapshots__/topic.test.ts.snap b/libs/wingsdk/test/target-tf-aws/__snapshots__/topic.test.ts.snap index 817df37d828..3536b5f001b 100644 --- a/libs/wingsdk/test/target-tf-aws/__snapshots__/topic.test.ts.snap +++ b/libs/wingsdk/test/target-tf-aws/__snapshots__/topic.test.ts.snap @@ -25,7 +25,7 @@ exports[`default topic behavior 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/Topic/Default", @@ -33,7 +33,7 @@ exports[`default topic behavior 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A pub/sub notification topic", @@ -45,7 +45,7 @@ exports[`default topic behavior 2`] = ` "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -53,7 +53,7 @@ exports[`default topic behavior 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -61,7 +61,7 @@ exports[`default topic behavior 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -69,7 +69,7 @@ exports[`default topic behavior 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -77,7 +77,7 @@ exports[`default topic behavior 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -111,7 +111,7 @@ exports[`replace invalid character from queue name 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/The%Spectacular@Topic/Default", @@ -119,7 +119,7 @@ exports[`replace invalid character from queue name 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A pub/sub notification topic", @@ -131,7 +131,7 @@ exports[`replace invalid character from queue name 2`] = ` "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -139,7 +139,7 @@ exports[`replace invalid character from queue name 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -147,7 +147,7 @@ exports[`replace invalid character from queue name 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -155,7 +155,7 @@ exports[`replace invalid character from queue name 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -163,7 +163,7 @@ exports[`replace invalid character from queue name 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -197,7 +197,7 @@ exports[`topic name valid 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/The-Spectacular_Topic-01/Default", @@ -205,7 +205,7 @@ exports[`topic name valid 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A pub/sub notification topic", @@ -217,7 +217,7 @@ exports[`topic name valid 2`] = ` "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -225,7 +225,7 @@ exports[`topic name valid 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -233,7 +233,7 @@ exports[`topic name valid 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -241,7 +241,7 @@ exports[`topic name valid 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -249,7 +249,7 @@ exports[`topic name valid 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -372,7 +372,7 @@ exports[`topic with subscriber function 3`] = ` "Code": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Code", "path": "root/Default/Code", @@ -382,7 +382,7 @@ exports[`topic with subscriber function 3`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/Topic/Default", @@ -390,7 +390,7 @@ exports[`topic with subscriber function 3`] = ` "TopicSubscription0": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "TopicSubscription0", "path": "root/Default/Topic/TopicSubscription0", @@ -398,7 +398,7 @@ exports[`topic with subscriber function 3`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A pub/sub notification topic", @@ -412,7 +412,7 @@ exports[`topic with subscriber function 3`] = ` "Asset": { "constructInfo": { "fqn": "cdktf.TerraformAsset", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Asset", "path": "root/Default/Topic-OnMessage0/Asset", @@ -420,7 +420,7 @@ exports[`topic with subscriber function 3`] = ` "CloudwatchLogGroup": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CloudwatchLogGroup", "path": "root/Default/Topic-OnMessage0/CloudwatchLogGroup", @@ -428,7 +428,7 @@ exports[`topic with subscriber function 3`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/Topic-OnMessage0/Default", @@ -436,7 +436,7 @@ exports[`topic with subscriber function 3`] = ` "IamRole": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRole", "path": "root/Default/Topic-OnMessage0/IamRole", @@ -444,7 +444,7 @@ exports[`topic with subscriber function 3`] = ` "IamRolePolicy": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicy", "path": "root/Default/Topic-OnMessage0/IamRolePolicy", @@ -452,7 +452,7 @@ exports[`topic with subscriber function 3`] = ` "IamRolePolicyAttachment": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicyAttachment", "path": "root/Default/Topic-OnMessage0/IamRolePolicyAttachment", @@ -460,7 +460,7 @@ exports[`topic with subscriber function 3`] = ` "InvokePermission-c8228fb70d825c2a5610c610e5246d5313ea6bd1a2": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "InvokePermission-c8228fb70d825c2a5610c610e5246d5313ea6bd1a2", "path": "root/Default/Topic-OnMessage0/InvokePermission-c8228fb70d825c2a5610c610e5246d5313ea6bd1a2", @@ -468,7 +468,7 @@ exports[`topic with subscriber function 3`] = ` "S3Object": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "S3Object", "path": "root/Default/Topic-OnMessage0/S3Object", @@ -476,7 +476,7 @@ exports[`topic with subscriber function 3`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -488,7 +488,7 @@ exports[`topic with subscriber function 3`] = ` "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -496,7 +496,7 @@ exports[`topic with subscriber function 3`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -504,7 +504,7 @@ exports[`topic with subscriber function 3`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -512,7 +512,7 @@ exports[`topic with subscriber function 3`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -520,7 +520,7 @@ exports[`topic with subscriber function 3`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", diff --git a/libs/wingsdk/test/target-tf-aws/__snapshots__/website.test.ts.snap b/libs/wingsdk/test/target-tf-aws/__snapshots__/website.test.ts.snap index a744b2d006d..b43cc7e566e 100644 --- a/libs/wingsdk/test/target-tf-aws/__snapshots__/website.test.ts.snap +++ b/libs/wingsdk/test/target-tf-aws/__snapshots__/website.test.ts.snap @@ -328,7 +328,7 @@ exports[`default website behavior 2`] = ` "AllowDistributionReadOnly": { "constructInfo": { "fqn": "cdktf.TerraformDataSource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "AllowDistributionReadOnly", "path": "root/Default/Website/AllowDistributionReadOnly", @@ -336,7 +336,7 @@ exports[`default website behavior 2`] = ` "BucketWebsiteConfiguration": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "BucketWebsiteConfiguration", "path": "root/Default/Website/BucketWebsiteConfiguration", @@ -344,7 +344,7 @@ exports[`default website behavior 2`] = ` "CloudfrontOac": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CloudfrontOac", "path": "root/Default/Website/CloudfrontOac", @@ -352,7 +352,7 @@ exports[`default website behavior 2`] = ` "Distribution": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Distribution", "path": "root/Default/Website/Distribution", @@ -360,7 +360,7 @@ exports[`default website behavior 2`] = ` "DistributionS3BucketPolicy": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "DistributionS3BucketPolicy", "path": "root/Default/Website/DistributionS3BucketPolicy", @@ -370,7 +370,7 @@ exports[`default website behavior 2`] = ` "Url": { "constructInfo": { "fqn": "cdktf.TerraformOutput", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Url", "path": "root/Default/Website/Endpoint/Url", @@ -378,7 +378,7 @@ exports[`default website behavior 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "Website root/Default/Website", @@ -391,7 +391,7 @@ exports[`default website behavior 2`] = ` "File--b.html": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "File--b.html", "path": "root/Default/Website/File--b.html", @@ -399,7 +399,7 @@ exports[`default website behavior 2`] = ` "File--index.html": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "File--index.html", "path": "root/Default/Website/File--index.html", @@ -407,7 +407,7 @@ exports[`default website behavior 2`] = ` "File--inner-folder--a.html": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "File--inner-folder--a.html", "path": "root/Default/Website/File--inner-folder--a.html", @@ -415,7 +415,7 @@ exports[`default website behavior 2`] = ` "WebsiteBucket": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "WebsiteBucket", "path": "root/Default/Website/WebsiteBucket", @@ -423,7 +423,7 @@ exports[`default website behavior 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A static website", @@ -435,7 +435,7 @@ exports[`default website behavior 2`] = ` "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -443,7 +443,7 @@ exports[`default website behavior 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -451,7 +451,7 @@ exports[`default website behavior 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -459,7 +459,7 @@ exports[`default website behavior 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -467,7 +467,7 @@ exports[`default website behavior 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -648,7 +648,7 @@ exports[`website with addFile 2`] = ` "AllowDistributionReadOnly": { "constructInfo": { "fqn": "cdktf.TerraformDataSource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "AllowDistributionReadOnly", "path": "root/Default/Website/AllowDistributionReadOnly", @@ -656,7 +656,7 @@ exports[`website with addFile 2`] = ` "BucketWebsiteConfiguration": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "BucketWebsiteConfiguration", "path": "root/Default/Website/BucketWebsiteConfiguration", @@ -664,7 +664,7 @@ exports[`website with addFile 2`] = ` "CloudfrontOac": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CloudfrontOac", "path": "root/Default/Website/CloudfrontOac", @@ -672,7 +672,7 @@ exports[`website with addFile 2`] = ` "Distribution": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Distribution", "path": "root/Default/Website/Distribution", @@ -680,7 +680,7 @@ exports[`website with addFile 2`] = ` "DistributionS3BucketPolicy": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "DistributionS3BucketPolicy", "path": "root/Default/Website/DistributionS3BucketPolicy", @@ -690,7 +690,7 @@ exports[`website with addFile 2`] = ` "Url": { "constructInfo": { "fqn": "cdktf.TerraformOutput", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Url", "path": "root/Default/Website/Endpoint/Url", @@ -698,7 +698,7 @@ exports[`website with addFile 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "Website root/Default/Website", @@ -711,7 +711,7 @@ exports[`website with addFile 2`] = ` "File--b.html": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "File--b.html", "path": "root/Default/Website/File--b.html", @@ -719,7 +719,7 @@ exports[`website with addFile 2`] = ` "File--index.html": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "File--index.html", "path": "root/Default/Website/File--index.html", @@ -727,7 +727,7 @@ exports[`website with addFile 2`] = ` "File--inner-folder--a.html": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "File--inner-folder--a.html", "path": "root/Default/Website/File--inner-folder--a.html", @@ -735,7 +735,7 @@ exports[`website with addFile 2`] = ` "File-addition.html": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "File-addition.html", "path": "root/Default/Website/File-addition.html", @@ -743,7 +743,7 @@ exports[`website with addFile 2`] = ` "WebsiteBucket": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "WebsiteBucket", "path": "root/Default/Website/WebsiteBucket", @@ -751,7 +751,7 @@ exports[`website with addFile 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A static website", @@ -763,7 +763,7 @@ exports[`website with addFile 2`] = ` "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -771,7 +771,7 @@ exports[`website with addFile 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -779,7 +779,7 @@ exports[`website with addFile 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -787,7 +787,7 @@ exports[`website with addFile 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -795,7 +795,7 @@ exports[`website with addFile 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -976,7 +976,7 @@ exports[`website with addJson 2`] = ` "AllowDistributionReadOnly": { "constructInfo": { "fqn": "cdktf.TerraformDataSource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "AllowDistributionReadOnly", "path": "root/Default/Website/AllowDistributionReadOnly", @@ -984,7 +984,7 @@ exports[`website with addJson 2`] = ` "BucketWebsiteConfiguration": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "BucketWebsiteConfiguration", "path": "root/Default/Website/BucketWebsiteConfiguration", @@ -992,7 +992,7 @@ exports[`website with addJson 2`] = ` "CloudfrontOac": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CloudfrontOac", "path": "root/Default/Website/CloudfrontOac", @@ -1000,7 +1000,7 @@ exports[`website with addJson 2`] = ` "Distribution": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Distribution", "path": "root/Default/Website/Distribution", @@ -1008,7 +1008,7 @@ exports[`website with addJson 2`] = ` "DistributionS3BucketPolicy": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "DistributionS3BucketPolicy", "path": "root/Default/Website/DistributionS3BucketPolicy", @@ -1018,7 +1018,7 @@ exports[`website with addJson 2`] = ` "Url": { "constructInfo": { "fqn": "cdktf.TerraformOutput", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Url", "path": "root/Default/Website/Endpoint/Url", @@ -1026,7 +1026,7 @@ exports[`website with addJson 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "Website root/Default/Website", @@ -1039,7 +1039,7 @@ exports[`website with addJson 2`] = ` "File--b.html": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "File--b.html", "path": "root/Default/Website/File--b.html", @@ -1047,7 +1047,7 @@ exports[`website with addJson 2`] = ` "File--index.html": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "File--index.html", "path": "root/Default/Website/File--index.html", @@ -1055,7 +1055,7 @@ exports[`website with addJson 2`] = ` "File--inner-folder--a.html": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "File--inner-folder--a.html", "path": "root/Default/Website/File--inner-folder--a.html", @@ -1063,7 +1063,7 @@ exports[`website with addJson 2`] = ` "File-config.json": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "File-config.json", "path": "root/Default/Website/File-config.json", @@ -1071,7 +1071,7 @@ exports[`website with addJson 2`] = ` "WebsiteBucket": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "WebsiteBucket", "path": "root/Default/Website/WebsiteBucket", @@ -1079,7 +1079,7 @@ exports[`website with addJson 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A static website", @@ -1091,7 +1091,7 @@ exports[`website with addJson 2`] = ` "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -1099,7 +1099,7 @@ exports[`website with addJson 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -1107,7 +1107,7 @@ exports[`website with addJson 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -1115,7 +1115,7 @@ exports[`website with addJson 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -1123,7 +1123,7 @@ exports[`website with addJson 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", diff --git a/libs/wingsdk/test/target-tf-azure/__snapshots__/bucket.test.ts.snap b/libs/wingsdk/test/target-tf-azure/__snapshots__/bucket.test.ts.snap index ce6578809db..9880e3ae2be 100644 --- a/libs/wingsdk/test/target-tf-azure/__snapshots__/bucket.test.ts.snap +++ b/libs/wingsdk/test/target-tf-azure/__snapshots__/bucket.test.ts.snap @@ -40,7 +40,7 @@ exports[`bucket is public 2`] = ` "ResourceGroup": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ResourceGroup", "path": "root/Default/ResourceGroup", @@ -48,7 +48,7 @@ exports[`bucket is public 2`] = ` "StorageAccount": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "StorageAccount", "path": "root/Default/StorageAccount", @@ -56,7 +56,7 @@ exports[`bucket is public 2`] = ` "azure": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "azure", "path": "root/Default/azure", @@ -66,7 +66,7 @@ exports[`bucket is public 2`] = ` "Bucket": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Bucket", "path": "root/Default/my_bucket/Bucket", @@ -74,7 +74,7 @@ exports[`bucket is public 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud object store", @@ -86,7 +86,7 @@ exports[`bucket is public 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -94,7 +94,7 @@ exports[`bucket is public 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -102,7 +102,7 @@ exports[`bucket is public 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -110,7 +110,7 @@ exports[`bucket is public 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -159,7 +159,7 @@ exports[`bucket name valid 2`] = ` "ResourceGroup": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ResourceGroup", "path": "root/Default/ResourceGroup", @@ -167,7 +167,7 @@ exports[`bucket name valid 2`] = ` "StorageAccount": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "StorageAccount", "path": "root/Default/StorageAccount", @@ -177,7 +177,7 @@ exports[`bucket name valid 2`] = ` "Bucket": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Bucket", "path": "root/Default/The-Uncanny-Bucket/Bucket", @@ -185,7 +185,7 @@ exports[`bucket name valid 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud object store", @@ -197,7 +197,7 @@ exports[`bucket name valid 2`] = ` "azure": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "azure", "path": "root/Default/azure", @@ -205,7 +205,7 @@ exports[`bucket name valid 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -213,7 +213,7 @@ exports[`bucket name valid 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -221,7 +221,7 @@ exports[`bucket name valid 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -229,7 +229,7 @@ exports[`bucket name valid 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -294,7 +294,7 @@ exports[`bucket with two preflight files 2`] = ` "ResourceGroup": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ResourceGroup", "path": "root/Default/ResourceGroup", @@ -302,7 +302,7 @@ exports[`bucket with two preflight files 2`] = ` "StorageAccount": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "StorageAccount", "path": "root/Default/StorageAccount", @@ -310,7 +310,7 @@ exports[`bucket with two preflight files 2`] = ` "azure": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "azure", "path": "root/Default/azure", @@ -320,7 +320,7 @@ exports[`bucket with two preflight files 2`] = ` "Blob-file1.txt": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Blob-file1.txt", "path": "root/Default/my_bucket/Blob-file1.txt", @@ -328,7 +328,7 @@ exports[`bucket with two preflight files 2`] = ` "Blob-file2.txt": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Blob-file2.txt", "path": "root/Default/my_bucket/Blob-file2.txt", @@ -336,7 +336,7 @@ exports[`bucket with two preflight files 2`] = ` "Bucket": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Bucket", "path": "root/Default/my_bucket/Bucket", @@ -344,7 +344,7 @@ exports[`bucket with two preflight files 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud object store", @@ -356,7 +356,7 @@ exports[`bucket with two preflight files 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -364,7 +364,7 @@ exports[`bucket with two preflight files 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -372,7 +372,7 @@ exports[`bucket with two preflight files 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -380,7 +380,7 @@ exports[`bucket with two preflight files 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -445,7 +445,7 @@ exports[`bucket with two preflight objects 2`] = ` "ResourceGroup": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ResourceGroup", "path": "root/Default/ResourceGroup", @@ -453,7 +453,7 @@ exports[`bucket with two preflight objects 2`] = ` "StorageAccount": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "StorageAccount", "path": "root/Default/StorageAccount", @@ -461,7 +461,7 @@ exports[`bucket with two preflight objects 2`] = ` "azure": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "azure", "path": "root/Default/azure", @@ -471,7 +471,7 @@ exports[`bucket with two preflight objects 2`] = ` "Blob-file1.txt": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Blob-file1.txt", "path": "root/Default/my_bucket/Blob-file1.txt", @@ -479,7 +479,7 @@ exports[`bucket with two preflight objects 2`] = ` "Blob-file2.txt": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Blob-file2.txt", "path": "root/Default/my_bucket/Blob-file2.txt", @@ -487,7 +487,7 @@ exports[`bucket with two preflight objects 2`] = ` "Bucket": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Bucket", "path": "root/Default/my_bucket/Bucket", @@ -495,7 +495,7 @@ exports[`bucket with two preflight objects 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud object store", @@ -507,7 +507,7 @@ exports[`bucket with two preflight objects 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -515,7 +515,7 @@ exports[`bucket with two preflight objects 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -523,7 +523,7 @@ exports[`bucket with two preflight objects 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -531,7 +531,7 @@ exports[`bucket with two preflight objects 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -580,7 +580,7 @@ exports[`create a bucket 2`] = ` "ResourceGroup": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ResourceGroup", "path": "root/Default/ResourceGroup", @@ -588,7 +588,7 @@ exports[`create a bucket 2`] = ` "StorageAccount": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "StorageAccount", "path": "root/Default/StorageAccount", @@ -596,7 +596,7 @@ exports[`create a bucket 2`] = ` "azure": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "azure", "path": "root/Default/azure", @@ -606,7 +606,7 @@ exports[`create a bucket 2`] = ` "Bucket": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Bucket", "path": "root/Default/my_bucket/Bucket", @@ -614,7 +614,7 @@ exports[`create a bucket 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud object store", @@ -626,7 +626,7 @@ exports[`create a bucket 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -634,7 +634,7 @@ exports[`create a bucket 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -642,7 +642,7 @@ exports[`create a bucket 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -650,7 +650,7 @@ exports[`create a bucket 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -704,7 +704,7 @@ exports[`create multiple buckets 2`] = ` "ResourceGroup": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ResourceGroup", "path": "root/Default/ResourceGroup", @@ -712,7 +712,7 @@ exports[`create multiple buckets 2`] = ` "StorageAccount": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "StorageAccount", "path": "root/Default/StorageAccount", @@ -720,7 +720,7 @@ exports[`create multiple buckets 2`] = ` "azure": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "azure", "path": "root/Default/azure", @@ -730,7 +730,7 @@ exports[`create multiple buckets 2`] = ` "Bucket": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Bucket", "path": "root/Default/my_bucket/Bucket", @@ -738,7 +738,7 @@ exports[`create multiple buckets 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud object store", @@ -752,7 +752,7 @@ exports[`create multiple buckets 2`] = ` "Bucket": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Bucket", "path": "root/Default/my_bucket2/Bucket", @@ -760,7 +760,7 @@ exports[`create multiple buckets 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud object store", @@ -772,7 +772,7 @@ exports[`create multiple buckets 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -780,7 +780,7 @@ exports[`create multiple buckets 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -788,7 +788,7 @@ exports[`create multiple buckets 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -796,7 +796,7 @@ exports[`create multiple buckets 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", diff --git a/libs/wingsdk/test/target-tf-azure/__snapshots__/counter.test.ts.snap b/libs/wingsdk/test/target-tf-azure/__snapshots__/counter.test.ts.snap index 0dad445cec4..9fc10fde455 100644 --- a/libs/wingsdk/test/target-tf-azure/__snapshots__/counter.test.ts.snap +++ b/libs/wingsdk/test/target-tf-azure/__snapshots__/counter.test.ts.snap @@ -39,7 +39,7 @@ exports[`counter name valid 2`] = ` "ResourceGroup": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ResourceGroup", "path": "root/Default/ResourceGroup", @@ -47,7 +47,7 @@ exports[`counter name valid 2`] = ` "StorageAccount": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "StorageAccount", "path": "root/Default/StorageAccount", @@ -55,7 +55,7 @@ exports[`counter name valid 2`] = ` "azure": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "azure", "path": "root/Default/azure", @@ -65,7 +65,7 @@ exports[`counter name valid 2`] = ` "CounterTable": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CounterTable", "path": "root/Default/wingcounter/CounterTable", @@ -73,7 +73,7 @@ exports[`counter name valid 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A distributed atomic counter", @@ -85,7 +85,7 @@ exports[`counter name valid 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -93,7 +93,7 @@ exports[`counter name valid 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -101,7 +101,7 @@ exports[`counter name valid 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -109,7 +109,7 @@ exports[`counter name valid 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -159,7 +159,7 @@ exports[`counter with initial value 2`] = ` "CounterTable": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CounterTable", "path": "root/Default/Counter/CounterTable", @@ -167,7 +167,7 @@ exports[`counter with initial value 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A distributed atomic counter", @@ -179,7 +179,7 @@ exports[`counter with initial value 2`] = ` "ResourceGroup": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ResourceGroup", "path": "root/Default/ResourceGroup", @@ -187,7 +187,7 @@ exports[`counter with initial value 2`] = ` "StorageAccount": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "StorageAccount", "path": "root/Default/StorageAccount", @@ -195,7 +195,7 @@ exports[`counter with initial value 2`] = ` "azure": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "azure", "path": "root/Default/azure", @@ -203,7 +203,7 @@ exports[`counter with initial value 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -211,7 +211,7 @@ exports[`counter with initial value 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -219,7 +219,7 @@ exports[`counter with initial value 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -227,7 +227,7 @@ exports[`counter with initial value 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -356,7 +356,7 @@ exports[`dec() policy statement 2`] = ` "ApplicationInsights": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ApplicationInsights", "path": "root/Default/ApplicationInsights", @@ -366,7 +366,7 @@ exports[`dec() policy statement 2`] = ` "CounterTable": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CounterTable", "path": "root/Default/Counter/CounterTable", @@ -374,7 +374,7 @@ exports[`dec() policy statement 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A distributed atomic counter", @@ -388,7 +388,7 @@ exports[`dec() policy statement 2`] = ` "Asset": { "constructInfo": { "fqn": "cdktf.TerraformAsset", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Asset", "path": "root/Default/Function/Asset", @@ -396,7 +396,7 @@ exports[`dec() policy statement 2`] = ` "CodeBlob": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CodeBlob", "path": "root/Default/Function/CodeBlob", @@ -404,7 +404,7 @@ exports[`dec() policy statement 2`] = ` "Function": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Function", "path": "root/Default/Function/Function", @@ -414,7 +414,7 @@ exports[`dec() policy statement 2`] = ` "Bucket": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Bucket", "path": "root/Default/Function/FunctionBucket/Bucket", @@ -422,7 +422,7 @@ exports[`dec() policy statement 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud object store", @@ -434,7 +434,7 @@ exports[`dec() policy statement 2`] = ` "ReadLambdaCodeAssignment": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ReadLambdaCodeAssignment", "path": "root/Default/Function/ReadLambdaCodeAssignment", @@ -442,7 +442,7 @@ exports[`dec() policy statement 2`] = ` "RoleAssignmentc8e1d35875c13ca650f2fed5dbae08291b89c185ec_Storage Table Data Contributor": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "RoleAssignmentc8e1d35875c13ca650f2fed5dbae08291b89c185ec_Storage Table Data Contributor", "path": "root/Default/Function/RoleAssignmentc8e1d35875c13ca650f2fed5dbae08291b89c185ec_Storage Table Data Contributor", @@ -450,7 +450,7 @@ exports[`dec() policy statement 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -462,7 +462,7 @@ exports[`dec() policy statement 2`] = ` "LogAnalyticsWorkspace": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "LogAnalyticsWorkspace", "path": "root/Default/LogAnalyticsWorkspace", @@ -470,7 +470,7 @@ exports[`dec() policy statement 2`] = ` "ResourceGroup": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ResourceGroup", "path": "root/Default/ResourceGroup", @@ -478,7 +478,7 @@ exports[`dec() policy statement 2`] = ` "ServicePlan": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ServicePlan", "path": "root/Default/ServicePlan", @@ -486,7 +486,7 @@ exports[`dec() policy statement 2`] = ` "StorageAccount": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "StorageAccount", "path": "root/Default/StorageAccount", @@ -494,7 +494,7 @@ exports[`dec() policy statement 2`] = ` "azure": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "azure", "path": "root/Default/azure", @@ -502,7 +502,7 @@ exports[`dec() policy statement 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -510,7 +510,7 @@ exports[`dec() policy statement 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -518,7 +518,7 @@ exports[`dec() policy statement 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -526,7 +526,7 @@ exports[`dec() policy statement 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -701,7 +701,7 @@ exports[`function with a counter binding 3`] = ` "ApplicationInsights": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ApplicationInsights", "path": "root/Default/ApplicationInsights", @@ -711,7 +711,7 @@ exports[`function with a counter binding 3`] = ` "CounterTable": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CounterTable", "path": "root/Default/Counter/CounterTable", @@ -719,7 +719,7 @@ exports[`function with a counter binding 3`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A distributed atomic counter", @@ -733,7 +733,7 @@ exports[`function with a counter binding 3`] = ` "Asset": { "constructInfo": { "fqn": "cdktf.TerraformAsset", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Asset", "path": "root/Default/Function/Asset", @@ -741,7 +741,7 @@ exports[`function with a counter binding 3`] = ` "CodeBlob": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CodeBlob", "path": "root/Default/Function/CodeBlob", @@ -749,7 +749,7 @@ exports[`function with a counter binding 3`] = ` "Function": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Function", "path": "root/Default/Function/Function", @@ -759,7 +759,7 @@ exports[`function with a counter binding 3`] = ` "Bucket": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Bucket", "path": "root/Default/Function/FunctionBucket/Bucket", @@ -767,7 +767,7 @@ exports[`function with a counter binding 3`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud object store", @@ -779,7 +779,7 @@ exports[`function with a counter binding 3`] = ` "ReadLambdaCodeAssignment": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ReadLambdaCodeAssignment", "path": "root/Default/Function/ReadLambdaCodeAssignment", @@ -787,7 +787,7 @@ exports[`function with a counter binding 3`] = ` "RoleAssignmentc8e1d35875c13ca650f2fed5dbae08291b89c185ec_Storage Table Data Contributor": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "RoleAssignmentc8e1d35875c13ca650f2fed5dbae08291b89c185ec_Storage Table Data Contributor", "path": "root/Default/Function/RoleAssignmentc8e1d35875c13ca650f2fed5dbae08291b89c185ec_Storage Table Data Contributor", @@ -795,7 +795,7 @@ exports[`function with a counter binding 3`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -807,7 +807,7 @@ exports[`function with a counter binding 3`] = ` "LogAnalyticsWorkspace": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "LogAnalyticsWorkspace", "path": "root/Default/LogAnalyticsWorkspace", @@ -815,7 +815,7 @@ exports[`function with a counter binding 3`] = ` "ResourceGroup": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ResourceGroup", "path": "root/Default/ResourceGroup", @@ -823,7 +823,7 @@ exports[`function with a counter binding 3`] = ` "ServicePlan": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ServicePlan", "path": "root/Default/ServicePlan", @@ -831,7 +831,7 @@ exports[`function with a counter binding 3`] = ` "StorageAccount": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "StorageAccount", "path": "root/Default/StorageAccount", @@ -839,7 +839,7 @@ exports[`function with a counter binding 3`] = ` "azure": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "azure", "path": "root/Default/azure", @@ -847,7 +847,7 @@ exports[`function with a counter binding 3`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -855,7 +855,7 @@ exports[`function with a counter binding 3`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -863,7 +863,7 @@ exports[`function with a counter binding 3`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -871,7 +871,7 @@ exports[`function with a counter binding 3`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -1000,7 +1000,7 @@ exports[`inc() policy statement 2`] = ` "ApplicationInsights": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ApplicationInsights", "path": "root/Default/ApplicationInsights", @@ -1010,7 +1010,7 @@ exports[`inc() policy statement 2`] = ` "CounterTable": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CounterTable", "path": "root/Default/Counter/CounterTable", @@ -1018,7 +1018,7 @@ exports[`inc() policy statement 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A distributed atomic counter", @@ -1032,7 +1032,7 @@ exports[`inc() policy statement 2`] = ` "Asset": { "constructInfo": { "fqn": "cdktf.TerraformAsset", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Asset", "path": "root/Default/Function/Asset", @@ -1040,7 +1040,7 @@ exports[`inc() policy statement 2`] = ` "CodeBlob": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CodeBlob", "path": "root/Default/Function/CodeBlob", @@ -1048,7 +1048,7 @@ exports[`inc() policy statement 2`] = ` "Function": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Function", "path": "root/Default/Function/Function", @@ -1058,7 +1058,7 @@ exports[`inc() policy statement 2`] = ` "Bucket": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Bucket", "path": "root/Default/Function/FunctionBucket/Bucket", @@ -1066,7 +1066,7 @@ exports[`inc() policy statement 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud object store", @@ -1078,7 +1078,7 @@ exports[`inc() policy statement 2`] = ` "ReadLambdaCodeAssignment": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ReadLambdaCodeAssignment", "path": "root/Default/Function/ReadLambdaCodeAssignment", @@ -1086,7 +1086,7 @@ exports[`inc() policy statement 2`] = ` "RoleAssignmentc8e1d35875c13ca650f2fed5dbae08291b89c185ec_Storage Table Data Contributor": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "RoleAssignmentc8e1d35875c13ca650f2fed5dbae08291b89c185ec_Storage Table Data Contributor", "path": "root/Default/Function/RoleAssignmentc8e1d35875c13ca650f2fed5dbae08291b89c185ec_Storage Table Data Contributor", @@ -1094,7 +1094,7 @@ exports[`inc() policy statement 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -1106,7 +1106,7 @@ exports[`inc() policy statement 2`] = ` "LogAnalyticsWorkspace": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "LogAnalyticsWorkspace", "path": "root/Default/LogAnalyticsWorkspace", @@ -1114,7 +1114,7 @@ exports[`inc() policy statement 2`] = ` "ResourceGroup": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ResourceGroup", "path": "root/Default/ResourceGroup", @@ -1122,7 +1122,7 @@ exports[`inc() policy statement 2`] = ` "ServicePlan": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ServicePlan", "path": "root/Default/ServicePlan", @@ -1130,7 +1130,7 @@ exports[`inc() policy statement 2`] = ` "StorageAccount": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "StorageAccount", "path": "root/Default/StorageAccount", @@ -1138,7 +1138,7 @@ exports[`inc() policy statement 2`] = ` "azure": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "azure", "path": "root/Default/azure", @@ -1146,7 +1146,7 @@ exports[`inc() policy statement 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -1154,7 +1154,7 @@ exports[`inc() policy statement 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -1162,7 +1162,7 @@ exports[`inc() policy statement 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -1170,7 +1170,7 @@ exports[`inc() policy statement 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -1299,7 +1299,7 @@ exports[`peek() policy statement 2`] = ` "ApplicationInsights": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ApplicationInsights", "path": "root/Default/ApplicationInsights", @@ -1309,7 +1309,7 @@ exports[`peek() policy statement 2`] = ` "CounterTable": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CounterTable", "path": "root/Default/Counter/CounterTable", @@ -1317,7 +1317,7 @@ exports[`peek() policy statement 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A distributed atomic counter", @@ -1331,7 +1331,7 @@ exports[`peek() policy statement 2`] = ` "Asset": { "constructInfo": { "fqn": "cdktf.TerraformAsset", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Asset", "path": "root/Default/Function/Asset", @@ -1339,7 +1339,7 @@ exports[`peek() policy statement 2`] = ` "CodeBlob": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CodeBlob", "path": "root/Default/Function/CodeBlob", @@ -1347,7 +1347,7 @@ exports[`peek() policy statement 2`] = ` "Function": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Function", "path": "root/Default/Function/Function", @@ -1357,7 +1357,7 @@ exports[`peek() policy statement 2`] = ` "Bucket": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Bucket", "path": "root/Default/Function/FunctionBucket/Bucket", @@ -1365,7 +1365,7 @@ exports[`peek() policy statement 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud object store", @@ -1377,7 +1377,7 @@ exports[`peek() policy statement 2`] = ` "ReadLambdaCodeAssignment": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ReadLambdaCodeAssignment", "path": "root/Default/Function/ReadLambdaCodeAssignment", @@ -1385,7 +1385,7 @@ exports[`peek() policy statement 2`] = ` "RoleAssignmentc8e1d35875c13ca650f2fed5dbae08291b89c185ec_Storage Table Data Reader": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "RoleAssignmentc8e1d35875c13ca650f2fed5dbae08291b89c185ec_Storage Table Data Reader", "path": "root/Default/Function/RoleAssignmentc8e1d35875c13ca650f2fed5dbae08291b89c185ec_Storage Table Data Reader", @@ -1393,7 +1393,7 @@ exports[`peek() policy statement 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -1405,7 +1405,7 @@ exports[`peek() policy statement 2`] = ` "LogAnalyticsWorkspace": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "LogAnalyticsWorkspace", "path": "root/Default/LogAnalyticsWorkspace", @@ -1413,7 +1413,7 @@ exports[`peek() policy statement 2`] = ` "ResourceGroup": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ResourceGroup", "path": "root/Default/ResourceGroup", @@ -1421,7 +1421,7 @@ exports[`peek() policy statement 2`] = ` "ServicePlan": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ServicePlan", "path": "root/Default/ServicePlan", @@ -1429,7 +1429,7 @@ exports[`peek() policy statement 2`] = ` "StorageAccount": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "StorageAccount", "path": "root/Default/StorageAccount", @@ -1437,7 +1437,7 @@ exports[`peek() policy statement 2`] = ` "azure": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "azure", "path": "root/Default/azure", @@ -1445,7 +1445,7 @@ exports[`peek() policy statement 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -1453,7 +1453,7 @@ exports[`peek() policy statement 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -1461,7 +1461,7 @@ exports[`peek() policy statement 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -1469,7 +1469,7 @@ exports[`peek() policy statement 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -1517,7 +1517,7 @@ exports[`replace invalid character from counter name 2`] = ` "ResourceGroup": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ResourceGroup", "path": "root/Default/ResourceGroup", @@ -1525,7 +1525,7 @@ exports[`replace invalid character from counter name 2`] = ` "StorageAccount": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "StorageAccount", "path": "root/Default/StorageAccount", @@ -1535,7 +1535,7 @@ exports[`replace invalid character from counter name 2`] = ` "CounterTable": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CounterTable", "path": "root/Default/The*Amazing%Counter@01/CounterTable", @@ -1543,7 +1543,7 @@ exports[`replace invalid character from counter name 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A distributed atomic counter", @@ -1555,7 +1555,7 @@ exports[`replace invalid character from counter name 2`] = ` "azure": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "azure", "path": "root/Default/azure", @@ -1563,7 +1563,7 @@ exports[`replace invalid character from counter name 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -1571,7 +1571,7 @@ exports[`replace invalid character from counter name 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -1579,7 +1579,7 @@ exports[`replace invalid character from counter name 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -1587,7 +1587,7 @@ exports[`replace invalid character from counter name 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -1716,7 +1716,7 @@ exports[`set() policy statement 2`] = ` "ApplicationInsights": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ApplicationInsights", "path": "root/Default/ApplicationInsights", @@ -1726,7 +1726,7 @@ exports[`set() policy statement 2`] = ` "CounterTable": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CounterTable", "path": "root/Default/Counter/CounterTable", @@ -1734,7 +1734,7 @@ exports[`set() policy statement 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A distributed atomic counter", @@ -1748,7 +1748,7 @@ exports[`set() policy statement 2`] = ` "Asset": { "constructInfo": { "fqn": "cdktf.TerraformAsset", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Asset", "path": "root/Default/Function/Asset", @@ -1756,7 +1756,7 @@ exports[`set() policy statement 2`] = ` "CodeBlob": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CodeBlob", "path": "root/Default/Function/CodeBlob", @@ -1764,7 +1764,7 @@ exports[`set() policy statement 2`] = ` "Function": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Function", "path": "root/Default/Function/Function", @@ -1774,7 +1774,7 @@ exports[`set() policy statement 2`] = ` "Bucket": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Bucket", "path": "root/Default/Function/FunctionBucket/Bucket", @@ -1782,7 +1782,7 @@ exports[`set() policy statement 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud object store", @@ -1794,7 +1794,7 @@ exports[`set() policy statement 2`] = ` "ReadLambdaCodeAssignment": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ReadLambdaCodeAssignment", "path": "root/Default/Function/ReadLambdaCodeAssignment", @@ -1802,7 +1802,7 @@ exports[`set() policy statement 2`] = ` "RoleAssignmentc8e1d35875c13ca650f2fed5dbae08291b89c185ec_Storage Table Data Contributor": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "RoleAssignmentc8e1d35875c13ca650f2fed5dbae08291b89c185ec_Storage Table Data Contributor", "path": "root/Default/Function/RoleAssignmentc8e1d35875c13ca650f2fed5dbae08291b89c185ec_Storage Table Data Contributor", @@ -1810,7 +1810,7 @@ exports[`set() policy statement 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -1822,7 +1822,7 @@ exports[`set() policy statement 2`] = ` "LogAnalyticsWorkspace": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "LogAnalyticsWorkspace", "path": "root/Default/LogAnalyticsWorkspace", @@ -1830,7 +1830,7 @@ exports[`set() policy statement 2`] = ` "ResourceGroup": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ResourceGroup", "path": "root/Default/ResourceGroup", @@ -1838,7 +1838,7 @@ exports[`set() policy statement 2`] = ` "ServicePlan": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ServicePlan", "path": "root/Default/ServicePlan", @@ -1846,7 +1846,7 @@ exports[`set() policy statement 2`] = ` "StorageAccount": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "StorageAccount", "path": "root/Default/StorageAccount", @@ -1854,7 +1854,7 @@ exports[`set() policy statement 2`] = ` "azure": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "azure", "path": "root/Default/azure", @@ -1862,7 +1862,7 @@ exports[`set() policy statement 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -1870,7 +1870,7 @@ exports[`set() policy statement 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -1878,7 +1878,7 @@ exports[`set() policy statement 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -1886,7 +1886,7 @@ exports[`set() policy statement 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", diff --git a/libs/wingsdk/test/target-tf-azure/__snapshots__/function.test.ts.snap b/libs/wingsdk/test/target-tf-azure/__snapshots__/function.test.ts.snap index b2f66af3175..eb5d861efe7 100644 --- a/libs/wingsdk/test/target-tf-azure/__snapshots__/function.test.ts.snap +++ b/libs/wingsdk/test/target-tf-azure/__snapshots__/function.test.ts.snap @@ -106,7 +106,7 @@ exports[`basic function 2`] = ` "ApplicationInsights": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ApplicationInsights", "path": "root/Default/ApplicationInsights", @@ -116,7 +116,7 @@ exports[`basic function 2`] = ` "Asset": { "constructInfo": { "fqn": "cdktf.TerraformAsset", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Asset", "path": "root/Default/Function/Asset", @@ -124,7 +124,7 @@ exports[`basic function 2`] = ` "CodeBlob": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CodeBlob", "path": "root/Default/Function/CodeBlob", @@ -132,7 +132,7 @@ exports[`basic function 2`] = ` "Function": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Function", "path": "root/Default/Function/Function", @@ -142,7 +142,7 @@ exports[`basic function 2`] = ` "Bucket": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Bucket", "path": "root/Default/Function/FunctionBucket/Bucket", @@ -150,7 +150,7 @@ exports[`basic function 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud object store", @@ -162,7 +162,7 @@ exports[`basic function 2`] = ` "ReadLambdaCodeAssignment": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ReadLambdaCodeAssignment", "path": "root/Default/Function/ReadLambdaCodeAssignment", @@ -170,7 +170,7 @@ exports[`basic function 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -182,7 +182,7 @@ exports[`basic function 2`] = ` "LogAnalyticsWorkspace": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "LogAnalyticsWorkspace", "path": "root/Default/LogAnalyticsWorkspace", @@ -190,7 +190,7 @@ exports[`basic function 2`] = ` "ResourceGroup": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ResourceGroup", "path": "root/Default/ResourceGroup", @@ -198,7 +198,7 @@ exports[`basic function 2`] = ` "ServicePlan": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ServicePlan", "path": "root/Default/ServicePlan", @@ -206,7 +206,7 @@ exports[`basic function 2`] = ` "StorageAccount": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "StorageAccount", "path": "root/Default/StorageAccount", @@ -214,7 +214,7 @@ exports[`basic function 2`] = ` "azure": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "azure", "path": "root/Default/azure", @@ -222,7 +222,7 @@ exports[`basic function 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -230,7 +230,7 @@ exports[`basic function 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -238,7 +238,7 @@ exports[`basic function 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -246,7 +246,7 @@ exports[`basic function 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -363,7 +363,7 @@ exports[`basic function with environment variables 2`] = ` "ApplicationInsights": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ApplicationInsights", "path": "root/Default/ApplicationInsights", @@ -373,7 +373,7 @@ exports[`basic function with environment variables 2`] = ` "Asset": { "constructInfo": { "fqn": "cdktf.TerraformAsset", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Asset", "path": "root/Default/Function/Asset", @@ -381,7 +381,7 @@ exports[`basic function with environment variables 2`] = ` "CodeBlob": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CodeBlob", "path": "root/Default/Function/CodeBlob", @@ -389,7 +389,7 @@ exports[`basic function with environment variables 2`] = ` "Function": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Function", "path": "root/Default/Function/Function", @@ -399,7 +399,7 @@ exports[`basic function with environment variables 2`] = ` "Bucket": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Bucket", "path": "root/Default/Function/FunctionBucket/Bucket", @@ -407,7 +407,7 @@ exports[`basic function with environment variables 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud object store", @@ -419,7 +419,7 @@ exports[`basic function with environment variables 2`] = ` "ReadLambdaCodeAssignment": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ReadLambdaCodeAssignment", "path": "root/Default/Function/ReadLambdaCodeAssignment", @@ -427,7 +427,7 @@ exports[`basic function with environment variables 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -439,7 +439,7 @@ exports[`basic function with environment variables 2`] = ` "LogAnalyticsWorkspace": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "LogAnalyticsWorkspace", "path": "root/Default/LogAnalyticsWorkspace", @@ -447,7 +447,7 @@ exports[`basic function with environment variables 2`] = ` "ResourceGroup": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ResourceGroup", "path": "root/Default/ResourceGroup", @@ -455,7 +455,7 @@ exports[`basic function with environment variables 2`] = ` "ServicePlan": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ServicePlan", "path": "root/Default/ServicePlan", @@ -463,7 +463,7 @@ exports[`basic function with environment variables 2`] = ` "StorageAccount": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "StorageAccount", "path": "root/Default/StorageAccount", @@ -471,7 +471,7 @@ exports[`basic function with environment variables 2`] = ` "azure": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "azure", "path": "root/Default/azure", @@ -479,7 +479,7 @@ exports[`basic function with environment variables 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -487,7 +487,7 @@ exports[`basic function with environment variables 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -495,7 +495,7 @@ exports[`basic function with environment variables 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -503,7 +503,7 @@ exports[`basic function with environment variables 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -618,7 +618,7 @@ exports[`replace invalid character from function name 2`] = ` "ApplicationInsights": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ApplicationInsights", "path": "root/Default/ApplicationInsights", @@ -626,7 +626,7 @@ exports[`replace invalid character from function name 2`] = ` "LogAnalyticsWorkspace": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "LogAnalyticsWorkspace", "path": "root/Default/LogAnalyticsWorkspace", @@ -634,7 +634,7 @@ exports[`replace invalid character from function name 2`] = ` "ResourceGroup": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ResourceGroup", "path": "root/Default/ResourceGroup", @@ -642,7 +642,7 @@ exports[`replace invalid character from function name 2`] = ` "ServicePlan": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ServicePlan", "path": "root/Default/ServicePlan", @@ -650,7 +650,7 @@ exports[`replace invalid character from function name 2`] = ` "StorageAccount": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "StorageAccount", "path": "root/Default/StorageAccount", @@ -658,7 +658,7 @@ exports[`replace invalid character from function name 2`] = ` "azure": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "azure", "path": "root/Default/azure", @@ -668,7 +668,7 @@ exports[`replace invalid character from function name 2`] = ` "Asset": { "constructInfo": { "fqn": "cdktf.TerraformAsset", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Asset", "path": "root/Default/someFunction01/Asset", @@ -676,7 +676,7 @@ exports[`replace invalid character from function name 2`] = ` "CodeBlob": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CodeBlob", "path": "root/Default/someFunction01/CodeBlob", @@ -684,7 +684,7 @@ exports[`replace invalid character from function name 2`] = ` "Function": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Function", "path": "root/Default/someFunction01/Function", @@ -694,7 +694,7 @@ exports[`replace invalid character from function name 2`] = ` "Bucket": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Bucket", "path": "root/Default/someFunction01/FunctionBucket/Bucket", @@ -702,7 +702,7 @@ exports[`replace invalid character from function name 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud object store", @@ -714,7 +714,7 @@ exports[`replace invalid character from function name 2`] = ` "ReadLambdaCodeAssignment": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ReadLambdaCodeAssignment", "path": "root/Default/someFunction01/ReadLambdaCodeAssignment", @@ -722,7 +722,7 @@ exports[`replace invalid character from function name 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -734,7 +734,7 @@ exports[`replace invalid character from function name 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -742,7 +742,7 @@ exports[`replace invalid character from function name 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -750,7 +750,7 @@ exports[`replace invalid character from function name 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -758,7 +758,7 @@ exports[`replace invalid character from function name 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", diff --git a/libs/wingsdk/test/target-tf-gcp/__snapshots__/bucket.test.ts.snap b/libs/wingsdk/test/target-tf-gcp/__snapshots__/bucket.test.ts.snap index ec4b42e3210..a08908926f4 100644 --- a/libs/wingsdk/test/target-tf-gcp/__snapshots__/bucket.test.ts.snap +++ b/libs/wingsdk/test/target-tf-gcp/__snapshots__/bucket.test.ts.snap @@ -49,7 +49,7 @@ exports[`bucket is public 2`] = ` "google": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "google", "path": "root/Default/google", @@ -59,7 +59,7 @@ exports[`bucket is public 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/my_bucket/Default", @@ -67,7 +67,7 @@ exports[`bucket is public 2`] = ` "IamServiceAccountCredentialsApi": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamServiceAccountCredentialsApi", "path": "root/Default/my_bucket/IamServiceAccountCredentialsApi", @@ -75,7 +75,7 @@ exports[`bucket is public 2`] = ` "Id": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Id", "path": "root/Default/my_bucket/Id", @@ -83,7 +83,7 @@ exports[`bucket is public 2`] = ` "PublicAccessIamMember": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "PublicAccessIamMember", "path": "root/Default/my_bucket/PublicAccessIamMember", @@ -91,7 +91,7 @@ exports[`bucket is public 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud object store", @@ -103,7 +103,7 @@ exports[`bucket is public 2`] = ` "random": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "random", "path": "root/Default/random", @@ -111,7 +111,7 @@ exports[`bucket is public 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -119,7 +119,7 @@ exports[`bucket is public 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -127,7 +127,7 @@ exports[`bucket is public 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -135,7 +135,7 @@ exports[`bucket is public 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -198,7 +198,7 @@ exports[`bucket with two preflight files 2`] = ` "google": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "google", "path": "root/Default/google", @@ -208,7 +208,7 @@ exports[`bucket with two preflight files 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/my_bucket/Default", @@ -216,7 +216,7 @@ exports[`bucket with two preflight files 2`] = ` "IamServiceAccountCredentialsApi": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamServiceAccountCredentialsApi", "path": "root/Default/my_bucket/IamServiceAccountCredentialsApi", @@ -224,7 +224,7 @@ exports[`bucket with two preflight files 2`] = ` "Id": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Id", "path": "root/Default/my_bucket/Id", @@ -232,7 +232,7 @@ exports[`bucket with two preflight files 2`] = ` "Object-file1.txt": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Object-file1.txt", "path": "root/Default/my_bucket/Object-file1.txt", @@ -240,7 +240,7 @@ exports[`bucket with two preflight files 2`] = ` "Object-file2.txt": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Object-file2.txt", "path": "root/Default/my_bucket/Object-file2.txt", @@ -248,7 +248,7 @@ exports[`bucket with two preflight files 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud object store", @@ -260,7 +260,7 @@ exports[`bucket with two preflight files 2`] = ` "random": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "random", "path": "root/Default/random", @@ -268,7 +268,7 @@ exports[`bucket with two preflight files 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -276,7 +276,7 @@ exports[`bucket with two preflight files 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -284,7 +284,7 @@ exports[`bucket with two preflight files 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -292,7 +292,7 @@ exports[`bucket with two preflight files 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -355,7 +355,7 @@ exports[`bucket with two preflight objects 2`] = ` "google": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "google", "path": "root/Default/google", @@ -365,7 +365,7 @@ exports[`bucket with two preflight objects 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/my_bucket/Default", @@ -373,7 +373,7 @@ exports[`bucket with two preflight objects 2`] = ` "IamServiceAccountCredentialsApi": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamServiceAccountCredentialsApi", "path": "root/Default/my_bucket/IamServiceAccountCredentialsApi", @@ -381,7 +381,7 @@ exports[`bucket with two preflight objects 2`] = ` "Id": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Id", "path": "root/Default/my_bucket/Id", @@ -389,7 +389,7 @@ exports[`bucket with two preflight objects 2`] = ` "Object-file1.txt": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Object-file1.txt", "path": "root/Default/my_bucket/Object-file1.txt", @@ -397,7 +397,7 @@ exports[`bucket with two preflight objects 2`] = ` "Object-file2.txt": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Object-file2.txt", "path": "root/Default/my_bucket/Object-file2.txt", @@ -405,7 +405,7 @@ exports[`bucket with two preflight objects 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud object store", @@ -417,7 +417,7 @@ exports[`bucket with two preflight objects 2`] = ` "random": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "random", "path": "root/Default/random", @@ -425,7 +425,7 @@ exports[`bucket with two preflight objects 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -433,7 +433,7 @@ exports[`bucket with two preflight objects 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -441,7 +441,7 @@ exports[`bucket with two preflight objects 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -449,7 +449,7 @@ exports[`bucket with two preflight objects 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -500,7 +500,7 @@ exports[`create a bucket 2`] = ` "google": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "google", "path": "root/Default/google", @@ -510,7 +510,7 @@ exports[`create a bucket 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/my_bucket/Default", @@ -518,7 +518,7 @@ exports[`create a bucket 2`] = ` "IamServiceAccountCredentialsApi": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamServiceAccountCredentialsApi", "path": "root/Default/my_bucket/IamServiceAccountCredentialsApi", @@ -526,7 +526,7 @@ exports[`create a bucket 2`] = ` "Id": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Id", "path": "root/Default/my_bucket/Id", @@ -534,7 +534,7 @@ exports[`create a bucket 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud object store", @@ -546,7 +546,7 @@ exports[`create a bucket 2`] = ` "random": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "random", "path": "root/Default/random", @@ -554,7 +554,7 @@ exports[`create a bucket 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -562,7 +562,7 @@ exports[`create a bucket 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -570,7 +570,7 @@ exports[`create a bucket 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -578,7 +578,7 @@ exports[`create a bucket 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -647,7 +647,7 @@ exports[`two buckets 2`] = ` "google": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "google", "path": "root/Default/google", @@ -657,7 +657,7 @@ exports[`two buckets 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/my_bucket1/Default", @@ -665,7 +665,7 @@ exports[`two buckets 2`] = ` "IamServiceAccountCredentialsApi": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamServiceAccountCredentialsApi", "path": "root/Default/my_bucket1/IamServiceAccountCredentialsApi", @@ -673,7 +673,7 @@ exports[`two buckets 2`] = ` "Id": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Id", "path": "root/Default/my_bucket1/Id", @@ -681,7 +681,7 @@ exports[`two buckets 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud object store", @@ -695,7 +695,7 @@ exports[`two buckets 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/my_bucket2/Default", @@ -703,7 +703,7 @@ exports[`two buckets 2`] = ` "IamServiceAccountCredentialsApi": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamServiceAccountCredentialsApi", "path": "root/Default/my_bucket2/IamServiceAccountCredentialsApi", @@ -711,7 +711,7 @@ exports[`two buckets 2`] = ` "Id": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Id", "path": "root/Default/my_bucket2/Id", @@ -719,7 +719,7 @@ exports[`two buckets 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud object store", @@ -731,7 +731,7 @@ exports[`two buckets 2`] = ` "random": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "random", "path": "root/Default/random", @@ -739,7 +739,7 @@ exports[`two buckets 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -747,7 +747,7 @@ exports[`two buckets 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -755,7 +755,7 @@ exports[`two buckets 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -763,7 +763,7 @@ exports[`two buckets 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", diff --git a/libs/wingsdk/test/target-tf-gcp/__snapshots__/function.test.ts.snap b/libs/wingsdk/test/target-tf-gcp/__snapshots__/function.test.ts.snap index ee90d905d83..75edb7855b5 100644 --- a/libs/wingsdk/test/target-tf-gcp/__snapshots__/function.test.ts.snap +++ b/libs/wingsdk/test/target-tf-gcp/__snapshots__/function.test.ts.snap @@ -90,7 +90,7 @@ exports[`basic function 2`] = ` "Asset": { "constructInfo": { "fqn": "cdktf.TerraformAsset", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Asset", "path": "root/Default/Function/Asset", @@ -98,7 +98,7 @@ exports[`basic function 2`] = ` "CustomRolec852aba6d7cbe50c86bbedd1463b05db52425574b5": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CustomRolec852aba6d7cbe50c86bbedd1463b05db52425574b5", "path": "root/Default/Function/CustomRolec852aba6d7cbe50c86bbedd1463b05db52425574b5", @@ -106,7 +106,7 @@ exports[`basic function 2`] = ` "DefaultFunction": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "DefaultFunction", "path": "root/Default/Function/DefaultFunction", @@ -116,7 +116,7 @@ exports[`basic function 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/Function/FunctionBucket/Default", @@ -124,7 +124,7 @@ exports[`basic function 2`] = ` "IamServiceAccountCredentialsApi": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamServiceAccountCredentialsApi", "path": "root/Default/Function/FunctionBucket/IamServiceAccountCredentialsApi", @@ -132,7 +132,7 @@ exports[`basic function 2`] = ` "Id": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Id", "path": "root/Default/Function/FunctionBucket/Id", @@ -140,7 +140,7 @@ exports[`basic function 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud object store", @@ -152,7 +152,7 @@ exports[`basic function 2`] = ` "FunctionObjectBucket": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "FunctionObjectBucket", "path": "root/Default/Function/FunctionObjectBucket", @@ -160,7 +160,7 @@ exports[`basic function 2`] = ` "ProjectIamMember": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ProjectIamMember", "path": "root/Default/Function/ProjectIamMember", @@ -168,7 +168,7 @@ exports[`basic function 2`] = ` "ServiceAccountc852aba6d7cbe50c86bbedd1463b05db52425574b5": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ServiceAccountc852aba6d7cbe50c86bbedd1463b05db52425574b5", "path": "root/Default/Function/ServiceAccountc852aba6d7cbe50c86bbedd1463b05db52425574b5", @@ -176,7 +176,7 @@ exports[`basic function 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -188,7 +188,7 @@ exports[`basic function 2`] = ` "google": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "google", "path": "root/Default/google", @@ -196,7 +196,7 @@ exports[`basic function 2`] = ` "random": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "random", "path": "root/Default/random", @@ -204,7 +204,7 @@ exports[`basic function 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -212,7 +212,7 @@ exports[`basic function 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -220,7 +220,7 @@ exports[`basic function 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -228,7 +228,7 @@ exports[`basic function 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -330,7 +330,7 @@ exports[`basic function with environment variables 2`] = ` "Asset": { "constructInfo": { "fqn": "cdktf.TerraformAsset", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Asset", "path": "root/Default/Function/Asset", @@ -338,7 +338,7 @@ exports[`basic function with environment variables 2`] = ` "CustomRolec852aba6d7cbe50c86bbedd1463b05db52425574b5": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CustomRolec852aba6d7cbe50c86bbedd1463b05db52425574b5", "path": "root/Default/Function/CustomRolec852aba6d7cbe50c86bbedd1463b05db52425574b5", @@ -346,7 +346,7 @@ exports[`basic function with environment variables 2`] = ` "DefaultFunction": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "DefaultFunction", "path": "root/Default/Function/DefaultFunction", @@ -356,7 +356,7 @@ exports[`basic function with environment variables 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/Function/FunctionBucket/Default", @@ -364,7 +364,7 @@ exports[`basic function with environment variables 2`] = ` "IamServiceAccountCredentialsApi": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamServiceAccountCredentialsApi", "path": "root/Default/Function/FunctionBucket/IamServiceAccountCredentialsApi", @@ -372,7 +372,7 @@ exports[`basic function with environment variables 2`] = ` "Id": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Id", "path": "root/Default/Function/FunctionBucket/Id", @@ -380,7 +380,7 @@ exports[`basic function with environment variables 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud object store", @@ -392,7 +392,7 @@ exports[`basic function with environment variables 2`] = ` "FunctionObjectBucket": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "FunctionObjectBucket", "path": "root/Default/Function/FunctionObjectBucket", @@ -400,7 +400,7 @@ exports[`basic function with environment variables 2`] = ` "ProjectIamMember": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ProjectIamMember", "path": "root/Default/Function/ProjectIamMember", @@ -408,7 +408,7 @@ exports[`basic function with environment variables 2`] = ` "ServiceAccountc852aba6d7cbe50c86bbedd1463b05db52425574b5": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ServiceAccountc852aba6d7cbe50c86bbedd1463b05db52425574b5", "path": "root/Default/Function/ServiceAccountc852aba6d7cbe50c86bbedd1463b05db52425574b5", @@ -416,7 +416,7 @@ exports[`basic function with environment variables 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -428,7 +428,7 @@ exports[`basic function with environment variables 2`] = ` "google": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "google", "path": "root/Default/google", @@ -436,7 +436,7 @@ exports[`basic function with environment variables 2`] = ` "random": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "random", "path": "root/Default/random", @@ -444,7 +444,7 @@ exports[`basic function with environment variables 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -452,7 +452,7 @@ exports[`basic function with environment variables 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -460,7 +460,7 @@ exports[`basic function with environment variables 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -468,7 +468,7 @@ exports[`basic function with environment variables 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -569,7 +569,7 @@ exports[`basic function with memory size specified 2`] = ` "Asset": { "constructInfo": { "fqn": "cdktf.TerraformAsset", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Asset", "path": "root/Default/Function/Asset", @@ -577,7 +577,7 @@ exports[`basic function with memory size specified 2`] = ` "CustomRolec852aba6d7cbe50c86bbedd1463b05db52425574b5": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CustomRolec852aba6d7cbe50c86bbedd1463b05db52425574b5", "path": "root/Default/Function/CustomRolec852aba6d7cbe50c86bbedd1463b05db52425574b5", @@ -585,7 +585,7 @@ exports[`basic function with memory size specified 2`] = ` "DefaultFunction": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "DefaultFunction", "path": "root/Default/Function/DefaultFunction", @@ -595,7 +595,7 @@ exports[`basic function with memory size specified 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/Function/FunctionBucket/Default", @@ -603,7 +603,7 @@ exports[`basic function with memory size specified 2`] = ` "IamServiceAccountCredentialsApi": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamServiceAccountCredentialsApi", "path": "root/Default/Function/FunctionBucket/IamServiceAccountCredentialsApi", @@ -611,7 +611,7 @@ exports[`basic function with memory size specified 2`] = ` "Id": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Id", "path": "root/Default/Function/FunctionBucket/Id", @@ -619,7 +619,7 @@ exports[`basic function with memory size specified 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud object store", @@ -631,7 +631,7 @@ exports[`basic function with memory size specified 2`] = ` "FunctionObjectBucket": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "FunctionObjectBucket", "path": "root/Default/Function/FunctionObjectBucket", @@ -639,7 +639,7 @@ exports[`basic function with memory size specified 2`] = ` "ProjectIamMember": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ProjectIamMember", "path": "root/Default/Function/ProjectIamMember", @@ -647,7 +647,7 @@ exports[`basic function with memory size specified 2`] = ` "ServiceAccountc852aba6d7cbe50c86bbedd1463b05db52425574b5": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ServiceAccountc852aba6d7cbe50c86bbedd1463b05db52425574b5", "path": "root/Default/Function/ServiceAccountc852aba6d7cbe50c86bbedd1463b05db52425574b5", @@ -655,7 +655,7 @@ exports[`basic function with memory size specified 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -667,7 +667,7 @@ exports[`basic function with memory size specified 2`] = ` "google": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "google", "path": "root/Default/google", @@ -675,7 +675,7 @@ exports[`basic function with memory size specified 2`] = ` "random": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "random", "path": "root/Default/random", @@ -683,7 +683,7 @@ exports[`basic function with memory size specified 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -691,7 +691,7 @@ exports[`basic function with memory size specified 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -699,7 +699,7 @@ exports[`basic function with memory size specified 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -707,7 +707,7 @@ exports[`basic function with memory size specified 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", @@ -808,7 +808,7 @@ exports[`basic function with timeout explicitly set 2`] = ` "Asset": { "constructInfo": { "fqn": "cdktf.TerraformAsset", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Asset", "path": "root/Default/Function/Asset", @@ -816,7 +816,7 @@ exports[`basic function with timeout explicitly set 2`] = ` "CustomRolec852aba6d7cbe50c86bbedd1463b05db52425574b5": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CustomRolec852aba6d7cbe50c86bbedd1463b05db52425574b5", "path": "root/Default/Function/CustomRolec852aba6d7cbe50c86bbedd1463b05db52425574b5", @@ -824,7 +824,7 @@ exports[`basic function with timeout explicitly set 2`] = ` "DefaultFunction": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "DefaultFunction", "path": "root/Default/Function/DefaultFunction", @@ -834,7 +834,7 @@ exports[`basic function with timeout explicitly set 2`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/Function/FunctionBucket/Default", @@ -842,7 +842,7 @@ exports[`basic function with timeout explicitly set 2`] = ` "IamServiceAccountCredentialsApi": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamServiceAccountCredentialsApi", "path": "root/Default/Function/FunctionBucket/IamServiceAccountCredentialsApi", @@ -850,7 +850,7 @@ exports[`basic function with timeout explicitly set 2`] = ` "Id": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Id", "path": "root/Default/Function/FunctionBucket/Id", @@ -858,7 +858,7 @@ exports[`basic function with timeout explicitly set 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud object store", @@ -870,7 +870,7 @@ exports[`basic function with timeout explicitly set 2`] = ` "FunctionObjectBucket": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "FunctionObjectBucket", "path": "root/Default/Function/FunctionObjectBucket", @@ -878,7 +878,7 @@ exports[`basic function with timeout explicitly set 2`] = ` "ProjectIamMember": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ProjectIamMember", "path": "root/Default/Function/ProjectIamMember", @@ -886,7 +886,7 @@ exports[`basic function with timeout explicitly set 2`] = ` "ServiceAccountc852aba6d7cbe50c86bbedd1463b05db52425574b5": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "ServiceAccountc852aba6d7cbe50c86bbedd1463b05db52425574b5", "path": "root/Default/Function/ServiceAccountc852aba6d7cbe50c86bbedd1463b05db52425574b5", @@ -894,7 +894,7 @@ exports[`basic function with timeout explicitly set 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "display": { "description": "A cloud function (FaaS)", @@ -906,7 +906,7 @@ exports[`basic function with timeout explicitly set 2`] = ` "google": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "google", "path": "root/Default/google", @@ -914,7 +914,7 @@ exports[`basic function with timeout explicitly set 2`] = ` "random": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "random", "path": "root/Default/random", @@ -922,7 +922,7 @@ exports[`basic function with timeout explicitly set 2`] = ` }, "constructInfo": { "fqn": "constructs.Construct", - "version": "10.2.70", + "version": "10.3.0", }, "id": "Default", "path": "root/Default", @@ -930,7 +930,7 @@ exports[`basic function with timeout explicitly set 2`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -938,7 +938,7 @@ exports[`basic function with timeout explicitly set 2`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -946,7 +946,7 @@ exports[`basic function with timeout explicitly set 2`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 75d0c8a349c..4276b42c1a5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -84,8 +84,8 @@ importers: specifier: ^5 version: 5.62.0(eslint@8.51.0)(typescript@4.9.5) constructs: - specifier: ^10.2.70 - version: 10.2.70 + specifier: ^10.3 + version: 10.3.0 eslint: specifier: ^8 version: 8.51.0 @@ -716,8 +716,8 @@ importers: specifier: ^11.0.2 version: 11.0.2 constructs: - specifier: ^10.2.70 - version: 10.2.70 + specifier: ^10.3 + version: 10.3.0 cors: specifier: ^2.8.5 version: 2.8.5 @@ -1043,11 +1043,11 @@ importers: examples/tests/invalid: dependencies: cdktf: - specifier: 0.17.0 - version: 0.17.0(constructs@10.2.70) + specifier: 0.20.3 + version: 0.20.3(constructs@10.3.0) constructs: - specifier: ^10.2.70 - version: 10.2.70 + specifier: ^10.3 + version: 10.3.0 jsii-code-samples: specifier: 1.7.0 version: 1.7.0 @@ -1064,8 +1064,8 @@ importers: examples/tests/valid: dependencies: '@aws-cdk/asset-awscli-v1': - specifier: ^2.2.200 - version: 2.2.200 + specifier: ^2.2.202 + version: 2.2.202 '@aws-cdk/asset-kubectl-v20': specifier: ^2.1.2 version: 2.1.2 @@ -1073,29 +1073,29 @@ importers: specifier: ^2.0.1 version: 2.0.1 '@aws-sdk/client-dynamodb': - specifier: ^3.405.0 - version: 3.405.0 + specifier: ^3.503.1 + version: 3.503.1 '@cdktf/provider-aws': - specifier: ^15.0.0 - version: 15.0.0(cdktf@0.17.0)(constructs@10.2.70) + specifier: ^19 + version: 19.3.0(cdktf@0.20.3)(constructs@10.3.0) '@winglibs/testfixture': specifier: workspace:^ version: link:../../wing-fixture aws-cdk-lib: - specifier: ^2.94.0 - version: 2.100.0(constructs@10.2.70) + specifier: ^2.124.0 + version: 2.124.0(constructs@10.3.0) cdk8s: - specifier: ^2.64.2 - version: 2.66.8(constructs@10.2.70) + specifier: ^2.68.32 + version: 2.68.32(constructs@10.3.0) cdk8s-plus-27: - specifier: ^2.7.1 - version: 2.7.32(cdk8s@2.66.8)(constructs@10.2.70) + specifier: ^2.7.74 + version: 2.7.74(cdk8s@2.68.32)(constructs@10.3.0) cdktf: - specifier: 0.17.0 - version: 0.17.0(constructs@10.2.70) + specifier: 0.20.3 + version: 0.20.3(constructs@10.3.0) constructs: - specifier: ^10.2.70 - version: 10.2.70 + specifier: ^10.3 + version: 10.3.0 jsii-code-samples: specifier: 1.7.0 version: 1.7.0 @@ -1162,11 +1162,11 @@ importers: specifier: workspace:^ version: link:../wingsdk aws-cdk-lib: - specifier: ^2.116.0 - version: 2.116.0(constructs@10.2.70) + specifier: ^2.124.0 + version: 2.124.0(constructs@10.3.0) constructs: - specifier: ~10.2.69 - version: 10.2.70 + specifier: ^10.3 + version: 10.3.0 safe-stable-stringify: specifier: ^2.4.3 version: 2.4.3 @@ -1190,8 +1190,8 @@ importers: specifier: workspace:^ version: link:../wingsdk constructs: - specifier: ~10.2.69 - version: 10.2.70 + specifier: ^10.3 + version: 10.3.0 devDependencies: bump-pack: specifier: workspace:^ @@ -1327,11 +1327,11 @@ importers: specifier: ^8.10.119 version: 8.10.124 cdktf: - specifier: 0.17.0 - version: 0.17.0(constructs@10.2.70) + specifier: 0.20.3 + version: 0.20.3(constructs@10.3.0) constructs: - specifier: ~10.2.69 - version: 10.2.70 + specifier: ^10.3 + version: 10.3.0 cron-parser: specifier: ^4.9.0 version: 4.9.0 @@ -1383,8 +1383,8 @@ importers: version: 0.19.12 devDependencies: '@cdktf/provider-aws': - specifier: ^15.0.0 - version: 15.0.0(cdktf@0.17.0)(constructs@10.2.70) + specifier: ^19 + version: 19.3.0(cdktf@0.20.3)(constructs@10.3.0) '@types/express': specifier: ^4.17.17 version: 4.17.18 @@ -1422,8 +1422,8 @@ importers: specifier: workspace:^ version: link:../../tools/bump-pack cdktf-cli: - specifier: 0.17.0 - version: 0.17.0(ink@3.2.0)(react@17.0.2) + specifier: 0.20.3 + version: 0.20.3(ink@3.2.0)(react@17.0.2) chalk: specifier: ^4.1.2 version: 4.1.2 @@ -1617,8 +1617,8 @@ importers: specifier: workspace:^ version: link:../../libs/wingsdk cdktf: - specifier: ^0.17.3 - version: 0.17.3(constructs@10.2.70) + specifier: ^0.20.3 + version: 0.20.3(constructs@10.3.0) execa: specifier: ^7.2.0 version: 7.2.0 @@ -1683,12 +1683,8 @@ packages: default-browser-id: 3.0.0 dev: true - /@aws-cdk/asset-awscli-v1@2.2.200: - resolution: {integrity: sha512-Kf5J8DfJK4wZFWT2Myca0lhwke7LwHcHBo+4TvWOGJrFVVKVuuiLCkzPPRBQQVDj0Vtn2NBokZAz8pfMpAqAKg==} - dev: false - - /@aws-cdk/asset-awscli-v1@2.2.201: - resolution: {integrity: sha512-INZqcwDinNaIdb5CtW3ez5s943nX5stGBQS6VOP2JDlOFP81hM3fds/9NDknipqfUkZM43dx+HgVvkXYXXARCQ==} + /@aws-cdk/asset-awscli-v1@2.2.202: + resolution: {integrity: sha512-JqlF0D4+EVugnG5dAsNZMqhu3HW7ehOXm5SDMxMbXNDMdsF0pxtQKNHRl52z1U9igsHmaFpUgSGjbhAJ+0JONg==} dev: false /@aws-cdk/asset-kubectl-v20@2.1.2: @@ -2057,53 +2053,6 @@ packages: - aws-crt dev: true - /@aws-sdk/client-dynamodb@3.405.0: - resolution: {integrity: sha512-hBaC5F6M1CMRg7RkVC4xbqT+9CVunxrxeQKZCy4H2iMnOmFyY9InjOqF06rF3dRTTDJl5Ski9AWJrovg29Q+iw==} - engines: {node: '>=14.0.0'} - dependencies: - '@aws-crypto/sha256-browser': 3.0.0 - '@aws-crypto/sha256-js': 3.0.0 - '@aws-sdk/client-sts': 3.405.0 - '@aws-sdk/credential-provider-node': 3.405.0 - '@aws-sdk/middleware-endpoint-discovery': 3.405.0 - '@aws-sdk/middleware-host-header': 3.398.0 - '@aws-sdk/middleware-logger': 3.398.0 - '@aws-sdk/middleware-recursion-detection': 3.398.0 - '@aws-sdk/middleware-signing': 3.398.0 - '@aws-sdk/middleware-user-agent': 3.398.0 - '@aws-sdk/types': 3.398.0 - '@aws-sdk/util-endpoints': 3.398.0 - '@aws-sdk/util-user-agent-browser': 3.398.0 - '@aws-sdk/util-user-agent-node': 3.405.0 - '@smithy/config-resolver': 2.0.14 - '@smithy/fetch-http-handler': 2.2.2 - '@smithy/hash-node': 2.0.11 - '@smithy/invalid-dependency': 2.0.11 - '@smithy/middleware-content-length': 2.0.13 - '@smithy/middleware-endpoint': 2.0.11 - '@smithy/middleware-retry': 2.0.16 - '@smithy/middleware-serde': 2.0.11 - '@smithy/middleware-stack': 2.0.5 - '@smithy/node-config-provider': 2.1.1 - '@smithy/node-http-handler': 2.1.7 - '@smithy/protocol-http': 2.0.5 - '@smithy/smithy-client': 2.1.10 - '@smithy/types': 2.3.5 - '@smithy/url-parser': 2.0.11 - '@smithy/util-base64': 2.0.0 - '@smithy/util-body-length-browser': 2.0.0 - '@smithy/util-body-length-node': 2.1.0 - '@smithy/util-defaults-mode-browser': 2.0.14 - '@smithy/util-defaults-mode-node': 2.0.18 - '@smithy/util-retry': 2.0.4 - '@smithy/util-utf8': 2.0.0 - '@smithy/util-waiter': 2.0.11 - tslib: 2.6.2 - uuid: 8.3.2 - transitivePeerDependencies: - - aws-crt - dev: false - /@aws-sdk/client-dynamodb@3.449.0: resolution: {integrity: sha512-v645mRyTQHx9yJUZ9bZHjpl09G1AMO6zhv3bZYbxFAyByJTse81XtfP3pvBJ2ghkYvWNFts2YQp0XnqCj3IIrg==} engines: {node: '>=14.0.0'} @@ -2154,6 +2103,57 @@ packages: - aws-crt dev: false + /@aws-sdk/client-dynamodb@3.503.1: + resolution: {integrity: sha512-u0ELAHn3QDcD3VkM1QEZGk7kYFdvSyEHxdA0Gnrg/jSRKmm24z3VmluT2i4tGntjEaD51jTC7e70s1wC1fgldg==} + engines: {node: '>=14.0.0'} + dependencies: + '@aws-crypto/sha256-browser': 3.0.0 + '@aws-crypto/sha256-js': 3.0.0 + '@aws-sdk/client-sts': 3.502.0(@aws-sdk/credential-provider-node@3.503.1) + '@aws-sdk/core': 3.496.0 + '@aws-sdk/credential-provider-node': 3.503.1 + '@aws-sdk/middleware-endpoint-discovery': 3.502.0 + '@aws-sdk/middleware-host-header': 3.502.0 + '@aws-sdk/middleware-logger': 3.502.0 + '@aws-sdk/middleware-recursion-detection': 3.502.0 + '@aws-sdk/middleware-user-agent': 3.502.0 + '@aws-sdk/region-config-resolver': 3.502.0 + '@aws-sdk/types': 3.502.0 + '@aws-sdk/util-endpoints': 3.502.0 + '@aws-sdk/util-user-agent-browser': 3.502.0 + '@aws-sdk/util-user-agent-node': 3.502.0 + '@smithy/config-resolver': 2.1.1 + '@smithy/core': 1.3.1 + '@smithy/fetch-http-handler': 2.4.1 + '@smithy/hash-node': 2.1.1 + '@smithy/invalid-dependency': 2.1.1 + '@smithy/middleware-content-length': 2.1.1 + '@smithy/middleware-endpoint': 2.4.1 + '@smithy/middleware-retry': 2.1.1 + '@smithy/middleware-serde': 2.1.1 + '@smithy/middleware-stack': 2.1.1 + '@smithy/node-config-provider': 2.2.1 + '@smithy/node-http-handler': 2.3.1 + '@smithy/protocol-http': 3.1.1 + '@smithy/smithy-client': 2.3.1 + '@smithy/types': 2.9.1 + '@smithy/url-parser': 2.1.1 + '@smithy/util-base64': 2.1.1 + '@smithy/util-body-length-browser': 2.1.1 + '@smithy/util-body-length-node': 2.2.1 + '@smithy/util-defaults-mode-browser': 2.1.1 + '@smithy/util-defaults-mode-node': 2.1.1 + '@smithy/util-endpoints': 1.1.1 + '@smithy/util-middleware': 2.1.1 + '@smithy/util-retry': 2.1.1 + '@smithy/util-utf8': 2.1.1 + '@smithy/util-waiter': 2.1.1 + tslib: 2.6.2 + uuid: 8.3.2 + transitivePeerDependencies: + - aws-crt + dev: false + /@aws-sdk/client-elasticache@3.449.0: resolution: {integrity: sha512-DOyJKkysq8Kjy5yKbdPu6ZdG+ru2Smr+Drk48a862kDrO0sMH2jFTMjQbSkJhXS1sZAekkJjW6Vwkg9EKGdvtg==} engines: {node: '>=14.0.0'} @@ -2465,21 +2465,29 @@ packages: - aws-crt dev: false - /@aws-sdk/client-sso@3.405.0: - resolution: {integrity: sha512-z1ssydU07bDhe0tNXQwVO+rWh/iSfK48JI8s8vgpBNwH+NejMzIJ9r3AkjCiJ+LSAwlBZItUsNWwR0veIfgBiw==} + /@aws-sdk/client-sso-oidc@3.502.0(@aws-sdk/credential-provider-node@3.503.1): + resolution: {integrity: sha512-Yc9tZqTOMWtdgpkrdjKShgWb9oKNsFQrItfoiN1xWDllaFFRPi2KTiZiR0AbSTrNasJy13d210DOxrIdte+kWQ==} engines: {node: '>=14.0.0'} + peerDependencies: + '@aws-sdk/credential-provider-node': '*' dependencies: '@aws-crypto/sha256-browser': 3.0.0 '@aws-crypto/sha256-js': 3.0.0 - '@aws-sdk/middleware-host-header': 3.398.0 - '@aws-sdk/middleware-logger': 3.398.0 - '@aws-sdk/middleware-recursion-detection': 3.398.0 - '@aws-sdk/middleware-user-agent': 3.398.0 - '@aws-sdk/types': 3.398.0 - '@aws-sdk/util-endpoints': 3.398.0 - '@aws-sdk/util-user-agent-browser': 3.398.0 - '@aws-sdk/util-user-agent-node': 3.405.0 + '@aws-sdk/client-sts': 3.502.0(@aws-sdk/credential-provider-node@3.503.1) + '@aws-sdk/core': 3.496.0 + '@aws-sdk/credential-provider-node': 3.503.1 + '@aws-sdk/middleware-host-header': 3.502.0 + '@aws-sdk/middleware-logger': 3.502.0 + '@aws-sdk/middleware-recursion-detection': 3.502.0 + '@aws-sdk/middleware-signing': 3.502.0 + '@aws-sdk/middleware-user-agent': 3.502.0 + '@aws-sdk/region-config-resolver': 3.502.0 + '@aws-sdk/types': 3.502.0 + '@aws-sdk/util-endpoints': 3.502.0 + '@aws-sdk/util-user-agent-browser': 3.502.0 + '@aws-sdk/util-user-agent-node': 3.502.0 '@smithy/config-resolver': 2.1.1 + '@smithy/core': 1.3.1 '@smithy/fetch-http-handler': 2.4.1 '@smithy/hash-node': 2.1.1 '@smithy/invalid-dependency': 2.1.1 @@ -2490,7 +2498,7 @@ packages: '@smithy/middleware-stack': 2.1.1 '@smithy/node-config-provider': 2.2.1 '@smithy/node-http-handler': 2.3.1 - '@smithy/protocol-http': 2.0.5 + '@smithy/protocol-http': 3.1.1 '@smithy/smithy-client': 2.3.1 '@smithy/types': 2.9.1 '@smithy/url-parser': 2.1.1 @@ -2499,8 +2507,9 @@ packages: '@smithy/util-body-length-node': 2.2.1 '@smithy/util-defaults-mode-browser': 2.1.1 '@smithy/util-defaults-mode-node': 2.1.1 + '@smithy/util-endpoints': 1.1.1 '@smithy/util-retry': 2.1.1 - '@smithy/util-utf8': 2.0.0 + '@smithy/util-utf8': 2.1.1 tslib: 2.6.2 transitivePeerDependencies: - aws-crt @@ -2595,46 +2604,46 @@ packages: - aws-crt dev: true - /@aws-sdk/client-sts@3.405.0: - resolution: {integrity: sha512-asVEpda3zu5QUO5ZNNjbLBS0718IhxxyUDVrNmVTKZoOhK1pMNouGZf+l49v0Lb5cOPbUds8cxsNaInj2MvIKw==} + /@aws-sdk/client-sso@3.502.0: + resolution: {integrity: sha512-OZAYal1+PQgUUtWiHhRayDtX0OD+XpXHKAhjYgEIPbyhQaCMp3/Bq1xDX151piWXvXqXLJHFKb8DUEqzwGO9QA==} engines: {node: '>=14.0.0'} dependencies: '@aws-crypto/sha256-browser': 3.0.0 '@aws-crypto/sha256-js': 3.0.0 - '@aws-sdk/credential-provider-node': 3.405.0 - '@aws-sdk/middleware-host-header': 3.398.0 - '@aws-sdk/middleware-logger': 3.398.0 - '@aws-sdk/middleware-recursion-detection': 3.398.0 - '@aws-sdk/middleware-sdk-sts': 3.398.0 - '@aws-sdk/middleware-signing': 3.398.0 - '@aws-sdk/middleware-user-agent': 3.398.0 - '@aws-sdk/types': 3.398.0 - '@aws-sdk/util-endpoints': 3.398.0 - '@aws-sdk/util-user-agent-browser': 3.398.0 - '@aws-sdk/util-user-agent-node': 3.405.0 - '@smithy/config-resolver': 2.0.14 - '@smithy/fetch-http-handler': 2.2.2 - '@smithy/hash-node': 2.0.11 - '@smithy/invalid-dependency': 2.0.11 - '@smithy/middleware-content-length': 2.0.13 - '@smithy/middleware-endpoint': 2.0.11 - '@smithy/middleware-retry': 2.0.16 - '@smithy/middleware-serde': 2.0.11 - '@smithy/middleware-stack': 2.0.5 - '@smithy/node-config-provider': 2.1.1 - '@smithy/node-http-handler': 2.1.7 - '@smithy/protocol-http': 2.0.5 - '@smithy/smithy-client': 2.1.10 - '@smithy/types': 2.3.5 - '@smithy/url-parser': 2.0.11 - '@smithy/util-base64': 2.0.0 - '@smithy/util-body-length-browser': 2.0.0 - '@smithy/util-body-length-node': 2.1.0 - '@smithy/util-defaults-mode-browser': 2.0.14 - '@smithy/util-defaults-mode-node': 2.0.18 - '@smithy/util-retry': 2.0.4 - '@smithy/util-utf8': 2.0.0 - fast-xml-parser: 4.2.5 + '@aws-sdk/core': 3.496.0 + '@aws-sdk/middleware-host-header': 3.502.0 + '@aws-sdk/middleware-logger': 3.502.0 + '@aws-sdk/middleware-recursion-detection': 3.502.0 + '@aws-sdk/middleware-user-agent': 3.502.0 + '@aws-sdk/region-config-resolver': 3.502.0 + '@aws-sdk/types': 3.502.0 + '@aws-sdk/util-endpoints': 3.502.0 + '@aws-sdk/util-user-agent-browser': 3.502.0 + '@aws-sdk/util-user-agent-node': 3.502.0 + '@smithy/config-resolver': 2.1.1 + '@smithy/core': 1.3.1 + '@smithy/fetch-http-handler': 2.4.1 + '@smithy/hash-node': 2.1.1 + '@smithy/invalid-dependency': 2.1.1 + '@smithy/middleware-content-length': 2.1.1 + '@smithy/middleware-endpoint': 2.4.1 + '@smithy/middleware-retry': 2.1.1 + '@smithy/middleware-serde': 2.1.1 + '@smithy/middleware-stack': 2.1.1 + '@smithy/node-config-provider': 2.2.1 + '@smithy/node-http-handler': 2.3.1 + '@smithy/protocol-http': 3.1.1 + '@smithy/smithy-client': 2.3.1 + '@smithy/types': 2.9.1 + '@smithy/url-parser': 2.1.1 + '@smithy/util-base64': 2.1.1 + '@smithy/util-body-length-browser': 2.1.1 + '@smithy/util-body-length-node': 2.2.1 + '@smithy/util-defaults-mode-browser': 2.1.1 + '@smithy/util-defaults-mode-node': 2.1.1 + '@smithy/util-endpoints': 1.1.1 + '@smithy/util-retry': 2.1.1 + '@smithy/util-utf8': 2.1.1 tslib: 2.6.2 transitivePeerDependencies: - aws-crt @@ -2736,6 +2745,56 @@ packages: - aws-crt dev: true + /@aws-sdk/client-sts@3.502.0(@aws-sdk/credential-provider-node@3.503.1): + resolution: {integrity: sha512-0q08gsvn6nuRqjK+i/e30PT/t7vvYwmGJS0PhJikZWv5yRDNSUxSYG0uDwKSbLDzmc2UX5+mLeyjPHlL4hbGlA==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@aws-sdk/credential-provider-node': '*' + dependencies: + '@aws-crypto/sha256-browser': 3.0.0 + '@aws-crypto/sha256-js': 3.0.0 + '@aws-sdk/core': 3.496.0 + '@aws-sdk/credential-provider-node': 3.503.1 + '@aws-sdk/middleware-host-header': 3.502.0 + '@aws-sdk/middleware-logger': 3.502.0 + '@aws-sdk/middleware-recursion-detection': 3.502.0 + '@aws-sdk/middleware-user-agent': 3.502.0 + '@aws-sdk/region-config-resolver': 3.502.0 + '@aws-sdk/types': 3.502.0 + '@aws-sdk/util-endpoints': 3.502.0 + '@aws-sdk/util-user-agent-browser': 3.502.0 + '@aws-sdk/util-user-agent-node': 3.502.0 + '@smithy/config-resolver': 2.1.1 + '@smithy/core': 1.3.1 + '@smithy/fetch-http-handler': 2.4.1 + '@smithy/hash-node': 2.1.1 + '@smithy/invalid-dependency': 2.1.1 + '@smithy/middleware-content-length': 2.1.1 + '@smithy/middleware-endpoint': 2.4.1 + '@smithy/middleware-retry': 2.1.1 + '@smithy/middleware-serde': 2.1.1 + '@smithy/middleware-stack': 2.1.1 + '@smithy/node-config-provider': 2.2.1 + '@smithy/node-http-handler': 2.3.1 + '@smithy/protocol-http': 3.1.1 + '@smithy/smithy-client': 2.3.1 + '@smithy/types': 2.9.1 + '@smithy/url-parser': 2.1.1 + '@smithy/util-base64': 2.1.1 + '@smithy/util-body-length-browser': 2.1.1 + '@smithy/util-body-length-node': 2.2.1 + '@smithy/util-defaults-mode-browser': 2.1.1 + '@smithy/util-defaults-mode-node': 2.1.1 + '@smithy/util-endpoints': 1.1.1 + '@smithy/util-middleware': 2.1.1 + '@smithy/util-retry': 2.1.1 + '@smithy/util-utf8': 2.1.1 + fast-xml-parser: 4.2.5 + tslib: 2.6.2 + transitivePeerDependencies: + - aws-crt + dev: false + /@aws-sdk/core@3.445.0: resolution: {integrity: sha512-6GYLElUG1QTOdmXG8zXa+Ull9IUeSeItKDYHKzHYfIkbsagMfYlf7wm9XIYlatjtgodNfZ3gPHAJfRyPmwKrsg==} engines: {node: '>=14.0.0'} @@ -2754,7 +2813,6 @@ packages: '@smithy/smithy-client': 2.3.1 '@smithy/types': 2.9.1 tslib: 2.6.2 - dev: true /@aws-sdk/credential-provider-cognito-identity@3.496.0: resolution: {integrity: sha512-LIB9hom5mqGxk+hdbpZnxIJ4F1c5ZuY5uu3aWy9luowci03Z5nzYYepzBwpoE5Lk102gqVKeia//mRr25blzWQ==} @@ -2769,16 +2827,6 @@ packages: - aws-crt dev: true - /@aws-sdk/credential-provider-env@3.398.0: - resolution: {integrity: sha512-Z8Yj5z7FroAsR6UVML+XUdlpoqEe9Dnle8c2h8/xWwIC2feTfIBhjLhRVxfbpbM1pLgBSNEcZ7U8fwq5l7ESVQ==} - engines: {node: '>=14.0.0'} - dependencies: - '@aws-sdk/types': 3.398.0 - '@smithy/property-provider': 2.1.1 - '@smithy/types': 2.9.1 - tslib: 2.6.2 - dev: false - /@aws-sdk/credential-provider-env@3.449.0: resolution: {integrity: sha512-SwO9XQcBoyA0XrsSmgnMqCnR99wIyp+BjGhvzDU+Wetib7QPt++E2slJkLM/iCNc6YiqiHZtHsvXapSV7RzBJw==} engines: {node: '>=14.0.0'} @@ -2799,6 +2847,16 @@ packages: tslib: 2.6.2 dev: true + /@aws-sdk/credential-provider-env@3.502.0: + resolution: {integrity: sha512-KIB8Ae1Z7domMU/jU4KiIgK4tmYgvuXlhR54ehwlVHxnEoFPoPuGHFZU7oFn79jhhSLUFQ1lRYMxP0cEwb7XeQ==} + engines: {node: '>=14.0.0'} + dependencies: + '@aws-sdk/types': 3.502.0 + '@smithy/property-provider': 2.1.1 + '@smithy/types': 2.9.1 + tslib: 2.6.2 + dev: false + /@aws-sdk/credential-provider-http@3.496.0: resolution: {integrity: sha512-iphFlFX0qDFsE24XmFlcKmsR4uyNaqQrK+Y18mwSZMs1yWtL4Sck0rcTXU/cU2W3/xisjh7xFXK5L5aowjMZOg==} engines: {node: '>=14.0.0'} @@ -2814,22 +2872,19 @@ packages: tslib: 2.6.2 dev: true - /@aws-sdk/credential-provider-ini@3.405.0: - resolution: {integrity: sha512-b4TqVsM4WQM96GDVs+TYOhU2/0SnUWzz6NH55qY1y2xyF8/pZEhc0XXdpvZtQQBLGdROhXCbxhBVye8GmTpgcg==} + /@aws-sdk/credential-provider-http@3.503.1: + resolution: {integrity: sha512-rTdlFFGoPPFMF2YjtlfRuSgKI+XsF49u7d98255hySwhsbwd3Xp+utTTPquxP+CwDxMHbDlI7NxDzFiFdsoZug==} engines: {node: '>=14.0.0'} dependencies: - '@aws-sdk/credential-provider-env': 3.398.0 - '@aws-sdk/credential-provider-process': 3.405.0 - '@aws-sdk/credential-provider-sso': 3.405.0 - '@aws-sdk/credential-provider-web-identity': 3.398.0 - '@aws-sdk/types': 3.398.0 - '@smithy/credential-provider-imds': 2.2.1 + '@aws-sdk/types': 3.502.0 + '@smithy/fetch-http-handler': 2.4.1 + '@smithy/node-http-handler': 2.3.1 '@smithy/property-provider': 2.1.1 - '@smithy/shared-ini-file-loader': 2.3.1 + '@smithy/protocol-http': 3.1.1 + '@smithy/smithy-client': 2.3.1 '@smithy/types': 2.9.1 + '@smithy/util-stream': 2.1.1 tslib: 2.6.2 - transitivePeerDependencies: - - aws-crt dev: false /@aws-sdk/credential-provider-ini@3.449.0: @@ -2868,22 +2923,23 @@ packages: - aws-crt dev: true - /@aws-sdk/credential-provider-node@3.405.0: - resolution: {integrity: sha512-AMmRP09nwYsft0MXDlHIxMQe7IloWW8As0lbZmPrG7Y7mK5RDmCIwD2yMDz77Zqlv09FsYt+9+cOK2fTNhim+Q==} + /@aws-sdk/credential-provider-ini@3.503.1(@aws-sdk/credential-provider-node@3.503.1): + resolution: {integrity: sha512-1RiC72NdWJ5w2IaX/91Fku+FrrChzaHuMCD5wbjk5TMHjwiDZ622wvMKYVmn30biW0RbJidaw38Y9PAGivdZxw==} engines: {node: '>=14.0.0'} dependencies: - '@aws-sdk/credential-provider-env': 3.398.0 - '@aws-sdk/credential-provider-ini': 3.405.0 - '@aws-sdk/credential-provider-process': 3.405.0 - '@aws-sdk/credential-provider-sso': 3.405.0 - '@aws-sdk/credential-provider-web-identity': 3.398.0 - '@aws-sdk/types': 3.398.0 - '@smithy/credential-provider-imds': 2.0.16 - '@smithy/property-provider': 2.0.12 - '@smithy/shared-ini-file-loader': 2.2.0 - '@smithy/types': 2.3.5 + '@aws-sdk/client-sts': 3.502.0(@aws-sdk/credential-provider-node@3.503.1) + '@aws-sdk/credential-provider-env': 3.502.0 + '@aws-sdk/credential-provider-process': 3.502.0 + '@aws-sdk/credential-provider-sso': 3.503.1(@aws-sdk/credential-provider-node@3.503.1) + '@aws-sdk/credential-provider-web-identity': 3.502.0(@aws-sdk/credential-provider-node@3.503.1) + '@aws-sdk/types': 3.502.0 + '@smithy/credential-provider-imds': 2.2.1 + '@smithy/property-provider': 2.1.1 + '@smithy/shared-ini-file-loader': 2.3.1 + '@smithy/types': 2.9.1 tslib: 2.6.2 transitivePeerDependencies: + - '@aws-sdk/credential-provider-node' - aws-crt dev: false @@ -2925,15 +2981,24 @@ packages: - aws-crt dev: true - /@aws-sdk/credential-provider-process@3.405.0: - resolution: {integrity: sha512-EqAMcUVeZAICYHHL8x5Fi5CYPgCo9UCE7ScWmU5Sa2wAFY4XLyQ1mMxX3lKGYx9lBxWk3dqnhmvlcqdzN7AjyQ==} + /@aws-sdk/credential-provider-node@3.503.1: + resolution: {integrity: sha512-1qsRWnXl8OUZEDpUFF/gjCGjePjZB6fIpX+XQuTpKokeDzYZk0HwQSakPspfmzT8MkyB9IBJVWb7KbFCjKNt0A==} engines: {node: '>=14.0.0'} dependencies: - '@aws-sdk/types': 3.398.0 + '@aws-sdk/credential-provider-env': 3.502.0 + '@aws-sdk/credential-provider-http': 3.503.1 + '@aws-sdk/credential-provider-ini': 3.503.1(@aws-sdk/credential-provider-node@3.503.1) + '@aws-sdk/credential-provider-process': 3.502.0 + '@aws-sdk/credential-provider-sso': 3.503.1(@aws-sdk/credential-provider-node@3.503.1) + '@aws-sdk/credential-provider-web-identity': 3.502.0(@aws-sdk/credential-provider-node@3.503.1) + '@aws-sdk/types': 3.502.0 + '@smithy/credential-provider-imds': 2.2.1 '@smithy/property-provider': 2.1.1 '@smithy/shared-ini-file-loader': 2.3.1 '@smithy/types': 2.9.1 tslib: 2.6.2 + transitivePeerDependencies: + - aws-crt dev: false /@aws-sdk/credential-provider-process@3.449.0: @@ -2958,19 +3023,15 @@ packages: tslib: 2.6.2 dev: true - /@aws-sdk/credential-provider-sso@3.405.0: - resolution: {integrity: sha512-fXqSgQHz7qcmIWMVguwSMSjqFkVfN2+XiNgiskcmeYiCS7mIGAgUnKABZc9Ds2+YW9ATYiY0BOD5aWxc8TX5fA==} + /@aws-sdk/credential-provider-process@3.502.0: + resolution: {integrity: sha512-fJJowOjQ4infYQX0E1J3xFVlmuwEYJAFk0Mo1qwafWmEthsBJs+6BR2RiWDELHKrSK35u4Pf3fu3RkYuCtmQFw==} engines: {node: '>=14.0.0'} dependencies: - '@aws-sdk/client-sso': 3.405.0 - '@aws-sdk/token-providers': 3.405.0 - '@aws-sdk/types': 3.398.0 + '@aws-sdk/types': 3.502.0 '@smithy/property-provider': 2.1.1 '@smithy/shared-ini-file-loader': 2.3.1 '@smithy/types': 2.9.1 tslib: 2.6.2 - transitivePeerDependencies: - - aws-crt dev: false /@aws-sdk/credential-provider-sso@3.449.0: @@ -3003,14 +3064,20 @@ packages: - aws-crt dev: true - /@aws-sdk/credential-provider-web-identity@3.398.0: - resolution: {integrity: sha512-iG3905Alv9pINbQ8/MIsshgqYMbWx+NDQWpxbIW3W0MkSH3iAqdVpSCteYidYX9G/jv2Um1nW3y360ib20bvNg==} + /@aws-sdk/credential-provider-sso@3.503.1(@aws-sdk/credential-provider-node@3.503.1): + resolution: {integrity: sha512-Wj+rgpD4EcGB+j6mMYPD4SPNEN0sUSq7UMTTfdzZ+1MSTnbPDC9rgde0D3yJPrJ1le/0j+sXPALvr5RKSpENbg==} engines: {node: '>=14.0.0'} dependencies: - '@aws-sdk/types': 3.398.0 + '@aws-sdk/client-sso': 3.502.0 + '@aws-sdk/token-providers': 3.502.0(@aws-sdk/credential-provider-node@3.503.1) + '@aws-sdk/types': 3.502.0 '@smithy/property-provider': 2.1.1 + '@smithy/shared-ini-file-loader': 2.3.1 '@smithy/types': 2.9.1 tslib: 2.6.2 + transitivePeerDependencies: + - '@aws-sdk/credential-provider-node' + - aws-crt dev: false /@aws-sdk/credential-provider-web-identity@3.449.0: @@ -3033,6 +3100,20 @@ packages: tslib: 2.6.2 dev: true + /@aws-sdk/credential-provider-web-identity@3.502.0(@aws-sdk/credential-provider-node@3.503.1): + resolution: {integrity: sha512-veBAjDqjMMgA2Qxxf9ywDfHYLeJpaeHWLWCQ9XCHwJJ6ZIGWmAZPTq3he/UMr5JIQXooIccqqyqXMDIXPenXpA==} + engines: {node: '>=14.0.0'} + dependencies: + '@aws-sdk/client-sts': 3.502.0(@aws-sdk/credential-provider-node@3.503.1) + '@aws-sdk/types': 3.502.0 + '@smithy/property-provider': 2.1.1 + '@smithy/types': 2.9.1 + tslib: 2.6.2 + transitivePeerDependencies: + - '@aws-sdk/credential-provider-node' + - aws-crt + dev: false + /@aws-sdk/credential-providers@3.496.0: resolution: {integrity: sha512-JqdSHFY3t+QMdS7Iok/ymvU3bZjVY7YuX9xroJJjMM/gkw+TxnJtVw/uIGsmoK1FT2KX+Dg4i/gmVyQAWubSJw==} engines: {node: '>=14.0.0'} @@ -3065,6 +3146,14 @@ packages: tslib: 2.6.2 dev: false + /@aws-sdk/endpoint-cache@3.495.0: + resolution: {integrity: sha512-XCDrpiS50WaPzPzp7FwsChPHtX9PQQUU4nRzcn2N7IkUtpcFCUx8m1PAZe086VQr6hrbdeE4Z4j8hUPNwVdJGQ==} + engines: {node: '>=14.0.0'} + dependencies: + mnemonist: 0.38.3 + tslib: 2.6.2 + dev: false + /@aws-sdk/middleware-bucket-endpoint@3.449.0: resolution: {integrity: sha512-gH+IEdDfhzTmQLdWwfc23A40EhvvAhk8taXUu3DX/lXl+2lBqd4qCoGk8vfUtwh9y1kbRDnhLq04XM2DPvvj2w==} engines: {node: '>=14.0.0'} @@ -3078,17 +3167,6 @@ packages: tslib: 2.6.2 dev: false - /@aws-sdk/middleware-endpoint-discovery@3.405.0: - resolution: {integrity: sha512-6Q4quuNjXEkX61eI6/UJOh16SGBZzGykJu/SYrALftHpn8D+hgeaOpc2wAkpObT8KSItoRSE/uXWTnN7XNmJLA==} - engines: {node: '>=14.0.0'} - dependencies: - '@aws-sdk/endpoint-cache': 3.310.0 - '@aws-sdk/types': 3.398.0 - '@smithy/protocol-http': 2.0.5 - '@smithy/types': 2.3.5 - tslib: 2.6.2 - dev: false - /@aws-sdk/middleware-endpoint-discovery@3.449.0: resolution: {integrity: sha512-rzse3aAhC59Lr4kgtGk5kGdEnAx/eAG16V8nOKwhNDO1N7LucocXwWabn+TT/5CtUFAARtUTUy0YkSUANRYddg==} engines: {node: '>=14.0.0'} @@ -3101,6 +3179,18 @@ packages: tslib: 2.6.2 dev: false + /@aws-sdk/middleware-endpoint-discovery@3.502.0: + resolution: {integrity: sha512-DQBbyelebBshYPTb5ah25sAdMTQKYBUYE0If66sXHNUQAdUg28z076kE4E8p8RxyfGHqESN2MrqfIjQpEnjcqg==} + engines: {node: '>=14.0.0'} + dependencies: + '@aws-sdk/endpoint-cache': 3.495.0 + '@aws-sdk/types': 3.502.0 + '@smithy/node-config-provider': 2.2.1 + '@smithy/protocol-http': 3.1.1 + '@smithy/types': 2.9.1 + tslib: 2.6.2 + dev: false + /@aws-sdk/middleware-expect-continue@3.449.0: resolution: {integrity: sha512-OOR78JoTbCo/42HViuA+F2Uy/cNWo31mN0YZJRbnY5oAMgLRrY7d2+NlJpvHlS4XPdUZ6UHeUecJ9BAWuVuWAQ==} engines: {node: '>=14.0.0'} @@ -3125,16 +3215,6 @@ packages: tslib: 2.6.2 dev: false - /@aws-sdk/middleware-host-header@3.398.0: - resolution: {integrity: sha512-m+5laWdBaxIZK2ko0OwcCHJZJ5V1MgEIt8QVQ3k4/kOkN9ICjevOYmba751pHoTnbOYB7zQd6D2OT3EYEEsUcA==} - engines: {node: '>=14.0.0'} - dependencies: - '@aws-sdk/types': 3.398.0 - '@smithy/protocol-http': 2.0.5 - '@smithy/types': 2.3.5 - tslib: 2.6.2 - dev: false - /@aws-sdk/middleware-host-header@3.449.0: resolution: {integrity: sha512-uO7ao5eFhqEEPk8uqkhNhYqqJPPv/+i2aLchvSYrviDcmcbz9HURc8j+Q9WkmIj3jf0hjAJ9UVMQggBUfoLEgg==} engines: {node: '>=14.0.0'} @@ -3155,21 +3235,22 @@ packages: tslib: 2.6.2 dev: true - /@aws-sdk/middleware-location-constraint@3.449.0: - resolution: {integrity: sha512-MPCFKOpgke/ZV6WSxZZ/y9X4mn0ywLC2HVcaPJvDSKA0gsRtJLEQjWs2+I2QYTzEM0iwgoW9UOSgbFZYXF0Pow==} + /@aws-sdk/middleware-host-header@3.502.0: + resolution: {integrity: sha512-EjnG0GTYXT/wJBmm5/mTjDcAkzU8L7wQjOzd3FTXuTCNNyvAvwrszbOj5FlarEw5XJBbQiZtBs+I5u9+zy560w==} engines: {node: '>=14.0.0'} dependencies: - '@aws-sdk/types': 3.449.0 - '@smithy/types': 2.4.0 + '@aws-sdk/types': 3.502.0 + '@smithy/protocol-http': 3.1.1 + '@smithy/types': 2.9.1 tslib: 2.6.2 dev: false - /@aws-sdk/middleware-logger@3.398.0: - resolution: {integrity: sha512-CiJjW+FL12elS6Pn7/UVjVK8HWHhXMfvHZvOwx/Qkpy340sIhkuzOO6fZEruECDTZhl2Wqn81XdJ1ZQ4pRKpCg==} + /@aws-sdk/middleware-location-constraint@3.449.0: + resolution: {integrity: sha512-MPCFKOpgke/ZV6WSxZZ/y9X4mn0ywLC2HVcaPJvDSKA0gsRtJLEQjWs2+I2QYTzEM0iwgoW9UOSgbFZYXF0Pow==} engines: {node: '>=14.0.0'} dependencies: - '@aws-sdk/types': 3.398.0 - '@smithy/types': 2.3.5 + '@aws-sdk/types': 3.449.0 + '@smithy/types': 2.4.0 tslib: 2.6.2 dev: false @@ -3191,13 +3272,12 @@ packages: tslib: 2.6.2 dev: true - /@aws-sdk/middleware-recursion-detection@3.398.0: - resolution: {integrity: sha512-7QpOqPQAZNXDXv6vsRex4R8dLniL0E/80OPK4PPFsrCh9btEyhN9Begh4i1T+5lL28hmYkztLOkTQ2N5J3hgRQ==} + /@aws-sdk/middleware-logger@3.502.0: + resolution: {integrity: sha512-FDyv6K4nCoHxbjLGS2H8ex8I0KDIiu4FJgVRPs140ZJy6gE5Pwxzv6YTzZGLMrnqcIs9gh065Lf6DjwMelZqaw==} engines: {node: '>=14.0.0'} dependencies: - '@aws-sdk/types': 3.398.0 - '@smithy/protocol-http': 2.0.5 - '@smithy/types': 2.3.5 + '@aws-sdk/types': 3.502.0 + '@smithy/types': 2.9.1 tslib: 2.6.2 dev: false @@ -3221,6 +3301,16 @@ packages: tslib: 2.6.2 dev: true + /@aws-sdk/middleware-recursion-detection@3.502.0: + resolution: {integrity: sha512-hvbyGJbxeuezxOu8VfFmcV4ql1hKXLxHTe5FNYfEBat2KaZXVhc1Hg+4TvB06/53p+E8J99Afmumkqbxs2esUA==} + engines: {node: '>=14.0.0'} + dependencies: + '@aws-sdk/types': 3.502.0 + '@smithy/protocol-http': 3.1.1 + '@smithy/types': 2.9.1 + tslib: 2.6.2 + dev: false + /@aws-sdk/middleware-sdk-s3@3.449.0: resolution: {integrity: sha512-HbgWdv0txBdV9+9aJSGtGWXnQlVvpIXS6gqmJ5ESHKwZMiRHXswwptccZkvSrLjCQr5uuN37yIz3219MRrvrmw==} engines: {node: '>=14.0.0'} @@ -3244,16 +3334,6 @@ packages: tslib: 2.6.2 dev: false - /@aws-sdk/middleware-sdk-sts@3.398.0: - resolution: {integrity: sha512-+JH76XHEgfVihkY+GurohOQ5Z83zVN1nYcQzwCFnCDTh4dG4KwhnZKG+WPw6XJECocY0R+H0ivofeALHvVWJtQ==} - engines: {node: '>=14.0.0'} - dependencies: - '@aws-sdk/middleware-signing': 3.398.0 - '@aws-sdk/types': 3.398.0 - '@smithy/types': 2.9.1 - tslib: 2.6.2 - dev: false - /@aws-sdk/middleware-sdk-sts@3.449.0: resolution: {integrity: sha512-a+mknJkS9jDiDoHg2sFW24B0f6MgT2zs/oF6zMFvVmImvUHjbhSgBzYStE+Phl/uM1zwp1lJfbuO+I+5tVwZEw==} engines: {node: '>=14.0.0'} @@ -3264,19 +3344,6 @@ packages: tslib: 2.6.2 dev: false - /@aws-sdk/middleware-signing@3.398.0: - resolution: {integrity: sha512-O0KqXAix1TcvZBFt1qoFkHMUNJOSgjJTYS7lFTRKSwgsD27bdW2TM2r9R8DAccWFt5Amjkdt+eOwQMIXPGTm8w==} - engines: {node: '>=14.0.0'} - dependencies: - '@aws-sdk/types': 3.398.0 - '@smithy/property-provider': 2.0.12 - '@smithy/protocol-http': 2.0.5 - '@smithy/signature-v4': 2.0.11 - '@smithy/types': 2.3.5 - '@smithy/util-middleware': 2.0.4 - tslib: 2.6.2 - dev: false - /@aws-sdk/middleware-signing@3.449.0: resolution: {integrity: sha512-L33efrgdDDY3myjLwraeS2tzUlebaZL6WS7ooACsOwkB9mRs6UQRpSpT90HbcSAjwLaa+xGqaxTA0biAuRjT5A==} engines: {node: '>=14.0.0'} @@ -3303,23 +3370,25 @@ packages: tslib: 2.6.2 dev: true - /@aws-sdk/middleware-ssec@3.449.0: - resolution: {integrity: sha512-NY7jt1/ukqXCUqnaK2rlm5yGFyj9sOJBqK6X8Gpu5qQaYAvIP892U1UMj6VTPC7yBLPYhW2/YCfDvxOClbqKEg==} + /@aws-sdk/middleware-signing@3.502.0: + resolution: {integrity: sha512-4hF08vSzJ7L6sB+393gOFj3s2N6nLusYS0XrMW6wYNFU10IDdbf8Z3TZ7gysDJJHEGQPmTAesPEDBsasGWcMxg==} engines: {node: '>=14.0.0'} dependencies: - '@aws-sdk/types': 3.449.0 - '@smithy/types': 2.4.0 + '@aws-sdk/types': 3.502.0 + '@smithy/property-provider': 2.1.1 + '@smithy/protocol-http': 3.1.1 + '@smithy/signature-v4': 2.1.1 + '@smithy/types': 2.9.1 + '@smithy/util-middleware': 2.1.1 tslib: 2.6.2 dev: false - /@aws-sdk/middleware-user-agent@3.398.0: - resolution: {integrity: sha512-nF1jg0L+18b5HvTcYzwyFgfZQQMELJINFqI0mi4yRKaX7T5a3aGp5RVLGGju/6tAGTuFbfBoEhkhU3kkxexPYQ==} + /@aws-sdk/middleware-ssec@3.449.0: + resolution: {integrity: sha512-NY7jt1/ukqXCUqnaK2rlm5yGFyj9sOJBqK6X8Gpu5qQaYAvIP892U1UMj6VTPC7yBLPYhW2/YCfDvxOClbqKEg==} engines: {node: '>=14.0.0'} dependencies: - '@aws-sdk/types': 3.398.0 - '@aws-sdk/util-endpoints': 3.398.0 - '@smithy/protocol-http': 2.0.5 - '@smithy/types': 2.3.5 + '@aws-sdk/types': 3.449.0 + '@smithy/types': 2.4.0 tslib: 2.6.2 dev: false @@ -3345,6 +3414,17 @@ packages: tslib: 2.6.2 dev: true + /@aws-sdk/middleware-user-agent@3.502.0: + resolution: {integrity: sha512-TxbBZbRiXPH0AUxegqiNd9aM9zNSbfjtBs5MEfcBsweeT/B2O7K1EjP9+CkB8Xmk/5FLKhAKLr19b1TNoE27rw==} + engines: {node: '>=14.0.0'} + dependencies: + '@aws-sdk/types': 3.502.0 + '@aws-sdk/util-endpoints': 3.502.0 + '@smithy/protocol-http': 3.1.1 + '@smithy/types': 2.9.1 + tslib: 2.6.2 + dev: false + /@aws-sdk/region-config-resolver@3.433.0: resolution: {integrity: sha512-xpjRjCZW+CDFdcMmmhIYg81ST5UAnJh61IHziQEk0FXONrg4kjyYPZAOjEdzXQ+HxJQuGQLKPhRdzxmQnbX7pg==} engines: {node: '>=14.0.0'} @@ -3368,6 +3448,18 @@ packages: tslib: 2.6.2 dev: true + /@aws-sdk/region-config-resolver@3.502.0: + resolution: {integrity: sha512-mxmsX2AGgnSM+Sah7mcQCIneOsJQNiLX0COwEttuf8eO+6cLMAZvVudH3BnWTfea4/A9nuri9DLCqBvEmPrilg==} + engines: {node: '>=14.0.0'} + dependencies: + '@aws-sdk/types': 3.502.0 + '@smithy/node-config-provider': 2.2.1 + '@smithy/types': 2.9.1 + '@smithy/util-config-provider': 2.2.1 + '@smithy/util-middleware': 2.1.1 + tslib: 2.6.2 + dev: false + /@aws-sdk/s3-request-presigner@3.449.0: resolution: {integrity: sha512-Rt4ys/Jt3deLCdLDyn8aEDMbpkbQaKKAitF2N2awGS/3pGGoz/V7BftMLi96yUARWo4cUWqnzfz/rEyVZFkNPg==} engines: {node: '>=14.0.0'} @@ -3393,49 +3485,6 @@ packages: tslib: 2.6.2 dev: false - /@aws-sdk/token-providers@3.405.0: - resolution: {integrity: sha512-rVzC7ptf7TlV84M9w+Ds9isio1EY7bs1MRFv/6lmYstsyTri+DaZG10TwXSGfzIMwB0yVh11niCxO9wSjQ36zg==} - engines: {node: '>=14.0.0'} - dependencies: - '@aws-crypto/sha256-browser': 3.0.0 - '@aws-crypto/sha256-js': 3.0.0 - '@aws-sdk/middleware-host-header': 3.398.0 - '@aws-sdk/middleware-logger': 3.398.0 - '@aws-sdk/middleware-recursion-detection': 3.398.0 - '@aws-sdk/middleware-user-agent': 3.398.0 - '@aws-sdk/types': 3.398.0 - '@aws-sdk/util-endpoints': 3.398.0 - '@aws-sdk/util-user-agent-browser': 3.398.0 - '@aws-sdk/util-user-agent-node': 3.405.0 - '@smithy/config-resolver': 2.1.1 - '@smithy/fetch-http-handler': 2.4.1 - '@smithy/hash-node': 2.1.1 - '@smithy/invalid-dependency': 2.1.1 - '@smithy/middleware-content-length': 2.1.1 - '@smithy/middleware-endpoint': 2.4.1 - '@smithy/middleware-retry': 2.1.1 - '@smithy/middleware-serde': 2.1.1 - '@smithy/middleware-stack': 2.1.1 - '@smithy/node-config-provider': 2.2.1 - '@smithy/node-http-handler': 2.3.1 - '@smithy/property-provider': 2.1.1 - '@smithy/protocol-http': 2.0.5 - '@smithy/shared-ini-file-loader': 2.3.1 - '@smithy/smithy-client': 2.3.1 - '@smithy/types': 2.9.1 - '@smithy/url-parser': 2.1.1 - '@smithy/util-base64': 2.1.1 - '@smithy/util-body-length-browser': 2.1.1 - '@smithy/util-body-length-node': 2.2.1 - '@smithy/util-defaults-mode-browser': 2.1.1 - '@smithy/util-defaults-mode-node': 2.1.1 - '@smithy/util-retry': 2.1.1 - '@smithy/util-utf8': 2.0.0 - tslib: 2.6.2 - transitivePeerDependencies: - - aws-crt - dev: false - /@aws-sdk/token-providers@3.449.0: resolution: {integrity: sha512-Tgu6Z/l75uFuNQpKIidbn1gc5bI7OKmGdH5+E/ZAc58XYvxYs9N77HjhrhAGvYQEnXY6gRm26/WSeHAAh5wlgQ==} engines: {node: '>=14.0.0'} @@ -3526,12 +3575,19 @@ packages: - aws-crt dev: true - /@aws-sdk/types@3.398.0: - resolution: {integrity: sha512-r44fkS+vsEgKCuEuTV+TIk0t0m5ZlXHNjSDYEUvzLStbbfUFiNus/YG4UCa0wOk9R7VuQI67badsvvPeVPCGDQ==} + /@aws-sdk/token-providers@3.502.0(@aws-sdk/credential-provider-node@3.503.1): + resolution: {integrity: sha512-RQgMgIXYlSf0xGl6EUeD+pqIPBlb7e29dbqHOBFc66hJVYUC2ULZX7Y+jLvcGIEaMiIaTPyvntZRFip+U+9hag==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/types': 2.3.5 + '@aws-sdk/client-sso-oidc': 3.502.0(@aws-sdk/credential-provider-node@3.503.1) + '@aws-sdk/types': 3.502.0 + '@smithy/property-provider': 2.1.1 + '@smithy/shared-ini-file-loader': 2.3.1 + '@smithy/types': 2.9.1 tslib: 2.6.2 + transitivePeerDependencies: + - '@aws-sdk/credential-provider-node' + - aws-crt dev: false /@aws-sdk/types@3.449.0: @@ -3549,6 +3605,14 @@ packages: tslib: 2.6.2 dev: true + /@aws-sdk/types@3.502.0: + resolution: {integrity: sha512-M0DSPYe/gXhwD2QHgoukaZv5oDxhW3FfvYIrJptyqUq3OnPJBcDbihHjrE0PBtfh/9kgMZT60/fQ2NVFANfa2g==} + engines: {node: '>=14.0.0'} + dependencies: + '@smithy/types': 2.9.1 + tslib: 2.6.2 + dev: false + /@aws-sdk/util-arn-parser@3.310.0: resolution: {integrity: sha512-jL8509owp/xB9+Or0pvn3Fe+b94qfklc2yPowZZIFAkFcCSIdkIglz18cPDWnYAcy9JGewpMS1COXKIUhZkJsA==} engines: {node: '>=14.0.0'} @@ -3566,14 +3630,6 @@ packages: tslib: 2.6.2 dev: false - /@aws-sdk/util-endpoints@3.398.0: - resolution: {integrity: sha512-Fy0gLYAei/Rd6BrXG4baspCnWTUSd0NdokU1pZh4KlfEAEN1i8SPPgfiO5hLk7+2inqtCmqxVJlfqbMVe9k4bw==} - engines: {node: '>=14.0.0'} - dependencies: - '@aws-sdk/types': 3.398.0 - tslib: 2.6.2 - dev: false - /@aws-sdk/util-endpoints@3.449.0: resolution: {integrity: sha512-hWGM/e+BnbCExXLaIEa6gRb0JW3+XGfcHgRqWkAxsKCaxQuXVIPUA3HyifimxTZDKmTbGZcyWfxCnKGS7I19rw==} engines: {node: '>=14.0.0'} @@ -3593,6 +3649,16 @@ packages: tslib: 2.6.2 dev: true + /@aws-sdk/util-endpoints@3.502.0: + resolution: {integrity: sha512-6LKFlJPp2J24r1Kpfoz5ESQn+1v5fEjDB3mtUKRdpwarhm3syu7HbKlHCF3KbcCOyahobvLvhoedT78rJFEeeg==} + engines: {node: '>=14.0.0'} + dependencies: + '@aws-sdk/types': 3.502.0 + '@smithy/types': 2.9.1 + '@smithy/util-endpoints': 1.1.1 + tslib: 2.6.2 + dev: false + /@aws-sdk/util-format-url@3.449.0: resolution: {integrity: sha512-ZZR2clVM1U5NH7CQ2YQfTy/JsQlLbt/p0MjvlTIPWIm9ZLFUPww7yPR0+Ps/bCAOqKYs5xj+/WjgzvRnDk4Vyg==} engines: {node: '>=14.0.0'} @@ -3609,15 +3675,6 @@ packages: dependencies: tslib: 2.6.2 - /@aws-sdk/util-user-agent-browser@3.398.0: - resolution: {integrity: sha512-A3Tzx1tkDHlBT+IgxmsMCHbV8LM7SwwCozq2ZjJRx0nqw3MCrrcxQFXldHeX/gdUMO+0Oocb7HGSnVODTq+0EA==} - dependencies: - '@aws-sdk/types': 3.398.0 - '@smithy/types': 2.3.5 - bowser: 2.11.0 - tslib: 2.6.2 - dev: false - /@aws-sdk/util-user-agent-browser@3.449.0: resolution: {integrity: sha512-MUQ8YIVZNZZso5w1qlatHu9c1JKYvdjlAugzKhj7npgV4U8D9RBOJUd2Ct8meXPaH4DTfW1qohPlZu/fWWqNVQ==} dependencies: @@ -3636,18 +3693,12 @@ packages: tslib: 2.6.2 dev: true - /@aws-sdk/util-user-agent-node@3.405.0: - resolution: {integrity: sha512-6Ssld7aalKCnW6lSGfiiWpqwo2L+AmYq2oV3P9yYAo9ZL+Q78dXquabwj3uq3plJ4l2xE4Gfcf2FJ/1PZpqDvQ==} - engines: {node: '>=14.0.0'} - peerDependencies: - aws-crt: '>=1.0.0' - peerDependenciesMeta: - aws-crt: - optional: true + /@aws-sdk/util-user-agent-browser@3.502.0: + resolution: {integrity: sha512-v8gKyCs2obXoIkLETAeEQ3AM+QmhHhst9xbM1cJtKUGsRlVIak/XyyD+kVE6kmMm1cjfudHpHKABWk9apQcIZQ==} dependencies: - '@aws-sdk/types': 3.398.0 - '@smithy/node-config-provider': 2.1.1 - '@smithy/types': 2.3.5 + '@aws-sdk/types': 3.502.0 + '@smithy/types': 2.9.1 + bowser: 2.11.0 tslib: 2.6.2 dev: false @@ -3681,6 +3732,21 @@ packages: tslib: 2.6.2 dev: true + /@aws-sdk/util-user-agent-node@3.502.0: + resolution: {integrity: sha512-9RjxpkGZKbTdl96tIJvAo+vZoz4P/cQh36SBUt9xfRfW0BtsaLyvSrvlR5wyUYhvRcC12Axqh/8JtnAPq//+Vw==} + engines: {node: '>=14.0.0'} + peerDependencies: + aws-crt: '>=1.0.0' + peerDependenciesMeta: + aws-crt: + optional: true + dependencies: + '@aws-sdk/types': 3.502.0 + '@smithy/node-config-provider': 2.2.1 + '@smithy/types': 2.9.1 + tslib: 2.6.2 + dev: false + /@aws-sdk/util-utf8-browser@3.259.0: resolution: {integrity: sha512-UvFa/vR+e19XookZF8RzFZBrw2EUkQWxiBW0yYQAhvk3C+QVGl0H3ouca8LDBlBfQKXwmW3huo/59H8rwb1wJw==} dependencies: @@ -3935,14 +4001,14 @@ packages: dependencies: '@ampproject/remapping': 2.2.1 '@babel/code-frame': 7.22.13 - '@babel/generator': 7.23.3 + '@babel/generator': 7.23.6 '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.3) '@babel/helpers': 7.23.2 '@babel/parser': 7.23.3 '@babel/template': 7.22.15 '@babel/traverse': 7.23.3 - '@babel/types': 7.23.3 + '@babel/types': 7.23.6 convert-source-map: 2.0.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -3962,11 +4028,11 @@ packages: jsesc: 2.5.2 dev: true - /@babel/generator@7.23.3: - resolution: {integrity: sha512-keeZWAV4LU3tW0qRi19HRpabC/ilM0HRBBzf9/k8FFiG4KVpiv0FIy4hHfLfFQZNhziCTPTmd59zoyv6DNISzg==} + /@babel/generator@7.23.6: + resolution: {integrity: sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.3 + '@babel/types': 7.23.6 '@jridgewell/gen-mapping': 0.3.3 '@jridgewell/trace-mapping': 0.3.20 jsesc: 2.5.2 @@ -4166,6 +4232,11 @@ packages: engines: {node: '>=6.9.0'} dev: true + /@babel/helper-string-parser@7.23.4: + resolution: {integrity: sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==} + engines: {node: '>=6.9.0'} + dev: true + /@babel/helper-validator-identifier@7.22.20: resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} engines: {node: '>=6.9.0'} @@ -4201,7 +4272,7 @@ packages: dependencies: '@babel/template': 7.22.15 '@babel/traverse': 7.23.3 - '@babel/types': 7.23.3 + '@babel/types': 7.23.6 transitivePeerDependencies: - supports-color dev: true @@ -4227,7 +4298,7 @@ packages: engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.23.3 + '@babel/types': 7.23.6 dev: true /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.22.15(@babel/core@7.23.0): @@ -5266,13 +5337,13 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.22.13 - '@babel/generator': 7.23.3 + '@babel/generator': 7.23.6 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-function-name': 7.23.0 '@babel/helper-hoist-variables': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 '@babel/parser': 7.23.3 - '@babel/types': 7.23.3 + '@babel/types': 7.23.6 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: @@ -5288,17 +5359,18 @@ packages: to-fast-properties: 2.0.0 dev: true - /@babel/types@7.23.3: - resolution: {integrity: sha512-OZnvoH2l8PK5eUvEcUyCt/sXgr/h+UWpVuBbOljwcrAgUl6lpchoQ++PHGyQy1AtYnVA6CEq3y5xeEI10brpXw==} + /@babel/types@7.23.6: + resolution: {integrity: sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-string-parser': 7.22.5 + '@babel/helper-string-parser': 7.23.4 '@babel/helper-validator-identifier': 7.22.20 to-fast-properties: 2.0.0 dev: true /@balena/dockerignore@1.0.2: resolution: {integrity: sha512-wMue2Sy4GAVTk6Ic4tJVcnfdau+gx2EnG7S+uAEe+TWJFqE4YoWN4/H8MSLj4eYJKxGg26lZwboEniNiNwZQ6Q==} + dev: true /@base2/pretty-print-object@1.0.1: resolution: {integrity: sha512-4iri8i1AqYHJE2DstZYkyEprg6Pq6sKx3xn5FpySk9sNhH7qN2LLlHJCfDTZRILNwQNPD7mATWM0TBui7uC1pA==} @@ -5308,27 +5380,29 @@ packages: resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} dev: true - /@cdktf/cli-core@0.17.0(react@17.0.2): - resolution: {integrity: sha512-SW84rbcnvUsROC5FOIw6AXBGq2cBAdM278ar7j3PPTaun5tjYZaImIN70YFI5aV2A8PDm8yoilZADem8/2rUUA==} + /@cdktf/cli-core@0.20.3(react@17.0.2): + resolution: {integrity: sha512-FlxQC7VFmOvYV/0CAd3BRP45nvrjFu1QEfr0OuS0YfyBpF/GG1FCBm1D7hepfqkxbvpGUxglI/JhCoI9IYQ54Q==} dependencies: - '@cdktf/commons': 0.17.0 - '@cdktf/hcl2cdk': 0.17.0 - '@cdktf/hcl2json': 0.17.0 - '@cdktf/node-pty-prebuilt-multiarch': 0.10.1-pre.10 - '@sentry/node': 6.19.7 + '@cdktf/commons': 0.20.3(constructs@10.1.167) + '@cdktf/hcl-tools': 0.20.3 + '@cdktf/hcl2cdk': 0.20.3(constructs@10.1.167) + '@cdktf/hcl2json': 0.20.3 + '@cdktf/node-pty-prebuilt-multiarch': 0.10.1-pre.11 + '@cdktf/provider-schema': 0.20.3(constructs@10.1.167) + '@sentry/node': 7.91.0 archiver: 5.3.2 - cdktf: 0.17.0(constructs@10.2.70) + cdktf: 0.20.3(constructs@10.1.167) chalk: 4.1.2 chokidar: 3.5.3 - cli-spinners: 2.7.0 - codemaker: 1.94.0 - constructs: 10.2.70 + cli-spinners: 2.9.2 + codemaker: 1.93.0 + constructs: 10.1.167 cross-fetch: 3.1.8 cross-spawn: 7.0.3 detect-port: 1.5.1 execa: 5.1.1 extract-zip: 2.0.1 - follow-redirects: 1.15.3 + follow-redirects: 1.15.4 fs-extra: 8.1.0 https-proxy-agent: 5.0.1 indent-string: 4.0.0 @@ -5337,9 +5411,9 @@ packages: ink-spinner: 4.0.3(ink@3.2.0)(react@17.0.2) ink-testing-library: 2.1.0 ink-use-stdout-dimensions: 1.0.5(ink@3.2.0)(react@17.0.2) - jsii: 5.3.11(patch_hash=ckgthkljzwfnfbd5qz6x7vtvme) - jsii-pacmak: 1.94.0 - jsii-srcmak: 0.1.951 + jsii: 5.3.3 + jsii-pacmak: 1.93.0 + jsii-srcmak: 0.1.999 lodash.isequal: 4.5.0 log4js: 6.9.1 minimatch: 5.1.6 @@ -5354,10 +5428,10 @@ packages: tunnel-agent: 0.6.0 uuid: 8.3.2 xml-js: 1.6.11 - xstate: 4.38.2 + xstate: 4.38.3 yargs: 17.7.2 yoga-layout-prebuilt: 1.10.0 - zod: 1.11.17 + zod: 3.22.4 transitivePeerDependencies: - '@types/react' - bufferutil @@ -5368,83 +5442,106 @@ packages: - utf-8-validate dev: true - /@cdktf/commons@0.17.0: - resolution: {integrity: sha512-zXWuaU/5HpIrg+IJPcCIp+yJHsn34Z0tmB6OusCofjhK677TLDt+jE5KKhgThM+NJLBYW5iSd8dMqn9e5KZong==} + /@cdktf/commons@0.20.3(constructs@10.1.167): + resolution: {integrity: sha512-9vysGHMeUnvv5G59bBKGHs7Gh3XaW9gqfmDU4xIivwsTLmcFJERUQGDrHNB3DNgLLc8LCCOTN0FKte51Mx+VgA==} dependencies: - '@npmcli/ci-detect': 1.4.0 - '@sentry/node': 6.19.7 - cdktf: 0.17.0(constructs@10.2.70) + '@sentry/node': 7.94.1 + cdktf: 0.20.3(constructs@10.1.167) + ci-info: 3.9.0 codemaker: 1.94.0 - constructs: 10.2.70 cross-spawn: 7.0.3 - follow-redirects: 1.15.3 - fs-extra: 8.1.0 + follow-redirects: 1.15.5 + fs-extra: 11.2.0 is-valid-domain: 0.1.6 log4js: 6.9.1 - uuid: 8.3.2 + strip-ansi: 6.0.1 + uuid: 9.0.1 transitivePeerDependencies: + - constructs - debug - supports-color dev: true - /@cdktf/hcl2cdk@0.17.0: - resolution: {integrity: sha512-RkBTWlK15YjO5wqlgmLyPBy2nsoeIFZRI5EhaPeYhqjBr8qHH+Zhg4/jSSfW/trrdZazIortQzdfdbShvZYhhw==} + /@cdktf/hcl-tools@0.20.3: + resolution: {integrity: sha512-S0i3XKSFVVRW16xvodbIC81/2WiEAySJQK3JttmMMgADWGs76j9aIiDOZzs0NF9EbLY4QkxgcPApO33l9EATLw==} + dev: true + + /@cdktf/hcl2cdk@0.20.3(constructs@10.1.167): + resolution: {integrity: sha512-XXNDp52vIXh2revaaosE/e6TXY6SDoss48cCJ1FQjd5GJw9HdwAXEhQvCH59v7wAVokZk3NGEUybSXHq3zwCYA==} dependencies: - '@babel/generator': 7.23.0 + '@babel/generator': 7.23.6 '@babel/template': 7.22.15 - '@babel/types': 7.23.0 - '@cdktf/commons': 0.17.0 - '@cdktf/hcl2json': 0.17.0 - '@cdktf/provider-generator': 0.17.0 + '@babel/types': 7.23.6 + '@cdktf/commons': 0.20.3(constructs@10.1.167) + '@cdktf/hcl2json': 0.20.3 + '@cdktf/provider-generator': 0.20.3(constructs@10.1.167) + '@cdktf/provider-schema': 0.20.3(constructs@10.1.167) camelcase: 6.3.0 - deep-equal: 2.2.2 + cdktf: 0.20.3(constructs@10.1.167) + codemaker: 1.94.0 + deep-equal: 2.2.3 glob: 10.3.10 graphology: 0.25.4(graphology-types@0.24.7) graphology-types: 0.24.7 - jsii-rosetta: 5.0.11 + jsii-rosetta: 5.3.7 prettier: 2.8.8 reserved-words: 0.1.2 zod: 3.22.4 transitivePeerDependencies: + - constructs - debug - supports-color dev: true - /@cdktf/hcl2json@0.17.0: - resolution: {integrity: sha512-PNEDsVJBHqlBZtQNvMimjpkIkqqrRqWq7NVJaGiCSpb02rf5VeCgJvZhY0stUXd6hmsi4pg/Y10v4tjv7gb/XA==} + /@cdktf/hcl2json@0.20.3: + resolution: {integrity: sha512-GCq/GrVRXI0nR5gQM0LW7pxEA/tZav0dGQZGowHif/vXsMlOZjTh/F1ISVmDUCkNHV7pgbFmy6tDg7RtsiavXw==} dependencies: - fs-extra: 11.1.1 + fs-extra: 11.2.0 dev: true - /@cdktf/node-pty-prebuilt-multiarch@0.10.1-pre.10: - resolution: {integrity: sha512-5ysQrHJvqYLYg407KvaDNu+xx68ZGaqeF0SohXe5e4yNqJhPFPUQ536rkReQcPc2yZiF5PDmmvf5T9MOacHpSQ==} + /@cdktf/node-pty-prebuilt-multiarch@0.10.1-pre.11: + resolution: {integrity: sha512-qvga/nzEtdCJMu/6jJfDqpzbRejvXtNhWFnbubfuYyN5nMNORNXX+POT4j+mQSDQar5bIQ1a812szw/zr47cfw==} requiresBuild: true dependencies: nan: 2.18.0 prebuild-install: 7.1.1 dev: true - /@cdktf/provider-aws@15.0.0(cdktf@0.17.0)(constructs@10.2.70): - resolution: {integrity: sha512-GeXpsU8+TsXhFFowjos+7bYv2CDAMHjOlKxXTx6aaqEO7BTlyqXBM/Qetw6y/6MxwIcyEf5siduBeT6T3lg3Dg==} - engines: {node: '>= 16.14.0'} + /@cdktf/provider-aws@19.3.0(cdktf@0.20.3)(constructs@10.3.0): + resolution: {integrity: sha512-8PyEnXfjUZslNwr0Nt+34AhBz9cMlC5LsvtauUaPbRh6BaSE45UX0w7ykG4Tzkx6/On0zrH23XdL31DWgLG3Ig==} + engines: {node: '>= 18.12.0'} peerDependencies: - cdktf: ^0.17.0 - constructs: ^10.0.0 + cdktf: ^0.20.0 + constructs: ^10.3.0 dependencies: - cdktf: 0.17.0(constructs@10.2.70) - constructs: 10.2.70 + cdktf: 0.20.3(constructs@10.3.0) + constructs: 10.3.0 - /@cdktf/provider-generator@0.17.0: - resolution: {integrity: sha512-/Ei9uVuLT6xjJIn6hvGepmS7tOjOAYsUplpc3J2jS1US85aO7oMASgjjgISvDC7saddLqhYCfysSWrYU5zUp0g==} + /@cdktf/provider-generator@0.20.3(constructs@10.1.167): + resolution: {integrity: sha512-PIu/7kK3YZk9YefCTqJ8OiSER2zojz1EvpeeOxpIj+m98iMB2fpIRAA0ytVzkC3ilbDRCLyQb6+SlMxgSnenYg==} dependencies: - '@cdktf/commons': 0.17.0 - '@cdktf/hcl2json': 0.17.0 - '@types/node': 16.18.23 + '@cdktf/commons': 0.20.3(constructs@10.1.167) + '@cdktf/provider-schema': 0.20.3(constructs@10.1.167) + '@types/node': 18.19.7 codemaker: 1.94.0 - deepmerge: 4.3.1 fs-extra: 8.1.0 - jsii-srcmak: 0.1.951 + glob: 10.3.10 + jsii-srcmak: 0.1.1005 transitivePeerDependencies: + - constructs + - debug + - supports-color + dev: true + + /@cdktf/provider-schema@0.20.3(constructs@10.1.167): + resolution: {integrity: sha512-fgqHtVY5FYN2spYsDLTPOxvspWu2JfmV4nxThVwd8bGBmdFf36ceWCSyyuc5tnSd4rJstXoAXMkTYlX2GtOubQ==} + dependencies: + '@cdktf/commons': 0.20.3(constructs@10.1.167) + '@cdktf/hcl2json': 0.20.3 + deepmerge: 4.3.1 + fs-extra: 11.2.0 + transitivePeerDependencies: + - constructs - debug - supports-color dev: true @@ -6428,8 +6525,8 @@ packages: chalk: 4.1.2 dev: true - /@inquirer/prompts@2.3.1: - resolution: {integrity: sha512-YQeBFzIE+6fcec5N/U2mSz+IcKEG4wtGDwF7MBLIDgITWzB3o723JpKJ1rxWqdCvTXkYE+gDXK/seSN6omo3DQ==} + /@inquirer/prompts@2.3.0: + resolution: {integrity: sha512-x79tSDIZAibOl9WaBoOuyaQqNnisOO8Pk0qWyulP/nPaD/WkoRvkzk7hR4WTRmWAyE8CNbjdYgGltvd0qmvCGQ==} engines: {node: '>=14.18.0'} dependencies: '@inquirer/checkbox': 1.4.0 @@ -6990,16 +7087,8 @@ packages: '@jridgewell/sourcemap-codec': 1.4.15 dev: true - /@jsii/check-node@1.84.0: - resolution: {integrity: sha512-gLa+N1WKksCjTXaK8VMjTbEXf58QlrDOovoTOEzhGNgTFyAUX8woIRAUmk+X70ssDzBvgh3E98mIsDKoWOp6zA==} - engines: {node: '>= 14.17.0'} - dependencies: - chalk: 4.1.2 - semver: 7.5.4 - dev: true - - /@jsii/check-node@1.88.0: - resolution: {integrity: sha512-AveFyqkJIb8qZvGk5nZal/8mEJB6lWhwqvAQLodHmqE3WzpmZD5+h+aspBVt0El5cEFRJ1k1mrQqhAnJCVpvxg==} + /@jsii/check-node@1.93.0: + resolution: {integrity: sha512-NLn1Js6wEG2hYjH7gE5Q8s/hPlp3I+KhK/T8ykGdYVod7iODnk/0QVSZsk2iEyuw8NzvvgXUDBWreadUIWSz+g==} engines: {node: '>= 14.17.0'} dependencies: chalk: 4.1.2 @@ -7131,11 +7220,6 @@ packages: - supports-color dev: false - /@npmcli/ci-detect@1.4.0: - resolution: {integrity: sha512-3BGrt6FLjqM6br5AhWRKTr3u5GIVkjRYeAFrMp3HjnfICrg4xOrVRwFavKT6tsp++bq5dluL5t8ME/Nha/6c1Q==} - deprecated: this package has been deprecated, use `ci-info` instead - dev: true - /@npmcli/fs@3.1.0: resolution: {integrity: sha512-7kZUAaLscfgbwBQRbvdMYaZOWyMEcPTH/tJjnyAWJ/dvvs9Ef+CERx/qJb9GExJpl1qipaDGn7KqHnFGGixd0w==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} @@ -8968,62 +9052,133 @@ packages: - encoding dev: false - /@sentry/core@6.19.7: - resolution: {integrity: sha512-tOfZ/umqB2AcHPGbIrsFLcvApdTm9ggpi/kQZFkej7kMphjT+SGBiQfYtjyg9jcRW+ilAR4JXC9BGKsdEQ+8Vw==} - engines: {node: '>=6'} + /@sentry-internal/tracing@7.64.0: + resolution: {integrity: sha512-1XE8W6ki7hHyBvX9hfirnGkKDBKNq3bDJyXS86E0bYVDl94nvbRM9BD9DHsCFetqYkVm1yDGEK+6aUVs4CztoQ==} + engines: {node: '>=8'} + dependencies: + '@sentry/core': 7.64.0 + '@sentry/types': 7.64.0 + '@sentry/utils': 7.64.0 + tslib: 2.6.2 + dev: true + + /@sentry-internal/tracing@7.91.0: + resolution: {integrity: sha512-JH5y6gs6BS0its7WF2DhySu7nkhPDfZcdpAXldxzIlJpqFkuwQKLU5nkYJpiIyZz1NHYYtW5aum2bV2oCOdDRA==} + engines: {node: '>=8'} + dependencies: + '@sentry/core': 7.91.0 + '@sentry/types': 7.91.0 + '@sentry/utils': 7.91.0 + dev: true + + /@sentry-internal/tracing@7.94.1: + resolution: {integrity: sha512-znxCdrz7tPXm9Bwoe46PW72Zr0Iv7bXT6+b2LNg5fxWiCQVBbQFrMuVvtXEmHxeRRJVEgTh/4TdulB7wrtQIUQ==} + engines: {node: '>=8'} + dependencies: + '@sentry/core': 7.94.1 + '@sentry/types': 7.94.1 + '@sentry/utils': 7.94.1 + dev: true + + /@sentry/core@7.64.0: + resolution: {integrity: sha512-IzmEyl5sNG7NyEFiyFHEHC+sizsZp9MEw1+RJRLX6U5RITvcsEgcajSkHQFafaBPzRrcxZMdm47Cwhl212LXcw==} + engines: {node: '>=8'} + dependencies: + '@sentry/types': 7.64.0 + '@sentry/utils': 7.64.0 + tslib: 2.6.2 + dev: true + + /@sentry/core@7.91.0: + resolution: {integrity: sha512-tu+gYq4JrTdrR+YSh5IVHF0fJi/Pi9y0HZ5H9HnYy+UMcXIotxf6hIEaC6ZKGeLWkGXffz2gKpQLe/g6vy/lPA==} + engines: {node: '>=8'} + dependencies: + '@sentry/types': 7.91.0 + '@sentry/utils': 7.91.0 + dev: true + + /@sentry/core@7.94.1: + resolution: {integrity: sha512-4sjiMnkbGpv9O98YHVZe7fHNwwdYl+zLoCOoEOadtrJ1EYYvnK/MSixN2HJF7g/0s22xd4xY958QyNIRVR+Iiw==} + engines: {node: '>=8'} + dependencies: + '@sentry/types': 7.94.1 + '@sentry/utils': 7.94.1 + dev: true + + /@sentry/node@7.64.0: + resolution: {integrity: sha512-wRi0uTnp1WSa83X2yLD49tV9QPzGh5e42IKdIDBiQ7lV9JhLILlyb34BZY1pq6p4dp35yDasDrP3C7ubn7wo6A==} + engines: {node: '>=8'} + dependencies: + '@sentry-internal/tracing': 7.64.0 + '@sentry/core': 7.64.0 + '@sentry/types': 7.64.0 + '@sentry/utils': 7.64.0 + cookie: 0.4.2 + https-proxy-agent: 5.0.1 + lru_map: 0.3.3 + tslib: 2.6.2 + transitivePeerDependencies: + - supports-color + dev: true + + /@sentry/node@7.91.0: + resolution: {integrity: sha512-hTIfSQxD7L+AKIqyjoq8CWBRkEQrrMZmA3GSZgPI5JFWBHgO0HBo5TH/8TU81oEJh6kqqHAl2ObMhmcnaFqlzg==} + engines: {node: '>=8'} dependencies: - '@sentry/hub': 6.19.7 - '@sentry/minimal': 6.19.7 - '@sentry/types': 6.19.7 - '@sentry/utils': 6.19.7 - tslib: 1.14.1 + '@sentry-internal/tracing': 7.91.0 + '@sentry/core': 7.91.0 + '@sentry/types': 7.91.0 + '@sentry/utils': 7.91.0 + https-proxy-agent: 5.0.1 + transitivePeerDependencies: + - supports-color dev: true - /@sentry/hub@6.19.7: - resolution: {integrity: sha512-y3OtbYFAqKHCWezF0EGGr5lcyI2KbaXW2Ik7Xp8Mu9TxbSTuwTe4rTntwg8ngPjUQU3SUHzgjqVB8qjiGqFXCA==} - engines: {node: '>=6'} + /@sentry/node@7.94.1: + resolution: {integrity: sha512-30nyrfVbY1vNoWg5ptGW+soykU532VvKLuXiKty3SKEXjp5bv23JrCcVtuwp9KrW4josHOJbxZUqeNni85YplQ==} + engines: {node: '>=8'} dependencies: - '@sentry/types': 6.19.7 - '@sentry/utils': 6.19.7 - tslib: 1.14.1 + '@sentry-internal/tracing': 7.94.1 + '@sentry/core': 7.94.1 + '@sentry/types': 7.94.1 + '@sentry/utils': 7.94.1 dev: true - /@sentry/minimal@6.19.7: - resolution: {integrity: sha512-wcYmSJOdvk6VAPx8IcmZgN08XTXRwRtB1aOLZm+MVHjIZIhHoBGZJYTVQS/BWjldsamj2cX3YGbGXNunaCfYJQ==} - engines: {node: '>=6'} - dependencies: - '@sentry/hub': 6.19.7 - '@sentry/types': 6.19.7 - tslib: 1.14.1 + /@sentry/types@7.64.0: + resolution: {integrity: sha512-LqjQprWXjUFRmzIlUjyA+KL+38elgIYmAeoDrdyNVh8MK5IC1W2Lh1Q87b4yOiZeMiIhIVNBd7Ecoh2rodGrGA==} + engines: {node: '>=8'} dev: true - /@sentry/node@6.19.7: - resolution: {integrity: sha512-gtmRC4dAXKODMpHXKfrkfvyBL3cI8y64vEi3fDD046uqYcrWdgoQsffuBbxMAizc6Ez1ia+f0Flue6p15Qaltg==} - engines: {node: '>=6'} + /@sentry/types@7.91.0: + resolution: {integrity: sha512-bcQnb7J3P3equbCUc+sPuHog2Y47yGD2sCkzmnZBjvBT0Z1B4f36fI/5WjyZhTjLSiOdg3F2otwvikbMjmBDew==} + engines: {node: '>=8'} + dev: true + + /@sentry/types@7.94.1: + resolution: {integrity: sha512-A7CdEXFSgGyWv2BT2p9cAvJfb+dypvOtsY8ZvZvdPLUa7kqCV7ndhURUqKjvMBzsL2GParHn3ehDTl2eVc7pvA==} + engines: {node: '>=8'} + dev: true + + /@sentry/utils@7.64.0: + resolution: {integrity: sha512-HRlM1INzK66Gt+F4vCItiwGKAng4gqzCR4C5marsL3qv6SrKH98dQnCGYgXluSWaaa56h97FRQu7TxCk6jkSvQ==} + engines: {node: '>=8'} dependencies: - '@sentry/core': 6.19.7 - '@sentry/hub': 6.19.7 - '@sentry/types': 6.19.7 - '@sentry/utils': 6.19.7 - cookie: 0.4.2 - https-proxy-agent: 5.0.1 - lru_map: 0.3.3 - tslib: 1.14.1 - transitivePeerDependencies: - - supports-color + '@sentry/types': 7.64.0 + tslib: 2.6.2 dev: true - /@sentry/types@6.19.7: - resolution: {integrity: sha512-jH84pDYE+hHIbVnab3Hr+ZXr1v8QABfhx39KknxqKWr2l0oEItzepV0URvbEhB446lk/S/59230dlUUIBGsXbg==} - engines: {node: '>=6'} + /@sentry/utils@7.91.0: + resolution: {integrity: sha512-fvxjrEbk6T6Otu++Ax9ntlQ0sGRiwSC179w68aC3u26Wr30FAIRKqHTCCdc2jyWk7Gd9uWRT/cq+g8NG/8BfSg==} + engines: {node: '>=8'} + dependencies: + '@sentry/types': 7.91.0 dev: true - /@sentry/utils@6.19.7: - resolution: {integrity: sha512-z95ECmE3i9pbWoXQrD/7PgkBAzJYR+iXtPuTkpBjDKs86O3mT+PXOT3BAn79w2wkn7/i3vOGD2xVr1uiMl26dA==} - engines: {node: '>=6'} + /@sentry/utils@7.94.1: + resolution: {integrity: sha512-gQ2EaMpUU1gGH3S+iqpog9gkXbCo8tlhGYA9a5FUtEtER3D3OAlp8dGFwClwzWDAwzjdLT1+X55zmEptU1cP/A==} + engines: {node: '>=8'} dependencies: - '@sentry/types': 6.19.7 - tslib: 1.14.1 + '@sentry/types': 7.94.1 dev: true /@sigstore/bundle@1.1.0: @@ -9147,14 +9302,6 @@ packages: resolution: {integrity: sha512-sXXKG+uL9IrKqViTtao2Ws6dy0znu9sOaP1di/jKGW1M6VssO8vlpXCQcpZ+jisQ1tTFAC5Jo/EOzFbggBagFQ==} dev: true - /@smithy/abort-controller@2.0.11: - resolution: {integrity: sha512-MSzE1qR2JNyb7ot3blIOT3O3H0Jn06iNDEgHRaqZUwBgx5EG+VIx24Y21tlKofzYryIOcWpIohLrIIyocD6LMA==} - engines: {node: '>=14.0.0'} - dependencies: - '@smithy/types': 2.9.1 - tslib: 2.6.2 - dev: false - /@smithy/abort-controller@2.0.12: resolution: {integrity: sha512-YIJyefe1mi3GxKdZxEBEuzYOeQ9xpYfqnFmWzojCssRAuR7ycxwpoRQgp965vuW426xUAQhCV5rCaWElQ7XsaA==} engines: {node: '>=14.0.0'} @@ -9183,17 +9330,6 @@ packages: tslib: 2.6.2 dev: false - /@smithy/config-resolver@2.0.14: - resolution: {integrity: sha512-K1K+FuWQoy8j/G7lAmK85o03O89s2Vvh6kMFmzEmiHUoQCRH1rzbDtMnGNiaMHeSeYJ6y79IyTusdRG+LuWwtg==} - engines: {node: '>=14.0.0'} - dependencies: - '@smithy/node-config-provider': 2.1.1 - '@smithy/types': 2.3.5 - '@smithy/util-config-provider': 2.0.0 - '@smithy/util-middleware': 2.0.4 - tslib: 2.6.2 - dev: false - /@smithy/config-resolver@2.0.16: resolution: {integrity: sha512-1k+FWHQDt2pfpXhJsOmNMmlAZ3NUQ98X5tYsjQhVGq+0X6cOBMhfh6Igd0IX3Ut6lEO6DQAdPMI/blNr3JZfMQ==} engines: {node: '>=14.0.0'} @@ -9227,18 +9363,6 @@ packages: '@smithy/types': 2.9.1 '@smithy/util-middleware': 2.1.1 tslib: 2.6.2 - dev: true - - /@smithy/credential-provider-imds@2.0.16: - resolution: {integrity: sha512-tKa2xF+69TvGxJT+lnJpGrKxUuAZDLYXFhqnPEgnHz+psTpkpcB4QRjHj63+uj83KaeFJdTfW201eLZeRn6FfA==} - engines: {node: '>=14.0.0'} - dependencies: - '@smithy/node-config-provider': 2.2.1 - '@smithy/property-provider': 2.1.1 - '@smithy/types': 2.9.1 - '@smithy/url-parser': 2.1.1 - tslib: 2.6.2 - dev: false /@smithy/credential-provider-imds@2.0.18: resolution: {integrity: sha512-QnPBi6D2zj6AHJdUTo5zXmk8vwHJ2bNevhcVned1y+TZz/OI5cizz5DsYNkqFUIDn8tBuEyKNgbmKVNhBbuY3g==} @@ -9313,16 +9437,6 @@ packages: tslib: 2.6.2 dev: false - /@smithy/fetch-http-handler@2.2.2: - resolution: {integrity: sha512-K7aRtRuaBjzlk+jWWeyfDTLAmRRvmA4fU8eHUXtjsuEDgi3f356ZE32VD2ssxIH13RCLVZbXMt5h7wHzYiSuVA==} - dependencies: - '@smithy/protocol-http': 3.0.7 - '@smithy/querystring-builder': 2.0.11 - '@smithy/types': 2.3.5 - '@smithy/util-base64': 2.0.0 - tslib: 2.6.2 - dev: false - /@smithy/fetch-http-handler@2.2.4: resolution: {integrity: sha512-gIPRFEGi+c6V52eauGKrjDzPWF2Cu7Z1r5F8A3j2wcwz25sPG/t8kjsbEhli/tS/2zJp/ybCZXe4j4ro3yv/HA==} dependencies: @@ -9351,16 +9465,6 @@ packages: tslib: 2.6.2 dev: false - /@smithy/hash-node@2.0.11: - resolution: {integrity: sha512-PbleVugN2tbhl1ZoNWVrZ1oTFFas/Hq+s6zGO8B9bv4w/StTriTKA9W+xZJACOj9X7zwfoTLbscM+avCB1KqOQ==} - engines: {node: '>=14.0.0'} - dependencies: - '@smithy/types': 2.3.5 - '@smithy/util-buffer-from': 2.0.0 - '@smithy/util-utf8': 2.0.0 - tslib: 2.6.2 - dev: false - /@smithy/hash-node@2.0.12: resolution: {integrity: sha512-fDZnTr5j9t5qcbeJ037aMZXxMka13Znqwrgy3PAqYj6Dm3XHXHftTH3q+NWgayUxl1992GFtQt1RuEzRMy3NnQ==} engines: {node: '>=14.0.0'} @@ -9389,13 +9493,6 @@ packages: tslib: 2.6.2 dev: false - /@smithy/invalid-dependency@2.0.11: - resolution: {integrity: sha512-zazq99ujxYv/NOf9zh7xXbNgzoVLsqE0wle8P/1zU/XdhPi/0zohTPKWUzIxjGdqb5hkkwfBkNkl5H+LE0mvgw==} - dependencies: - '@smithy/types': 2.3.5 - tslib: 2.6.2 - dev: false - /@smithy/invalid-dependency@2.0.12: resolution: {integrity: sha512-p5Y+iMHV3SoEpy3VSR7mifbreHQwVSvHSAz/m4GdoXfOzKzaYC8hYv10Ks7Deblkf7lhas8U+lAp9ThbBM+ZXA==} dependencies: @@ -9430,15 +9527,6 @@ packages: tslib: 2.6.2 dev: false - /@smithy/middleware-content-length@2.0.13: - resolution: {integrity: sha512-Md2kxWpaec3bXp1oERFPQPBhOXCkGSAF7uc1E+4rkwjgw3/tqAXRtbjbggu67HJdwaif76As8AV6XxbD1HzqTQ==} - engines: {node: '>=14.0.0'} - dependencies: - '@smithy/protocol-http': 3.0.7 - '@smithy/types': 2.3.5 - tslib: 2.6.2 - dev: false - /@smithy/middleware-content-length@2.0.14: resolution: {integrity: sha512-poUNgKTw9XwPXfX9nEHpVgrMNVpaSMZbshqvPxFVoalF4wp6kRzYKOfdesSVectlQ51VtigoLfbXcdyPwvxgTg==} engines: {node: '>=14.0.0'} @@ -9456,17 +9544,6 @@ packages: '@smithy/types': 2.9.1 tslib: 2.6.2 - /@smithy/middleware-endpoint@2.0.11: - resolution: {integrity: sha512-mCugsvB15up6fqpzUEpMT4CuJmFkEI+KcozA7QMzYguXCaIilyMKsyxgamwmr+o7lo3QdjN0//XLQ9bWFL129g==} - engines: {node: '>=14.0.0'} - dependencies: - '@smithy/middleware-serde': 2.0.11 - '@smithy/types': 2.3.5 - '@smithy/url-parser': 2.0.11 - '@smithy/util-middleware': 2.0.4 - tslib: 2.6.2 - dev: false - /@smithy/middleware-endpoint@2.1.3: resolution: {integrity: sha512-ZrQ0/YX6hNVTxqMEHtEaDbDv6pNeEji/a5Vk3HuFC5R3ZY8lfoATyxmOGxBVYnF3NUvZLNC7umEv1WzWGWvCGQ==} engines: {node: '>=14.0.0'} @@ -9492,20 +9569,6 @@ packages: '@smithy/util-middleware': 2.1.1 tslib: 2.6.2 - /@smithy/middleware-retry@2.0.16: - resolution: {integrity: sha512-Br5+0yoiMS0ugiOAfJxregzMMGIRCbX4PYo1kDHtLgvkA/d++aHbnHB819m5zOIAMPvPE7AThZgcsoK+WOsUTA==} - engines: {node: '>=14.0.0'} - dependencies: - '@smithy/node-config-provider': 2.1.1 - '@smithy/protocol-http': 3.0.7 - '@smithy/service-error-classification': 2.0.4 - '@smithy/types': 2.3.5 - '@smithy/util-middleware': 2.0.4 - '@smithy/util-retry': 2.0.4 - tslib: 2.6.2 - uuid: 8.3.2 - dev: false - /@smithy/middleware-retry@2.0.18: resolution: {integrity: sha512-VyrHQRldGSb3v9oFOB5yPxmLT7U2sQic2ytylOnYlnsmVOLlFIaI6sW22c+w2675yq+XZ6HOuzV7x2OBYCWRNA==} engines: {node: '>=14.0.0'} @@ -9534,14 +9597,6 @@ packages: tslib: 2.6.2 uuid: 8.3.2 - /@smithy/middleware-serde@2.0.11: - resolution: {integrity: sha512-NuxnjMyf4zQqhwwdh0OTj5RqpnuT6HcH5Xg5GrPijPcKzc2REXVEVK4Yyk8ckj8ez1XSj/bCmJ+oNjmqB02GWA==} - engines: {node: '>=14.0.0'} - dependencies: - '@smithy/types': 2.3.5 - tslib: 2.6.2 - dev: false - /@smithy/middleware-serde@2.0.12: resolution: {integrity: sha512-IBeco157lIScecq2Z+n0gq56i4MTnfKxS7rbfrAORveDJgnbBAaEQgYqMqp/cYqKrpvEXcyTjwKHrBjCCIZh2A==} engines: {node: '>=14.0.0'} @@ -9557,14 +9612,6 @@ packages: '@smithy/types': 2.9.1 tslib: 2.6.2 - /@smithy/middleware-stack@2.0.5: - resolution: {integrity: sha512-bVQU/rZzBY7CbSxIrDTGZYnBWKtIw+PL/cRc9B7etZk1IKSOe0NvKMJyWllfhfhrTeMF6eleCzOihIQympAvPw==} - engines: {node: '>=14.0.0'} - dependencies: - '@smithy/types': 2.3.5 - tslib: 2.6.2 - dev: false - /@smithy/middleware-stack@2.0.6: resolution: {integrity: sha512-YSvNZeOKWLJ0M/ycxwDIe2Ztkp6Qixmcml1ggsSv2fdHKGkBPhGrX5tMzPGMI1yyx55UEYBi2OB4s+RriXX48A==} engines: {node: '>=14.0.0'} @@ -9580,16 +9627,6 @@ packages: '@smithy/types': 2.9.1 tslib: 2.6.2 - /@smithy/node-config-provider@2.1.1: - resolution: {integrity: sha512-1lF6s1YWBi1LBu2O30tD3jyTgMtuvk/Z1twzXM4GPYe4dmZix4nNREPJIPOcfFikNU2o0eTYP80+izx5F2jIJA==} - engines: {node: '>=14.0.0'} - dependencies: - '@smithy/property-provider': 2.0.12 - '@smithy/shared-ini-file-loader': 2.2.0 - '@smithy/types': 2.3.5 - tslib: 2.6.2 - dev: false - /@smithy/node-config-provider@2.1.3: resolution: {integrity: sha512-J6lXvRHGVnSX3n1PYi+e1L5HN73DkkJpUviV3Ebf+8wSaIjAf+eVNbzyvh/S5EQz7nf4KVfwbD5vdoZMAthAEQ==} engines: {node: '>=14.0.0'} @@ -9609,17 +9646,6 @@ packages: '@smithy/types': 2.9.1 tslib: 2.6.2 - /@smithy/node-http-handler@2.1.7: - resolution: {integrity: sha512-PQIKZXlp3awCDn/xNlCSTFE7aYG/5Tx33M05NfQmWYeB5yV1GZZOSz4dXpwiNJYTXb9jPqjl+ueXXkwtEluFFA==} - engines: {node: '>=14.0.0'} - dependencies: - '@smithy/abort-controller': 2.0.11 - '@smithy/protocol-http': 3.0.7 - '@smithy/querystring-builder': 2.0.11 - '@smithy/types': 2.3.5 - tslib: 2.6.2 - dev: false - /@smithy/node-http-handler@2.1.8: resolution: {integrity: sha512-KZylM7Wff/So5SmCiwg2kQNXJ+RXgz34wkxS7WNwIUXuZrZZpY/jKJCK+ZaGyuESDu3TxcaY+zeYGJmnFKbQsA==} engines: {node: '>=14.0.0'} @@ -9641,14 +9667,6 @@ packages: '@smithy/types': 2.9.1 tslib: 2.6.2 - /@smithy/property-provider@2.0.12: - resolution: {integrity: sha512-Un/OvvuQ1Kg8WYtoMCicfsFFuHb/TKL3pCA6ZIo/WvNTJTR94RtoRnL7mY4XkkUAoFMyf6KjcQJ76y1FX7S5rw==} - engines: {node: '>=14.0.0'} - dependencies: - '@smithy/types': 2.9.1 - tslib: 2.6.2 - dev: false - /@smithy/property-provider@2.0.13: resolution: {integrity: sha512-VJqUf2CbsQX6uUiC5dUPuoEATuFjkbkW3lJHbRnpk9EDC9X+iKqhfTK+WP+lve5EQ9TcCI1Q6R7hrg41FyC54w==} engines: {node: '>=14.0.0'} @@ -9664,22 +9682,6 @@ packages: '@smithy/types': 2.9.1 tslib: 2.6.2 - /@smithy/protocol-http@2.0.5: - resolution: {integrity: sha512-d2hhHj34mA2V86doiDfrsy2fNTnUOowGaf9hKb0hIPHqvcnShU4/OSc4Uf1FwHkAdYF3cFXTrj5VGUYbEuvMdw==} - engines: {node: '>=14.0.0'} - dependencies: - '@smithy/types': 2.3.5 - tslib: 2.6.2 - dev: false - - /@smithy/protocol-http@3.0.7: - resolution: {integrity: sha512-HnZW8y+r66ntYueCDbLqKwWcMNWW8o3eVpSrHNluwtBJ/EUWfQHRKSiu6vZZtc6PGfPQWgVfucoCE/C3QufMAA==} - engines: {node: '>=14.0.0'} - dependencies: - '@smithy/types': 2.9.1 - tslib: 2.6.2 - dev: false - /@smithy/protocol-http@3.0.8: resolution: {integrity: sha512-SHJvYeWq8q0FK8xHk+xjV9dzDUDjFMT+G1pZbV+XB6OVoac/FSVshlMNPeUJ8AmSkcDKHRu5vASnRqZHgD3qhw==} engines: {node: '>=14.0.0'} @@ -9695,15 +9697,6 @@ packages: '@smithy/types': 2.9.1 tslib: 2.6.2 - /@smithy/querystring-builder@2.0.11: - resolution: {integrity: sha512-b4kEbVMxpmfv2VWUITn2otckTi7GlMteZQxi+jlwedoATOGEyrCJPfRcYQJjbCi3fZ2QTfh3PcORvB27+j38Yg==} - engines: {node: '>=14.0.0'} - dependencies: - '@smithy/types': 2.9.1 - '@smithy/util-uri-escape': 2.0.0 - tslib: 2.6.2 - dev: false - /@smithy/querystring-builder@2.0.12: resolution: {integrity: sha512-cDbF07IuCjiN8CdGvPzfJjXIrmDSelScRfyJYrYBNBbKl2+k7QD/KqiHhtRyEKgID5mmEVrV6KE6L/iPJ98sFw==} engines: {node: '>=14.0.0'} @@ -9721,14 +9714,6 @@ packages: '@smithy/util-uri-escape': 2.1.1 tslib: 2.6.2 - /@smithy/querystring-parser@2.0.11: - resolution: {integrity: sha512-YXe7jhi7s3dQ0Fu9dLoY/gLu6NCyy8tBWJL/v2c9i7/RLpHgKT+uT96/OqZkHizCJ4kr0ZD46tzMjql/o60KLg==} - engines: {node: '>=14.0.0'} - dependencies: - '@smithy/types': 2.9.1 - tslib: 2.6.2 - dev: false - /@smithy/querystring-parser@2.0.12: resolution: {integrity: sha512-fytyTcXaMzPBuNtPlhj5v6dbl4bJAnwKZFyyItAGt4Tgm9HFPZNo7a9r1SKPr/qdxUEBzvL9Rh+B9SkTX3kFxg==} engines: {node: '>=14.0.0'} @@ -9744,13 +9729,6 @@ packages: '@smithy/types': 2.9.1 tslib: 2.6.2 - /@smithy/service-error-classification@2.0.4: - resolution: {integrity: sha512-77506l12I5gxTZqBkx3Wb0RqMG81bMYLaVQ+EqIWFwQDJRs5UFeXogKxSKojCmz1wLUziHZQXm03MBzPQiumQw==} - engines: {node: '>=14.0.0'} - dependencies: - '@smithy/types': 2.9.1 - dev: false - /@smithy/service-error-classification@2.0.5: resolution: {integrity: sha512-M0SeJnEgD2ywJyV99Fb1yKFzmxDe9JfpJiYTVSRMyRLc467BPU0qsuuDPzMCdB1mU8M8u1rVOdkqdoyFN8UFTw==} engines: {node: '>=14.0.0'} @@ -9764,14 +9742,6 @@ packages: dependencies: '@smithy/types': 2.9.1 - /@smithy/shared-ini-file-loader@2.2.0: - resolution: {integrity: sha512-xFXqs4vAb5BdkzHSRrTapFoaqS4/3m/CGZzdw46fBjYZ0paYuLAoMY60ICCn1FfGirG+PiJ3eWcqJNe4/SkfyA==} - engines: {node: '>=14.0.0'} - dependencies: - '@smithy/types': 2.9.1 - tslib: 2.6.2 - dev: false - /@smithy/shared-ini-file-loader@2.2.2: resolution: {integrity: sha512-noyQUPn7b1M8uB0GEXc/Zyxq+5K2b7aaqWnLp+hgJ7+xu/FCvtyWy5eWLDjQEsHnAet2IZhS5QF8872OR69uNg==} engines: {node: '>=14.0.0'} @@ -9813,17 +9783,6 @@ packages: '@smithy/util-uri-escape': 2.1.1 '@smithy/util-utf8': 2.1.1 tslib: 2.6.2 - dev: true - - /@smithy/smithy-client@2.1.10: - resolution: {integrity: sha512-2OEmZDiW1Z196QHuQZ5M6cBE8FCSG0H2HADP1G+DY8P3agsvb0YJyfhyKuJbxIQy15tr3eDAK6FOrlbxgKOOew==} - engines: {node: '>=14.0.0'} - dependencies: - '@smithy/middleware-stack': 2.0.5 - '@smithy/types': 2.3.5 - '@smithy/util-stream': 2.0.17 - tslib: 2.6.2 - dev: false /@smithy/smithy-client@2.1.12: resolution: {integrity: sha512-XXqhridfkKnpj+lt8vM6HRlZbqUAqBjVC74JIi13F/AYQd/zTj9SOyGfxnbp4mjY9q28LityxIuV8CTinr9r5w==} @@ -9846,13 +9805,6 @@ packages: '@smithy/util-stream': 2.1.1 tslib: 2.6.2 - /@smithy/types@2.3.5: - resolution: {integrity: sha512-ehyDt8M9hehyxrLQGoA1BGPou8Js1Ocoh5M0ngDhJMqbFmNK5N6Xhr9/ZExWkyIW8XcGkiMPq3ZUEE0ScrhbuQ==} - engines: {node: '>=14.0.0'} - dependencies: - tslib: 2.6.2 - dev: false - /@smithy/types@2.4.0: resolution: {integrity: sha512-iH1Xz68FWlmBJ9vvYeHifVMWJf82ONx+OybPW8ZGf5wnEv2S0UXcU4zwlwJkRXuLKpcSLHrraHbn2ucdVXLb4g==} engines: {node: '>=14.0.0'} @@ -9865,14 +9817,6 @@ packages: dependencies: tslib: 2.6.2 - /@smithy/url-parser@2.0.11: - resolution: {integrity: sha512-h89yXMCCF+S5k9XIoKltMIWTYj+FcEkU/IIFZ6RtE222fskOTL4Iak6ZRG+ehSvZDt8yKEcxqheTDq7JvvtK3g==} - dependencies: - '@smithy/querystring-parser': 2.0.11 - '@smithy/types': 2.3.5 - tslib: 2.6.2 - dev: false - /@smithy/url-parser@2.0.12: resolution: {integrity: sha512-qgkW2mZqRvlNUcBkxYB/gYacRaAdck77Dk3/g2iw0S9F0EYthIS3loGfly8AwoWpIvHKhkTsCXXQfzksgZ4zIA==} dependencies: @@ -9955,17 +9899,6 @@ packages: dependencies: tslib: 2.6.2 - /@smithy/util-defaults-mode-browser@2.0.14: - resolution: {integrity: sha512-NupG7SWUucm3vJrvlpt9jG1XeoPJphjcivgcUUXhDJbUPy4F04LhlTiAhWSzwlCNcF8OJsMvZ/DWbpYD3pselw==} - engines: {node: '>= 10.0.0'} - dependencies: - '@smithy/property-provider': 2.0.12 - '@smithy/smithy-client': 2.1.10 - '@smithy/types': 2.3.5 - bowser: 2.11.0 - tslib: 2.6.2 - dev: false - /@smithy/util-defaults-mode-browser@2.0.16: resolution: {integrity: sha512-Uv5Cu8nVkuvLn0puX+R9zWbSNpLIR3AxUlPoLJ7hC5lvir8B2WVqVEkJLwtixKAncVLasnTVjPDCidtAUTGEQw==} engines: {node: '>= 10.0.0'} @@ -9987,19 +9920,6 @@ packages: bowser: 2.11.0 tslib: 2.6.2 - /@smithy/util-defaults-mode-node@2.0.18: - resolution: {integrity: sha512-+3jMom/b/Cdp21tDnY4vKu249Al+G/P0HbRbct7/aSZDlROzv1tksaYukon6UUv7uoHn+/McqnsvqZHLlqvQ0g==} - engines: {node: '>= 10.0.0'} - dependencies: - '@smithy/config-resolver': 2.0.14 - '@smithy/credential-provider-imds': 2.0.16 - '@smithy/node-config-provider': 2.1.1 - '@smithy/property-provider': 2.0.12 - '@smithy/smithy-client': 2.1.10 - '@smithy/types': 2.3.5 - tslib: 2.6.2 - dev: false - /@smithy/util-defaults-mode-node@2.0.21: resolution: {integrity: sha512-cUEsttVZ79B7Al2rWK2FW03HBpD9LyuqFtm+1qFty5u9sHSdesr215gS2Ln53fTopNiPgeXpdoM3IgjvIO0rJw==} engines: {node: '>= 10.0.0'} @@ -10055,14 +9975,6 @@ packages: dependencies: tslib: 2.6.2 - /@smithy/util-middleware@2.0.4: - resolution: {integrity: sha512-Pbu6P4MBwRcjrLgdTR1O4Y3c0sTZn2JdOiJNcgL7EcIStcQodj+6ZTXtbyU/WTEU3MV2NMA10LxFc3AWHZ3+4A==} - engines: {node: '>=14.0.0'} - dependencies: - '@smithy/types': 2.9.1 - tslib: 2.6.2 - dev: false - /@smithy/util-middleware@2.0.5: resolution: {integrity: sha512-1lyT3TcaMJQe+OFfVI+TlomDkPuVzb27NZYdYtmSTltVmLaUjdCyt4KE+OH1CnhZKsz4/cdCL420Lg9UH5Z2Mw==} engines: {node: '>=14.0.0'} @@ -10078,15 +9990,6 @@ packages: '@smithy/types': 2.9.1 tslib: 2.6.2 - /@smithy/util-retry@2.0.4: - resolution: {integrity: sha512-b+n1jBBKc77C1E/zfBe1Zo7S9OXGBiGn55N0apfhZHxPUP/fMH5AhFUUcWaJh7NAnah284M5lGkBKuhnr3yK5w==} - engines: {node: '>= 14.0.0'} - dependencies: - '@smithy/service-error-classification': 2.0.4 - '@smithy/types': 2.3.5 - tslib: 2.6.2 - dev: false - /@smithy/util-retry@2.0.5: resolution: {integrity: sha512-x3t1+MQAJ6QONk3GTbJNcugCFDVJ+Bkro5YqQQK1EyVesajNDqxFtCx9WdOFNGm/Cbm7tUdwVEmfKQOJoU2Vtw==} engines: {node: '>= 14.0.0'} @@ -10159,21 +10062,21 @@ packages: '@smithy/util-buffer-from': 2.1.1 tslib: 2.6.2 - /@smithy/util-waiter@2.0.11: - resolution: {integrity: sha512-8SJWUl9O1YhjC77EccgltI3q4XZQp3vp9DGEW6o0OdkUcwqm/H4qOLnMkA2n+NDojuM5Iia2jWoCdbluIiG7TA==} + /@smithy/util-waiter@2.0.12: + resolution: {integrity: sha512-3sENmyVa1NnOPoiT2NCApPmu7ukP7S/v7kL9IxNmnygkDldn7/yK0TP42oPJLwB2k3mospNsSePIlqdXEUyPHA==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/abort-controller': 2.0.11 - '@smithy/types': 2.3.5 + '@smithy/abort-controller': 2.0.12 + '@smithy/types': 2.4.0 tslib: 2.6.2 dev: false - /@smithy/util-waiter@2.0.12: - resolution: {integrity: sha512-3sENmyVa1NnOPoiT2NCApPmu7ukP7S/v7kL9IxNmnygkDldn7/yK0TP42oPJLwB2k3mospNsSePIlqdXEUyPHA==} + /@smithy/util-waiter@2.1.1: + resolution: {integrity: sha512-kYy6BLJJNif+uqNENtJqWdXcpqo1LS+nj1AfXcDhOpqpSHJSAkVySLyZV9fkmuVO21lzGoxjvd1imGGJHph/IA==} engines: {node: '>=14.0.0'} dependencies: - '@smithy/abort-controller': 2.0.12 - '@smithy/types': 2.4.0 + '@smithy/abort-controller': 2.1.1 + '@smithy/types': 2.9.1 tslib: 2.6.2 dev: false @@ -11781,14 +11684,16 @@ packages: '@types/node': 20.11.0 dev: true - /@types/node@16.18.23: - resolution: {integrity: sha512-XAMpaw1s1+6zM+jn2tmw8MyaRDIJfXxqmIQIS0HfoGYPuf7dUWeiUKopwq13KFX9lEp1+THGtlaaYx39Nxr58g==} - dev: true - /@types/node@16.18.58: resolution: {integrity: sha512-YGncyA25/MaVtQkjWW9r0EFBukZ+JulsLcVZBlGUfIb96OBMjkoRWwQo5IEWJ8Fj06Go3GHw+bjYDitv6BaGsA==} dev: true + /@types/node@18.19.7: + resolution: {integrity: sha512-IGRJfoNX10N/PfrReRZ1br/7SQ+2vF/tK3KXNwzXz82D32z5dMQEoOlFew18nLSN+vMNcLY4GrKfzwi/yWI8/w==} + dependencies: + undici-types: 5.26.5 + dev: true + /@types/node@20.11.0: resolution: {integrity: sha512-o9bjXmDNcF7GbM4CNQpmi+TutCgap/K3w1JyKgxAjqx41zp9qlIAVFi0IhCNsJcXolEqLWhbFbEeL0PvYm4pcQ==} dependencies: @@ -13053,6 +12958,7 @@ packages: lodash.union: 4.6.0 normalize-path: 3.0.0 readable-stream: 2.3.8 + dev: true /archiver-utils@3.0.4: resolution: {integrity: sha512-KVgf4XQVrTjhyWmx6cte4RxonPLR9onExufI1jhvw/MQ4BB6IsZD5gT8Lq+u/+pRkWna/6JoHpiQioaqFP5Rzw==} @@ -13068,18 +12974,7 @@ packages: lodash.union: 4.6.0 normalize-path: 3.0.0 readable-stream: 3.6.2 - - /archiver@5.3.1: - resolution: {integrity: sha512-8KyabkmbYrH+9ibcTScQ1xCJC/CGcugdVIwB+53f5sZziXgwUh3iXlAlANMxcZyDEfTHMe6+Z5FofV8nopXP7w==} - engines: {node: '>= 10'} - dependencies: - archiver-utils: 2.1.0 - async: 3.2.4 - buffer-crc32: 0.2.13 - readable-stream: 3.6.2 - readdir-glob: 1.1.3 - tar-stream: 2.2.0 - zip-stream: 4.1.1 + dev: true /archiver@5.3.2: resolution: {integrity: sha512-+25nxyyznAXF7Nef3y0EbBeqmGZgeN/BxHX29Rs39djAfaFalmQ89SE6CWyDCHzGL0yt/ycBtNOmGTW0FyGWNw==} @@ -13337,62 +13232,29 @@ packages: peerDependencies: postcss: ^8.1.0 dependencies: - browserslist: 4.22.1 - caniuse-lite: 1.0.30001546 - fraction.js: 4.3.6 - normalize-range: 0.1.2 - picocolors: 1.0.0 - postcss: 8.4.31 - postcss-value-parser: 4.2.0 - dev: true - - /available-typed-arrays@1.0.5: - resolution: {integrity: sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==} - engines: {node: '>= 0.4'} - - /aws-cdk-lib@2.100.0(constructs@10.2.70): - resolution: {integrity: sha512-oWDPcbdqD69wDIUvcGdbDxmKcDfkCg515wf8JkiQLnhAI/AFyKAVTEWhbSUi00lvJQNUjX8Mal2lbKlCRA4hjQ==} - engines: {node: '>= 14.15.0'} - peerDependencies: - constructs: ^10.0.0 - dependencies: - '@aws-cdk/asset-awscli-v1': 2.2.200 - '@aws-cdk/asset-kubectl-v20': 2.1.2 - '@aws-cdk/asset-node-proxy-agent-v6': 2.0.1 - '@balena/dockerignore': 1.0.2 - case: 1.6.3 - constructs: 10.2.70 - fs-extra: 11.1.1 - ignore: 5.2.4 - jsonschema: 1.4.1 - minimatch: 3.1.2 - punycode: 2.3.0 - semver: 7.5.4 - table: 6.8.1 - yaml: 1.10.2 - dev: false - bundledDependencies: - - '@balena/dockerignore' - - case - - fs-extra - - ignore - - jsonschema - - minimatch - - punycode - - semver - - table - - yaml + browserslist: 4.22.1 + caniuse-lite: 1.0.30001546 + fraction.js: 4.3.6 + normalize-range: 0.1.2 + picocolors: 1.0.0 + postcss: 8.4.31 + postcss-value-parser: 4.2.0 + dev: true - /aws-cdk-lib@2.116.0(constructs@10.2.70): - resolution: {integrity: sha512-LOYJGtKLvf/wVt3UMwWQxvxgAM681ZV/BbGGB6aEqc7+4TMfbYFbaA02+zwN0E0zxOxi4l0j1/BNO4GOzVSoPw==} + /available-typed-arrays@1.0.5: + resolution: {integrity: sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==} + engines: {node: '>= 0.4'} + + /aws-cdk-lib@2.124.0(constructs@10.3.0): + resolution: {integrity: sha512-K/Tey8TMw30GO6UD0qb19CPhBMZhleGshz520ZnbDUJwNfFtejwZOnpmRMOdUP9f4tHc5BrXl1VGsZtXtUaGhg==} engines: {node: '>= 14.15.0'} peerDependencies: constructs: ^10.0.0 dependencies: - '@aws-cdk/asset-awscli-v1': 2.2.201 + '@aws-cdk/asset-awscli-v1': 2.2.202 '@aws-cdk/asset-kubectl-v20': 2.1.2 '@aws-cdk/asset-node-proxy-agent-v6': 2.0.1 - constructs: 10.2.70 + constructs: 10.3.0 dev: false bundledDependencies: - '@balena/dockerignore' @@ -13433,7 +13295,7 @@ packages: resolution: {integrity: sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==} requiresBuild: true dependencies: - follow-redirects: 1.15.3 + follow-redirects: 1.15.5 form-data: 4.0.0 transitivePeerDependencies: - debug @@ -13832,6 +13694,7 @@ packages: /buffer-crc32@0.2.13: resolution: {integrity: sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==} + dev: true /buffer-equal-constant-time@1.0.1: resolution: {integrity: sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==} @@ -14008,6 +13871,14 @@ packages: function-bind: 1.1.1 get-intrinsic: 1.2.1 + /call-bind@1.0.5: + resolution: {integrity: sha512-C3nQxfFZxFRVoJoGKKI8y3MOEo129NQ+FgQ08iye+Mk4zNZZGdjfs06bVTr+DBSlA66Q2VEcMki/cUCP4SercQ==} + dependencies: + function-bind: 1.1.2 + get-intrinsic: 1.2.2 + set-function-length: 1.2.0 + dev: true + /callsites@3.1.0: resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} engines: {node: '>=6'} @@ -14052,16 +13923,15 @@ packages: resolution: {integrity: sha512-mzDSXIPaFwVDvZAHqZ9VlbyF4yyXRuX6IvB06WvPYkqJVO24kX1PPhv9bfpKNFZyxYFmmgo03HUiD8iklmJYRQ==} engines: {node: '>= 0.8.0'} - /cdk8s-plus-27@2.7.32(cdk8s@2.66.8)(constructs@10.2.70): - resolution: {integrity: sha512-h2/JDogQC+LW1+LUOaFCbTIM4Bxqo7iYtvjr/Aqzu0i0LsrEoTeFmGzqjck3q6PQcovRdYYcPr9eaNQFevx9TA==} + /cdk8s-plus-27@2.7.74(cdk8s@2.68.32)(constructs@10.3.0): + resolution: {integrity: sha512-5gCVP7MHsjeXahtQpuEenbFICXnnQmI55ZVKiK/Of82kilGMwZtss/Ha27vcptKXsDw9Gz4WnMeMzkxHC5riWw==} engines: {node: '>= 16.20.0'} peerDependencies: - cdk8s: ^2.66.5 - constructs: ^10.2.70 + cdk8s: ^2.68.11 + constructs: ^10.3.0 dependencies: - cdk8s: 2.66.8(constructs@10.2.70) - constructs: 10.2.70 - minimatch: 3.1.2 + cdk8s: 2.68.32(constructs@10.3.0) + constructs: 10.3.0 optionalDependencies: backport: 8.5.0 transitivePeerDependencies: @@ -14071,16 +13941,13 @@ packages: bundledDependencies: - minimatch - /cdk8s@2.66.8(constructs@10.2.70): - resolution: {integrity: sha512-ELWEWe84VXd06O8itktG8TtzDDNxr1wpiucuzeZnxe1YHoEM2jr+8nc1j85tWzz6Cy6miPStglQs2TZc/LxK4g==} + /cdk8s@2.68.32(constructs@10.3.0): + resolution: {integrity: sha512-tIZ+VBwPk4vOWut7DHm0zUcl+WK/X1gLX2iSsV/QbYuXjhNFEJaV9Wp0gzXer++qD+pUtbSLKJrnzlO0N7Elvw==} engines: {node: '>= 16.20.0'} peerDependencies: constructs: ^10 dependencies: - constructs: 10.2.70 - fast-json-patch: 3.1.1 - follow-redirects: 1.15.3 - yaml: 2.3.2 + constructs: 10.3.0 optionalDependencies: backport: 8.5.0 transitivePeerDependencies: @@ -14092,34 +13959,36 @@ packages: - follow-redirects - yaml - /cdktf-cli@0.17.0(ink@3.2.0)(react@17.0.2): - resolution: {integrity: sha512-D2vZRtmFenYLDLUXF+uxuxUkJM3uYNce7Jn7/nWk/+qlcH/3n7TOEqV9UAgZFvjMLotGrA5/FIEDv4xse7sKRg==} + /cdktf-cli@0.20.3(ink@3.2.0)(react@17.0.2): + resolution: {integrity: sha512-fPdG4pqUmBE/R8wFEJ9QugpeIJkczwnl8lsg13eo0PsmL8biaY8waLX4N5a/p2LLzGrPrVySdrZjF7Cnf+3J/A==} hasBin: true dependencies: - '@cdktf/cli-core': 0.17.0(react@17.0.2) - '@cdktf/commons': 0.17.0 - '@cdktf/hcl2cdk': 0.17.0 - '@cdktf/hcl2json': 0.17.0 - '@inquirer/prompts': 2.3.1 - '@sentry/node': 6.19.7 - cdktf: 0.17.0(constructs@10.2.70) - codemaker: 1.90.0 - constructs: 10.2.70 + '@cdktf/cli-core': 0.20.3(react@17.0.2) + '@cdktf/commons': 0.20.3(constructs@10.1.167) + '@cdktf/hcl-tools': 0.20.3 + '@cdktf/hcl2cdk': 0.20.3(constructs@10.1.167) + '@cdktf/hcl2json': 0.20.3 + '@inquirer/prompts': 2.3.0 + '@sentry/node': 7.64.0 + cdktf: 0.20.3(constructs@10.1.167) + ci-info: 3.8.0 + codemaker: 1.93.0 + constructs: 10.1.167 cross-spawn: 7.0.3 https-proxy-agent: 5.0.1 - ink-select-input: 4.2.2(ink@3.2.0)(react@17.0.2) + ink-select-input: 4.2.1(ink@3.2.0)(react@17.0.2) ink-table: 3.0.0(ink@3.2.0)(react@17.0.2) - jsii: 5.3.11(patch_hash=ckgthkljzwfnfbd5qz6x7vtvme) - jsii-pacmak: 1.94.0 - minimatch: 5.1.6 - node-fetch: 2.7.0 + jsii: 5.3.2 + jsii-pacmak: 1.93.0 + minimatch: 5.1.0 + node-fetch: 2.6.7 pidtree: 0.6.0 pidusage: 3.0.2 tunnel-agent: 0.6.0 xml-js: 1.6.11 - yargs: 17.7.2 + yargs: 17.6.2 yoga-layout-prebuilt: 1.10.0 - zod: 1.11.17 + zod: 3.22.4 transitivePeerDependencies: - '@types/react' - bufferutil @@ -14131,30 +14000,24 @@ packages: - utf-8-validate dev: true - /cdktf@0.17.0(constructs@10.2.70): - resolution: {integrity: sha512-4R57uBLBqeb8NgfKZdn/az8UE3yXxGHyzH6Xjsz1Oo9kNvSkPibX7YqNLUpuCgdYNVgU2fdaNoHj9h4LXc6iCw==} + /cdktf@0.20.3(constructs@10.1.167): + resolution: {integrity: sha512-y8F3pjYzbMHy9ZG3yXSSerx2Yv9dr2i2j2842IKT1tpN74CBfuuPrselTNdI6QoaMvlQJQQB2l93cJmL6eIkaw==} peerDependencies: constructs: ^10.0.25 dependencies: - archiver: 5.3.1 - constructs: 10.2.70 - json-stable-stringify: 1.0.2 - semver: 7.5.4 + constructs: 10.1.167 + dev: true bundledDependencies: - archiver - json-stable-stringify - semver - /cdktf@0.17.3(constructs@10.2.70): - resolution: {integrity: sha512-bqAzuuYLc8sy0ZoKw/RnohS6SH6fwAhCsU31vxuEiwu0BVcCaExfjQVZx/iJgmF1TJqk/cu2fMCLUgT3PDAuhQ==} + /cdktf@0.20.3(constructs@10.3.0): + resolution: {integrity: sha512-y8F3pjYzbMHy9ZG3yXSSerx2Yv9dr2i2j2842IKT1tpN74CBfuuPrselTNdI6QoaMvlQJQQB2l93cJmL6eIkaw==} peerDependencies: constructs: ^10.0.25 dependencies: - archiver: 5.3.1 - constructs: 10.2.70 - json-stable-stringify: 1.0.2 - semver: 7.5.4 - dev: true + constructs: 10.3.0 bundledDependencies: - archiver - json-stable-stringify @@ -14290,6 +14153,11 @@ packages: resolution: {integrity: sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==} dev: true + /ci-info@3.8.0: + resolution: {integrity: sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==} + engines: {node: '>=8'} + dev: true + /ci-info@3.9.0: resolution: {integrity: sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==} engines: {node: '>=8'} @@ -14336,15 +14204,15 @@ packages: dependencies: restore-cursor: 3.1.0 - /cli-spinners@2.7.0: - resolution: {integrity: sha512-qu3pN8Y3qHNgE2AFweciB1IfMnmZ/fsNTEE+NOFjmGB2F/7rLhnhzppvpCnN4FovtP26k8lHyy9ptEbNwWFLzw==} - engines: {node: '>=6'} - dev: true - /cli-spinners@2.9.1: resolution: {integrity: sha512-jHgecW0pxkonBJdrKsqxgRX9AcG+u/5k0Q7WPDfi8AogLAdwxEkyYYNWwZ5GvVFoFx2uiY1eNcSK00fh+1+FyQ==} engines: {node: '>=6'} + /cli-spinners@2.9.2: + resolution: {integrity: sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==} + engines: {node: '>=6'} + dev: true + /cli-table3@0.6.3: resolution: {integrity: sha512-w5Jac5SykAeZJKntOxJCrm63Eg5/4dhMWIcuTbo9rpE+brgaSZo0RuNJZeOyMgsUdhDeojvgyQLmjI+K50ZGyg==} engines: {node: 10.* || >= 12.*} @@ -14438,8 +14306,8 @@ packages: convert-to-spaces: 1.0.2 dev: true - /codemaker@1.90.0: - resolution: {integrity: sha512-0h95TmecbC1CYkpcvyq4qoipQ4vJT96MRevLKUL3hjgxtd5BB+hZ7AG2pjTFHQt62eRpQE0fZz6J/aLv/wUNUA==} + /codemaker@1.93.0: + resolution: {integrity: sha512-n9AdncxhGti20YhA7HI2oAYhELh/qlDnW9JIAYQW9iULXdeaKtsxHgvcwBCltpieOcQrq10bt+sUawBs62vxLg==} engines: {node: '>= 14.17.0'} dependencies: camelcase: 6.3.0 @@ -14592,6 +14460,7 @@ packages: crc32-stream: 4.0.3 normalize-path: 3.0.0 readable-stream: 3.6.2 + dev: true /compressible@2.0.18: resolution: {integrity: sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==} @@ -14694,8 +14563,13 @@ packages: /console-control-strings@1.1.0: resolution: {integrity: sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==} - /constructs@10.2.70: - resolution: {integrity: sha512-z6zr1E8K/9tzJbCQzY0UGX0/oVKPFKu9C/mzEnghCG6TAJINnvlq0CMKm63XqqeMleadZYm5T3sZGJKcxJS/Pg==} + /constructs@10.1.167: + resolution: {integrity: sha512-zGt88EmcJUtWbd/sTM9GKcHRjYWzEx5jzMYuK69vl25Dj01sJAc7uF6AEJgZBtlLAc3VnRUvzgitHwmJkS9BFw==} + engines: {node: '>= 14.17.0'} + dev: true + + /constructs@10.3.0: + resolution: {integrity: sha512-vbK8i3rIb/xwZxSpTjz3SagHn1qq9BChLEfy5Hf6fB3/2eFbrwt2n9kHwQcS0CPTRBesreeAcsJfMq2229FnbQ==} engines: {node: '>= 16.14.0'} /constructs@3.4.344: @@ -14933,6 +14807,7 @@ packages: resolution: {integrity: sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==} engines: {node: '>=0.8'} hasBin: true + dev: true /crc32-stream@4.0.3: resolution: {integrity: sha512-NT7w2JVU7DFroFdYkeq8cywxrgjPHWkdX1wjpRQXPX5Asews3tA+Ght6lddQO5Mkumffp3X7GEqku3epj2toIw==} @@ -14940,6 +14815,7 @@ packages: dependencies: crc-32: 1.2.2 readable-stream: 3.6.2 + dev: true /create-jest@29.7.0(@types/node@20.11.0)(ts-node@10.9.1): resolution: {integrity: sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==} @@ -15213,6 +15089,30 @@ packages: which-typed-array: 1.1.11 dev: true + /deep-equal@2.2.3: + resolution: {integrity: sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==} + engines: {node: '>= 0.4'} + dependencies: + array-buffer-byte-length: 1.0.0 + call-bind: 1.0.5 + es-get-iterator: 1.1.3 + get-intrinsic: 1.2.2 + is-arguments: 1.1.1 + is-array-buffer: 3.0.2 + is-date-object: 1.0.5 + is-regex: 1.1.4 + is-shared-array-buffer: 1.0.2 + isarray: 2.0.5 + object-is: 1.1.5 + object-keys: 1.1.1 + object.assign: 4.1.4 + regexp.prototype.flags: 1.5.1 + side-channel: 1.0.4 + which-boxed-primitive: 1.0.2 + which-collection: 1.0.1 + which-typed-array: 1.1.13 + dev: true + /deep-extend@0.6.0: resolution: {integrity: sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==} engines: {node: '>=4.0.0'} @@ -15261,6 +15161,15 @@ packages: gopd: 1.0.1 has-property-descriptors: 1.0.0 + /define-data-property@1.1.1: + resolution: {integrity: sha512-E7uGkTzkk1d0ByLeSc6ZsFS79Axg+m1P/VsgYsxHgiuc3tFSj+MjMIwe90FC4lOAZzNBdY7kkO2P2wKdsQ1vgQ==} + engines: {node: '>= 0.4'} + dependencies: + get-intrinsic: 1.2.2 + gopd: 1.0.1 + has-property-descriptors: 1.0.1 + dev: true + /define-lazy-prop@2.0.0: resolution: {integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==} engines: {node: '>=8'} @@ -16608,6 +16517,7 @@ packages: /expand-template@2.0.3: resolution: {integrity: sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==} engines: {node: '>=6'} + requiresBuild: true dev: true /expect@27.5.1: @@ -16946,8 +16856,18 @@ packages: dev: false optional: true - /follow-redirects@1.15.3: - resolution: {integrity: sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==} + /follow-redirects@1.15.4: + resolution: {integrity: sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==} + engines: {node: '>=4.0'} + peerDependencies: + debug: '*' + peerDependenciesMeta: + debug: + optional: true + dev: true + + /follow-redirects@1.15.5: + resolution: {integrity: sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==} engines: {node: '>=4.0'} peerDependencies: debug: '*' @@ -17050,6 +16970,7 @@ packages: /fs-constants@1.0.0: resolution: {integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==} + dev: true /fs-extra@10.1.0: resolution: {integrity: sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==} @@ -17067,6 +16988,15 @@ packages: jsonfile: 6.1.0 universalify: 2.0.0 + /fs-extra@11.2.0: + resolution: {integrity: sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==} + engines: {node: '>=14.14'} + dependencies: + graceful-fs: 4.2.11 + jsonfile: 6.1.0 + universalify: 2.0.0 + dev: true + /fs-extra@8.1.0: resolution: {integrity: sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==} engines: {node: '>=6 <7 || >=8'} @@ -17123,6 +17053,10 @@ packages: /function-bind@1.1.1: resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==} + /function-bind@1.1.2: + resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==} + dev: true + /function.prototype.name@1.1.6: resolution: {integrity: sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==} engines: {node: '>= 0.4'} @@ -17236,6 +17170,15 @@ packages: has-proto: 1.0.1 has-symbols: 1.0.3 + /get-intrinsic@1.2.2: + resolution: {integrity: sha512-0gSo4ml/0j98Y3lngkFEot/zhiCeWsbYIlZ+uZOVgzLyLaUw7wxUL+nCTP0XJvJg1AXulJRI3UJi8GsbDuxdGA==} + dependencies: + function-bind: 1.1.2 + has-proto: 1.0.1 + has-symbols: 1.0.3 + hasown: 2.0.0 + dev: true + /get-nonce@1.0.1: resolution: {integrity: sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==} engines: {node: '>=6'} @@ -17362,6 +17305,7 @@ packages: /github-from-package@0.0.0: resolution: {integrity: sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==} + requiresBuild: true dev: true /github-slugger@1.5.0: @@ -17699,6 +17643,12 @@ packages: dependencies: get-intrinsic: 1.2.1 + /has-property-descriptors@1.0.1: + resolution: {integrity: sha512-VsX8eaIewvas0xnvinAe9bw4WfIeODpGYikiWYLH+dma0Jw6KHYqWiWfhQlgOVK8D6PvjubK5Uc4P0iIhIcNVg==} + dependencies: + get-intrinsic: 1.2.2 + dev: true + /has-proto@1.0.1: resolution: {integrity: sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==} engines: {node: '>= 0.4'} @@ -17725,6 +17675,13 @@ packages: resolution: {integrity: sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ==} engines: {node: '>= 0.4.0'} + /hasown@2.0.0: + resolution: {integrity: sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==} + engines: {node: '>= 0.4'} + dependencies: + function-bind: 1.1.2 + dev: true + /hast-util-to-jsx-runtime@2.2.0: resolution: {integrity: sha512-wSlp23N45CMjDg/BPW8zvhEi3R+8eRE1qFbjEyAUzMCzu2l1Wzwakq+Tlia9nkCtEl5mDxa7nKHsvYJ6Gfn21A==} dependencies: @@ -17998,6 +17955,20 @@ packages: engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dev: true + /ink-select-input@4.2.1(ink@3.2.0)(react@17.0.2): + resolution: {integrity: sha512-WvlrYdwmdnD6/nE/9mNhaaanTQOKmwy/hT/vuAqbDec3PUQBQ8Pkwszii/8eGvDTx5bGiUHu18P9D5IoB/ERaw==} + engines: {node: '>=10'} + peerDependencies: + ink: ^3.0.5 + react: ^16.5.2 || ^17.0.0 + dependencies: + arr-rotate: 1.0.0 + figures: 3.2.0 + ink: 3.2.0(react@17.0.2) + lodash.isequal: 4.5.0 + react: 17.0.2 + dev: true + /ink-select-input@4.2.2(ink@3.2.0)(react@17.0.2): resolution: {integrity: sha512-E5AS2Vnd4CSzEa7Rm+hG47wxRQo1ASfh4msKxO7FHmn/ym+GKSSsFIfR+FonqjKNDPXYJClw8lM47RdN3Pi+nw==} engines: {node: '>=10'} @@ -18019,7 +17990,7 @@ packages: ink: '>=3.0.5' react: '>=16.8.2' dependencies: - cli-spinners: 2.7.0 + cli-spinners: 2.9.2 ink: 3.2.0(react@17.0.2) react: 17.0.2 dev: true @@ -19711,6 +19682,28 @@ packages: - supports-color dev: true + /jsii-pacmak@1.93.0: + resolution: {integrity: sha512-A2rn4seHN+1/VzwQ0H8t6zxAz9HpZWbF+kVi9MpNgqd2iiNYxS1XNyirzyQ8D3e5ZNWoPAyFVuGqkXrtdo4etg==} + engines: {node: '>= 14.17.0'} + hasBin: true + dependencies: + '@jsii/check-node': 1.93.0 + '@jsii/spec': 1.94.0 + clone: 2.1.2 + codemaker: 1.94.0 + commonmark: 0.30.0 + escape-string-regexp: 4.0.0 + fs-extra: 10.1.0 + jsii-reflect: 1.94.0 + jsii-rosetta: 1.94.0 + semver: 7.5.4 + spdx-license-list: 6.8.0 + xmlbuilder: 15.1.1 + yargs: 16.2.0 + transitivePeerDependencies: + - supports-color + dev: true + /jsii-pacmak@1.94.0: resolution: {integrity: sha512-L5s3RZ0AOx1XfAhXsEjyeCteVrw6nwJLynL+t93eXVDcw7NFT7S0fCFXzQ4lpYQ23P/yVpSIy32J3zpUOf4uDQ==} engines: {node: '>= 14.17.0'} @@ -19783,34 +19776,47 @@ packages: - supports-color dev: true - /jsii-rosetta@5.0.11: - resolution: {integrity: sha512-rdL+eBpvHTSbCjSellJHtskICY3MTMICkFgPG1B2c/aE0xdsZCQHLxi9/A8VoobhMk2r7wZtpml7vrzNIpyKYg==} - engines: {node: '>= 14.18.0'} + /jsii-rosetta@5.3.7: + resolution: {integrity: sha512-x9knz6DaGPwLucSUAZNxz8EQW3WwsCBrZldWs/FBVKKbdszSH5HHvXKG7elpitqzj+7XDFH9QnKv/bLfUWy5lA==} + engines: {node: '>= 18.12.0'} hasBin: true dependencies: - '@jsii/check-node': 1.84.0 + '@jsii/check-node': 1.94.0 '@jsii/spec': 1.94.0 '@xmldom/xmldom': 0.8.10 chalk: 4.1.2 commonmark: 0.30.0 fast-glob: 3.3.2 - jsii: 5.0.21 + jsii: 5.3.11(patch_hash=ckgthkljzwfnfbd5qz6x7vtvme) semver: 7.5.4 semver-intersect: 1.5.0 stream-json: 1.8.0 - typescript: 5.0.4 + typescript: 5.3.3 workerpool: 6.5.1 yargs: 17.7.2 transitivePeerDependencies: - supports-color dev: true - /jsii-srcmak@0.1.951: - resolution: {integrity: sha512-zaKqrsR416yX+QhE1T4mkBWqPpsHQmBnBbsR0f5a32Uknr3+l4PCVtuV5/rgthAG6iE4Pa6c/jO0vcTzyzEY6A==} + /jsii-srcmak@0.1.1005: + resolution: {integrity: sha512-JnL8UNW3akZW+XYhrAU5/wtpmyaEHwTrb455PsYMYpHU1OsWcqAHBdn2xdXV05X754yAYKAEv9ga+KV2OVNDOw==} + hasBin: true + dependencies: + fs-extra: 9.1.0 + jsii: 5.3.11(patch_hash=ckgthkljzwfnfbd5qz6x7vtvme) + jsii-pacmak: 1.94.0 + ncp: 2.0.0 + yargs: 15.4.1 + transitivePeerDependencies: + - supports-color + dev: true + + /jsii-srcmak@0.1.999: + resolution: {integrity: sha512-8jhGRjceKdvYlW3rujnrZWTa1bss7TUhcsVrRsT7Q+MDYxRZan0FsqyHKrjfb8GYpgSh5DVpc9iYCwmn6VgXsw==} hasBin: true dependencies: fs-extra: 9.1.0 - jsii: 5.1.12 + jsii: 5.2.44 jsii-pacmak: 1.94.0 ncp: 2.0.0 yargs: 15.4.1 @@ -19840,12 +19846,12 @@ packages: - supports-color dev: true - /jsii@5.0.21: - resolution: {integrity: sha512-m5WEKKnER9veGrJNxr5OULu43D6DSe69RmKgQjTSHLEKSCS+taCf32sFmBT/b3nBcSh1gfch7QfjoHKoKpUz2w==} + /jsii@5.2.44: + resolution: {integrity: sha512-Z7sTqYzQ5yoJU/ie+svjqSzrOF5rl4pW/bojvCb/7MfJ+SaGqhMUQMxQGTfqmSvauME8JoVYqwMH89x6qreJ8A==} engines: {node: '>= 16.14.0'} hasBin: true dependencies: - '@jsii/check-node': 1.88.0 + '@jsii/check-node': 1.93.0 '@jsii/spec': 1.94.0 case: 1.6.3 chalk: 4.1.2 @@ -19856,18 +19862,18 @@ packages: semver-intersect: 1.5.0 sort-json: 2.0.1 spdx-license-list: 6.8.0 - typescript: 5.0.4 + typescript: 5.2.2 yargs: 17.7.2 transitivePeerDependencies: - supports-color dev: true - /jsii@5.1.12: - resolution: {integrity: sha512-iY3zLosUEKbeua6IAGJXjFxibiiI0xHFjyYPyewOc56MBRHC7nczWSVGRP+Jgwyo7HWXs4TvJKLG6w8zSuAZrg==} - engines: {node: '>= 16.14.0'} + /jsii@5.3.11(patch_hash=ckgthkljzwfnfbd5qz6x7vtvme): + resolution: {integrity: sha512-AhRb6bGYzQ4qeKn0dksJjRY/bQUz1zt/FwPPgb488P0Hr+taUbggNihebZEAzLZCJ3yH0ohgIgtQEAIx+NI/vA==} + engines: {node: '>= 18.12.0'} hasBin: true dependencies: - '@jsii/check-node': 1.88.0 + '@jsii/check-node': 1.94.0 '@jsii/spec': 1.94.0 case: 1.6.3 chalk: 4.1.2 @@ -19878,18 +19884,41 @@ packages: semver-intersect: 1.5.0 sort-json: 2.0.1 spdx-license-list: 6.8.0 - typescript: 5.1.6 + typescript: 5.3.3 yargs: 17.7.2 transitivePeerDependencies: - supports-color dev: true + patched: true - /jsii@5.3.11(patch_hash=ckgthkljzwfnfbd5qz6x7vtvme): - resolution: {integrity: sha512-AhRb6bGYzQ4qeKn0dksJjRY/bQUz1zt/FwPPgb488P0Hr+taUbggNihebZEAzLZCJ3yH0ohgIgtQEAIx+NI/vA==} + /jsii@5.3.2: + resolution: {integrity: sha512-wwwp47+6orlMXpny4dlTOP6776cBo2WFDgxZyGjQaV4VWNydsJiTcinuJzCj1XVZicBhpAnkuBMr89+2aT8Dcg==} engines: {node: '>= 18.12.0'} hasBin: true dependencies: - '@jsii/check-node': 1.94.0 + '@jsii/check-node': 1.93.0 + '@jsii/spec': 1.94.0 + case: 1.6.3 + chalk: 4.1.2 + downlevel-dts: 0.11.0 + fast-deep-equal: 3.1.3 + log4js: 6.9.1 + semver: 7.5.4 + semver-intersect: 1.5.0 + sort-json: 2.0.1 + spdx-license-list: 6.8.0 + typescript: 5.3.3 + yargs: 17.7.2 + transitivePeerDependencies: + - supports-color + dev: true + + /jsii@5.3.3: + resolution: {integrity: sha512-M+kAUKJiLXXJXKYmBB0Q2n1aGoeNHyzMCLAx7402JqXSLxH4JGh6kOf4EH3U3LmQKzv2kxOHMRCg3Ssh82KtrQ==} + engines: {node: '>= 18.12.0'} + hasBin: true + dependencies: + '@jsii/check-node': 1.93.0 '@jsii/spec': 1.94.0 case: 1.6.3 chalk: 4.1.2 @@ -19905,7 +19934,6 @@ packages: transitivePeerDependencies: - supports-color dev: true - patched: true /json-bigint@1.0.0: resolution: {integrity: sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ==} @@ -19946,11 +19974,6 @@ packages: /json-stable-stringify-without-jsonify@1.0.1: resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==} - /json-stable-stringify@1.0.2: - resolution: {integrity: sha512-eunSSaEnxV12z+Z73y/j5N37/In40GK4GmsSy+tEHJMxknvqnA7/djeYtAgW0GsWHUfg+847WJjKaEylk2y09g==} - dependencies: - jsonify: 0.0.1 - /json-stringify-nice@1.1.4: resolution: {integrity: sha512-5Z5RFW63yxReJ7vANgW6eZFGWaQvnPE3WNmZoOJrSkGju2etKA2L5rrOa1sm877TVTFt57A80BH1bArcmlLfPw==} dev: false @@ -19985,9 +20008,6 @@ packages: optionalDependencies: graceful-fs: 4.2.11 - /jsonify@0.0.1: - resolution: {integrity: sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg==} - /jsonlines@0.1.1: resolution: {integrity: sha512-ekDrAGso79Cvf+dtm+mL8OBI2bmAOt3gssYs833De/C9NmIpWDWyUO4zPgB5x2/OhY366dkhgfPMYfwZF7yOZA==} dev: true @@ -20146,6 +20166,7 @@ packages: engines: {node: '>= 0.6.3'} dependencies: readable-stream: 2.3.8 + dev: true /leven@3.1.0: resolution: {integrity: sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==} @@ -20275,9 +20296,11 @@ packages: /lodash.difference@4.5.0: resolution: {integrity: sha512-dS2j+W26TQ7taQBGN8Lbbq04ssV3emRw4NY58WErlTO29pIqS0HmoT5aJ9+TUQ1N3G+JOZSji4eugsWwGp9yPA==} + dev: true /lodash.flatten@4.4.0: resolution: {integrity: sha512-C5N2Z3DgnnKr0LOpv/hKCgKdb7ZZwafIrsesve6lmzvZIRZRGaZ/l6Q8+2W7NaT+ZwO3fFlSCzCzrDCFdJfZ4g==} + dev: true /lodash.get@4.4.2: resolution: {integrity: sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==} @@ -20331,12 +20354,9 @@ packages: resolution: {integrity: sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ==} dev: false - /lodash.truncate@4.4.2: - resolution: {integrity: sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==} - dev: false - /lodash.union@4.6.0: resolution: {integrity: sha512-c4pB2CdGrGdjMKYLA+XiRDO7Y0PRQbm/Gzg8qMj+QH+pFVAoTp5sBpO0odL3FjoPCGjK96p6qsP+yQoiLoOBcw==} + dev: true /lodash.uniq@4.5.0: resolution: {integrity: sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==} @@ -20909,6 +20929,13 @@ packages: dependencies: brace-expansion: 1.1.11 + /minimatch@5.1.0: + resolution: {integrity: sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==} + engines: {node: '>=10'} + dependencies: + brace-expansion: 2.0.1 + dev: true + /minimatch@5.1.6: resolution: {integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==} engines: {node: '>=10'} @@ -21101,6 +21128,7 @@ packages: /napi-build-utils@1.0.2: resolution: {integrity: sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==} + requiresBuild: true dev: true /natural-compare-lite@1.4.0: @@ -21147,6 +21175,7 @@ packages: /node-abi@3.47.0: resolution: {integrity: sha512-2s6B2CWZM//kPgwnuI0KrYwNjfdByE25zvAaEpq9IH4zcNsarH8Ihu/UuX6XMPEogDAxkuUFeZn60pXNHAqn3A==} engines: {node: '>=10'} + requiresBuild: true dependencies: semver: 7.5.4 dev: true @@ -21172,6 +21201,18 @@ packages: /node-fetch-native@1.4.0: resolution: {integrity: sha512-F5kfEj95kX8tkDhUCYdV8dg3/8Olx/94zB8+ZNthFs6Bz31UpUi8Xh40TN3thLwXgrwXry1pEg9lJ++tLWTcqA==} + /node-fetch@2.6.7: + resolution: {integrity: sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==} + engines: {node: 4.x || >=6.0.0} + peerDependencies: + encoding: ^0.1.0 + peerDependenciesMeta: + encoding: + optional: true + dependencies: + whatwg-url: 5.0.0 + dev: true + /node-fetch@2.7.0: resolution: {integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==} engines: {node: 4.x || >=6.0.0} @@ -23122,6 +23163,7 @@ packages: resolution: {integrity: sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==} dependencies: minimatch: 5.1.6 + dev: true /readdirp@3.6.0: resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} @@ -23721,6 +23763,17 @@ packages: /set-blocking@2.0.0: resolution: {integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==} + /set-function-length@1.2.0: + resolution: {integrity: sha512-4DBHDoyHlM1IRPGYcoxexgh67y4ueR53FKV1yyxwFMY7aCqcN/38M1+SwZ/qJQ8iLv7+ck385ot4CcisOAPT9w==} + engines: {node: '>= 0.4'} + dependencies: + define-data-property: 1.1.1 + function-bind: 1.1.2 + get-intrinsic: 1.2.2 + gopd: 1.0.1 + has-property-descriptors: 1.0.1 + dev: true + /set-function-name@2.0.1: resolution: {integrity: sha512-tMNCiqYVkXIZgc2Hnoy2IvC/f8ezc5koaRFkCjrpWzGpCd3qbZXPzVy9MAZzK1ch/X0jvSkojys3oqJN0qCmdA==} engines: {node: '>= 0.4'} @@ -23833,6 +23886,7 @@ packages: /simple-get@4.0.1: resolution: {integrity: sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==} + requiresBuild: true dependencies: decompress-response: 6.0.0 once: 1.4.0 @@ -23882,15 +23936,6 @@ packages: astral-regex: 2.0.0 is-fullwidth-code-point: 3.0.0 - /slice-ansi@4.0.0: - resolution: {integrity: sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==} - engines: {node: '>=10'} - dependencies: - ansi-styles: 4.3.0 - astral-regex: 2.0.0 - is-fullwidth-code-point: 3.0.0 - dev: false - /smart-buffer@4.2.0: resolution: {integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==} engines: {node: '>= 6.0.0', npm: '>= 3.0.0'} @@ -24400,17 +24445,6 @@ packages: resolution: {integrity: sha512-AsS729u2RHUfEra9xJrE39peJcc2stq2+poBXX8bcM08Y6g9j/i/PUzwNQqkaJde7Ntg1TO7bSREbR5sdosQ+g==} dev: true - /table@6.8.1: - resolution: {integrity: sha512-Y4X9zqrCftUhMeH2EptSSERdVKt/nEdijTOacGD/97EKjhQ/Qs8RTlEGABSJNNN8lac9kheH+af7yAkEWlgneA==} - engines: {node: '>=10.0.0'} - dependencies: - ajv: 8.12.0 - lodash.truncate: 4.4.2 - slice-ansi: 4.0.0 - string-width: 4.2.3 - strip-ansi: 6.0.1 - dev: false - /tailwindcss@3.3.3: resolution: {integrity: sha512-A0KgSkef7eE4Mf+nKJ83i75TMyq8HqY3qmFIJSWy8bNt0v1lG7jUcpGpoTFxAwYcWOphcTBLPPJg+bDfhDf52w==} engines: {node: '>=14.0.0'} @@ -24463,6 +24497,7 @@ packages: fs-constants: 1.0.0 inherits: 2.0.4 readable-stream: 3.6.2 + dev: true /tar@6.2.0: resolution: {integrity: sha512-/Wo7DcT0u5HUV486xg675HtjNd3BXZ6xDbzsCUZPt5iw8bTQ63bP0Raut3mvro9u+CUyq7YQd8Cx55fsZXxqLQ==} @@ -25353,18 +25388,6 @@ packages: engines: {node: '>=4.2.0'} hasBin: true - /typescript@5.0.4: - resolution: {integrity: sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==} - engines: {node: '>=12.20'} - hasBin: true - dev: true - - /typescript@5.1.6: - resolution: {integrity: sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==} - engines: {node: '>=14.17'} - hasBin: true - dev: true - /typescript@5.2.2: resolution: {integrity: sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==} engines: {node: '>=14.17'} @@ -26342,6 +26365,17 @@ packages: gopd: 1.0.1 has-tostringtag: 1.0.0 + /which-typed-array@1.1.13: + resolution: {integrity: sha512-P5Nra0qjSncduVPEAr7xhoF5guty49ArDTwzJ/yNuPIbZppyRxFQsRCWrocxIY+CnMVG+qfbU2FmDKyvSGClow==} + engines: {node: '>= 0.4'} + dependencies: + available-typed-arrays: 1.0.5 + call-bind: 1.0.5 + for-each: 0.3.3 + gopd: 1.0.1 + has-tostringtag: 1.0.0 + dev: true + /which@1.3.1: resolution: {integrity: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==} hasBin: true @@ -26591,8 +26625,8 @@ packages: resolution: {integrity: sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==} dev: true - /xstate@4.38.2: - resolution: {integrity: sha512-Fba/DwEPDLneHT3tbJ9F3zafbQXszOlyCJyQqqdzmtlY/cwE2th462KK48yaANf98jHlP6lJvxfNtN0LFKXPQg==} + /xstate@4.38.3: + resolution: {integrity: sha512-SH7nAaaPQx57dx6qvfcIgqKRXIh4L0A1iYEqim4s1u7c9VoCgzZc+63FY90AKU4ZzOC2cfJzTnpO4zK7fCUzzw==} dev: true /xtend@4.0.2: @@ -26618,6 +26652,7 @@ packages: /yaml@1.10.2: resolution: {integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==} engines: {node: '>= 6'} + dev: true /yaml@2.3.2: resolution: {integrity: sha512-N/lyzTPaJasoDmfV7YTrYCI0G/3ivm/9wdG0aHuheKowWQwGTsK0Eoiw6utmzAnI6pkJa0DUVygvp3spqqEKXg==} @@ -26668,6 +26703,19 @@ packages: y18n: 5.0.8 yargs-parser: 20.2.9 + /yargs@17.6.2: + resolution: {integrity: sha512-1/9UrdHjDZc0eOU0HxOHoS78C69UD3JRMvzlJ7S79S2nTaWRA/whGCTV8o9e/N/1Va9YIV7Q4sOxD8VV4pCWOw==} + engines: {node: '>=12'} + dependencies: + cliui: 8.0.1 + escalade: 3.1.1 + get-caller-file: 2.0.5 + require-directory: 2.1.1 + string-width: 4.2.3 + y18n: 5.0.8 + yargs-parser: 21.1.1 + dev: true + /yargs@17.7.2: resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} engines: {node: '>=12'} @@ -26721,9 +26769,6 @@ packages: archiver-utils: 3.0.4 compress-commons: 4.1.2 readable-stream: 3.6.2 - - /zod@1.11.17: - resolution: {integrity: sha512-UzIwO92D0dSFwIRyyqAfRXICITLjF0IP8tRbEK/un7adirMssWZx8xF/1hZNE7t61knWZ+lhEuUvxlu2MO8qqA==} dev: true /zod@3.22.4: diff --git a/tools/hangar/__snapshots__/platform.ts.snap b/tools/hangar/__snapshots__/platform.ts.snap index 57e49aa735a..c8d4307b81d 100644 --- a/tools/hangar/__snapshots__/platform.ts.snap +++ b/tools/hangar/__snapshots__/platform.ts.snap @@ -6,7 +6,7 @@ exports[`Multiple platforms > only first platform app is used 1`] = ` "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0", + "version": "0.20.3", }, "outputs": {}, }, @@ -167,7 +167,7 @@ exports[`Platform examples > AWS target platform > permission-boundary.js 1`] = "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0", + "version": "0.20.3", }, "outputs": {}, }, @@ -329,7 +329,7 @@ exports[`Platform examples > AWS target platform > replicate-s3.js 1`] = ` "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0", + "version": "0.20.3", }, "outputs": {}, }, @@ -678,7 +678,7 @@ exports[`Platform examples > AWS target platform > tf-backend.js > azurerm backe "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0", + "version": "0.20.3", }, "outputs": {}, }, @@ -839,7 +839,7 @@ exports[`Platform examples > AWS target platform > tf-backend.js > gcp backend 1 "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0", + "version": "0.20.3", }, "outputs": {}, }, @@ -1000,7 +1000,7 @@ exports[`Platform examples > AWS target platform > tf-backend.js > s3 backend 1` "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0", + "version": "0.20.3", }, "outputs": {}, }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/api/404.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/api/404.test.w_compile_tf-aws.md index c1d5cc770dd..0f97f1ddf6f 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/api/404.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/api/404.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": { "root": { diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/api/aws-api.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/api/aws-api.test.w_compile_tf-aws.md index c1a839930fc..7440f1f237c 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/api/aws-api.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/api/aws-api.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": { "root": { diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/api/cors.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/api/cors.test.w_compile_tf-aws.md index 583775b7719..f35fdf1a459 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/api/cors.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/api/cors.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": { "root": { diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/api/delete.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/api/delete.test.w_compile_tf-aws.md index 09263da2e65..46b1e89b258 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/api/delete.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/api/delete.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": { "root": { diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/api/get.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/api/get.test.w_compile_tf-aws.md index 50179d16def..44adb185b2b 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/api/get.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/api/get.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": { "root": { diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/api/options.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/api/options.test.w_compile_tf-aws.md index a5e5020c668..6cf47d7ab44 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/api/options.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/api/options.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": { "root": { diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/api/patch.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/api/patch.test.w_compile_tf-aws.md index 03af0f23bce..d4c0dd571d0 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/api/patch.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/api/patch.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": { "root": { diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/api/path_vars.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/api/path_vars.test.w_compile_tf-aws.md index d1618927e22..4aa1ff67c98 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/api/path_vars.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/api/path_vars.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": { "root": { diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/api/post.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/api/post.test.w_compile_tf-aws.md index 2d382f96daf..c19992352df 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/api/post.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/api/post.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": { "root": { diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/api/put.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/api/put.test.w_compile_tf-aws.md index 86bb775ede9..81a5dea8c58 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/api/put.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/api/put.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": { "root": { diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/add_file.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/add_file.test.w_compile_tf-aws.md index 602d33a1da3..24379b63ef4 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/add_file.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/add_file.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/add_object.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/add_object.test.w_compile_tf-aws.md index 22c09e851e0..b0c752ed4f8 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/add_object.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/add_object.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/aws-bucket.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/aws-bucket.test.w_compile_tf-aws.md index 1fe5d77c81b..d049080c330 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/aws-bucket.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/aws-bucket.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/bucket_list.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/bucket_list.test.w_compile_tf-aws.md index 32aa853ba0d..a2f79e18929 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/bucket_list.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/bucket_list.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/copy.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/copy.test.w_compile_tf-aws.md index 279ce834517..675a4ef2909 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/copy.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/copy.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/delete.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/delete.test.w_compile_tf-aws.md index a9b631d9a1a..a56496fe97d 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/delete.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/delete.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/events.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/events.test.w_compile_tf-aws.md index 98fdf3e50b9..b227df4d623 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/events.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/events.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/exists.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/exists.test.w_compile_tf-aws.md index fe2a1bb7ddb..513efaf3612 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/exists.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/exists.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/get.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/get.test.w_compile_tf-aws.md index 8ffa7f2fc35..be6de0f8579 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/get.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/get.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/load_test.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/load_test.test.w_compile_tf-aws.md index 185b8575b25..426268cd776 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/load_test.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/load_test.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/metadata.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/metadata.test.w_compile_tf-aws.md index 5026c3ba895..682aa53622e 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/metadata.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/metadata.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/public_url.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/public_url.test.w_compile_tf-aws.md index e93d739ab30..24ef70aad31 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/public_url.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/public_url.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/put.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/put.test.w_compile_tf-aws.md index 17e06c74b66..eb54f11832e 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/put.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/put.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/put_json.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/put_json.test.w_compile_tf-aws.md index 1d0d7e0d9d8..7f5eddfe08c 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/put_json.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/put_json.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/rename.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/rename.test.w_compile_tf-aws.md index 299d47d7f02..37d315a84fb 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/rename.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/rename.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/signed_url.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/signed_url.test.w_compile_tf-aws.md index 9ad6e7d805a..9f9a637500d 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/signed_url.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/signed_url.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/try_delete.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/try_delete.test.w_compile_tf-aws.md index ec62ea75253..690d973f74e 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/try_delete.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/try_delete.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/try_get.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/try_get.test.w_compile_tf-aws.md index 99c1307ff7e..53de4cbf25f 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/try_get.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/try_get.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/try_get_json.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/try_get_json.test.w_compile_tf-aws.md index 52da8065ae1..1c2a3f51586 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/try_get_json.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/bucket/try_get_json.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/counter/aws-counter.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/counter/aws-counter.test.w_compile_tf-aws.md index da6265e478a..feb65cfa25a 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/counter/aws-counter.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/counter/aws-counter.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/counter/dec.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/counter/dec.test.w_compile_tf-aws.md index 47f0bb8a07b..0705c097ef1 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/counter/dec.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/counter/dec.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/counter/inc.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/counter/inc.test.w_compile_tf-aws.md index 254e11561e7..2b66def874c 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/counter/inc.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/counter/inc.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/counter/initial.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/counter/initial.test.w_compile_tf-aws.md index 49931454db4..7b2a248d66c 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/counter/initial.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/counter/initial.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/counter/peek.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/counter/peek.test.w_compile_tf-aws.md index 95bf8d93460..8dfd903e125 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/counter/peek.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/counter/peek.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/counter/set.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/counter/set.test.w_compile_tf-aws.md index 30aa7648a60..5cadc6586ee 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/counter/set.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/counter/set.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/dynamodb-table/aws-dynamodb.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/dynamodb-table/aws-dynamodb.test.w_compile_tf-aws.md index 7b1747b1c87..790f7ce8108 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/dynamodb-table/aws-dynamodb.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/dynamodb-table/aws-dynamodb.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/dynamodb-table/global-secondary-index.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/dynamodb-table/global-secondary-index.test.w_compile_tf-aws.md index aa1791961ca..ca9212d54a0 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/dynamodb-table/global-secondary-index.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/dynamodb-table/global-secondary-index.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/dynamodb-table/query.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/dynamodb-table/query.test.w_compile_tf-aws.md index 5a8efc212bf..c9da4b93b9e 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/dynamodb-table/query.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/dynamodb-table/query.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/dynamodb-table/transaction.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/dynamodb-table/transaction.test.w_compile_tf-aws.md index 16483e3f2c9..361c92effe3 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/dynamodb-table/transaction.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/dynamodb-table/transaction.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/endpoint/url.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/endpoint/url.test.w_compile_tf-aws.md index 2860c05d972..89ea6ed852d 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/endpoint/url.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/endpoint/url.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": { "root": { diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/expect/assert.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/expect/assert.test.w_compile_tf-aws.md index ed6d69e4fdb..bd71c72efd9 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/expect/assert.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/expect/assert.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/fs/basic.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/fs/basic.test.w_compile_tf-aws.md index 6e71931ecae..fd604ff7062 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/fs/basic.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/fs/basic.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/fs/directory.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/fs/directory.test.w_compile_tf-aws.md index 2a77bcb9151..52745c95589 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/fs/directory.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/fs/directory.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/fs/json.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/fs/json.test.w_compile_tf-aws.md index 1ef64e04146..87290338185 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/fs/json.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/fs/json.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/fs/options.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/fs/options.test.w_compile_tf-aws.md index e61d366bb41..71047db945e 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/fs/options.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/fs/options.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/fs/path.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/fs/path.test.w_compile_tf-aws.md index a09efa1613b..273a3cc8ccb 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/fs/path.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/fs/path.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/fs/stat.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/fs/stat.test.w_compile_tf-aws.md index 072b3a6012b..03508d048ab 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/fs/stat.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/fs/stat.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/fs/temp_dir.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/fs/temp_dir.test.w_compile_tf-aws.md index 3475a322c56..14e6e8b858c 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/fs/temp_dir.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/fs/temp_dir.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/fs/yaml.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/fs/yaml.test.w_compile_tf-aws.md index de2ad48d0ee..5b23bd3dad9 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/fs/yaml.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/fs/yaml.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/function/aws-function.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/function/aws-function.test.w_compile_tf-aws.md index ad3db7c63d2..2b2c42ccd45 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/function/aws-function.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/function/aws-function.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/function/env.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/function/env.test.w_compile_tf-aws.md index b59ab7857e9..a5a24661737 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/function/env.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/function/env.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/function/invoke.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/function/invoke.test.w_compile_tf-aws.md index 6597f58d780..3e22b45722f 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/function/invoke.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/function/invoke.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/function/invoke_async.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/function/invoke_async.test.w_compile_tf-aws.md index ca5b631f354..5a3eb80329f 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/function/invoke_async.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/function/invoke_async.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/function/logging.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/function/logging.test.w_compile_tf-aws.md index cdff73b8710..5497f3536e4 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/function/logging.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/function/logging.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/function/memory_and_env.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/function/memory_and_env.test.w_compile_tf-aws.md index 670128369cd..603d3682b92 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/function/memory_and_env.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/function/memory_and_env.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/http/fetch.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/http/fetch.test.w_compile_tf-aws.md index 462363ba974..73f692881cb 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/http/fetch.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/http/fetch.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": { "root": { diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/http/url.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/http/url.test.w_compile_tf-aws.md index b139b8ee6c7..11dade15e49 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/http/url.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/http/url.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/abs.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/abs.test.w_compile_tf-aws.md index 43fcc723aeb..ed356062800 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/abs.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/abs.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/acos.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/acos.test.w_compile_tf-aws.md index 7b0f3a63a81..952c83c2fcd 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/acos.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/acos.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/acot.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/acot.test.w_compile_tf-aws.md index bfb6ad2391b..a9f3896b988 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/acot.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/acot.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/acsc.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/acsc.test.w_compile_tf-aws.md index a199bb53f05..639eb1189ba 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/acsc.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/acsc.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/angular_conversion.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/angular_conversion.test.w_compile_tf-aws.md index c919e8c9c23..720373b3260 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/angular_conversion.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/angular_conversion.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/asec.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/asec.test.w_compile_tf-aws.md index c51d76368b6..7cd2db97658 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/asec.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/asec.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/asin.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/asin.test.w_compile_tf-aws.md index 99be3e23d35..adf6f8fe44f 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/asin.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/asin.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/atan.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/atan.test.w_compile_tf-aws.md index 7b27952c18d..6b0c9012781 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/atan.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/atan.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/atan2.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/atan2.test.w_compile_tf-aws.md index 92b60e61a60..11f564b8d5f 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/atan2.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/atan2.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/combinations.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/combinations.test.w_compile_tf-aws.md index 303dc691fe5..6c8d57efb16 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/combinations.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/combinations.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/cos.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/cos.test.w_compile_tf-aws.md index 1dd904f3bc6..db290c3880c 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/cos.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/cos.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/cot.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/cot.test.w_compile_tf-aws.md index 4b9596ada66..1c251e3b1e4 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/cot.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/cot.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/csc.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/csc.test.w_compile_tf-aws.md index 3e9185f2066..1e14a4218cb 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/csc.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/csc.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/euler.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/euler.test.w_compile_tf-aws.md index d28e34fe166..b6bde767c33 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/euler.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/euler.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/factorial.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/factorial.test.w_compile_tf-aws.md index 75de341883b..b5e246b2a0c 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/factorial.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/factorial.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/fibonacci.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/fibonacci.test.w_compile_tf-aws.md index b2d87a7458d..53fec009700 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/fibonacci.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/fibonacci.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/floor_ceil_round.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/floor_ceil_round.test.w_compile_tf-aws.md index c318edf494b..9d47857f7d3 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/floor_ceil_round.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/floor_ceil_round.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/hypot.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/hypot.test.w_compile_tf-aws.md index 8a6a66d79f9..897585ddfc7 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/hypot.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/hypot.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/log.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/log.test.w_compile_tf-aws.md index 4396e529289..2d4373cff16 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/log.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/log.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/log10.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/log10.test.w_compile_tf-aws.md index 095abdb2895..d534fafa48b 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/log10.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/log10.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/log2.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/log2.test.w_compile_tf-aws.md index cd2957d375d..96d7783948a 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/log2.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/log2.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/median_mode_mean.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/median_mode_mean.test.w_compile_tf-aws.md index 5e15065a569..58faaa96f84 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/median_mode_mean.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/median_mode_mean.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/min_max.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/min_max.test.w_compile_tf-aws.md index ddcfe9aad4e..40770f93e45 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/min_max.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/min_max.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/pi.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/pi.test.w_compile_tf-aws.md index abd2505e0de..0103c1d9ad4 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/pi.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/pi.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/prime.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/prime.test.w_compile_tf-aws.md index 655c605b0d9..ba7a74d5dd4 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/prime.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/prime.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/random.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/random.test.w_compile_tf-aws.md index 318ab2fd6cb..17424c6dc92 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/random.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/random.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/sec.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/sec.test.w_compile_tf-aws.md index 3a8c3f65554..043486fef89 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/sec.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/sec.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/sign.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/sign.test.w_compile_tf-aws.md index dfdc6c8b8c0..b16b2723c2e 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/sign.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/sign.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/sin.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/sin.test.w_compile_tf-aws.md index 2e6d482bee0..700c24c5e64 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/sin.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/sin.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/sqrt.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/sqrt.test.w_compile_tf-aws.md index cc8ad9be196..48c9f8d011b 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/sqrt.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/sqrt.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/tan.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/tan.test.w_compile_tf-aws.md index 07e3a1dbe2d..f337afc2018 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/tan.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/tan.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/tau.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/tau.test.w_compile_tf-aws.md index 6a79abf61ce..271b31e9f58 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/tau.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/tau.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/toradix.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/toradix.test.w_compile_tf-aws.md index d8f53c09c01..ba799558907 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/toradix.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/math/toradix.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/misc/empty-actions.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/misc/empty-actions.test.w_compile_tf-aws.md index 0a5d1c31d6a..26d93bc838c 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/misc/empty-actions.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/misc/empty-actions.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": { "root": { diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/on_deploy/execute_after.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/on_deploy/execute_after.test.w_compile_tf-aws.md index 236c12101c7..adf4eac2969 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/on_deploy/execute_after.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/on_deploy/execute_after.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/queue/aws-queue.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/queue/aws-queue.test.w_compile_tf-aws.md index 38432df9f69..d73d3909dbc 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/queue/aws-queue.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/queue/aws-queue.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/queue/pop.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/queue/pop.test.w_compile_tf-aws.md index 8fb7261200b..0ada1b92db9 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/queue/pop.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/queue/pop.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/queue/purge.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/queue/purge.test.w_compile_tf-aws.md index ef9c6bef13e..ca874587b6f 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/queue/purge.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/queue/purge.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/queue/push.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/queue/push.test.w_compile_tf-aws.md index f432ab7c2b8..8c6ddad5a80 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/queue/push.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/queue/push.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/queue/retention_period.main.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/queue/retention_period.main.w_compile_tf-aws.md index 4137e386b7b..734609f36ef 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/queue/retention_period.main.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/queue/retention_period.main.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/queue/set_consumer.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/queue/set_consumer.test.w_compile_tf-aws.md index e14d03ce002..45a49669b30 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/queue/set_consumer.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/queue/set_consumer.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/regex/match.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/regex/match.test.w_compile_tf-aws.md index a3c4561aaa0..132cc83cad6 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/regex/match.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/regex/match.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/schedule/on_tick.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/schedule/on_tick.test.w_compile_tf-aws.md index 62d9d87e85f..ef9c211713d 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/schedule/on_tick.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/schedule/on_tick.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/service/callbacks.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/service/callbacks.test.w_compile_tf-aws.md index bf64f3ced60..07b8c69b216 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/service/callbacks.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/service/callbacks.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/service/http-server.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/service/http-server.test.w_compile_tf-aws.md index 35dbd74bb62..84e10b1f46a 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/service/http-server.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/service/http-server.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/service/minimal.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/service/minimal.test.w_compile_tf-aws.md index 9a756a02dba..19a403618bb 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/service/minimal.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/service/minimal.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/service/stateful.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/service/stateful.test.w_compile_tf-aws.md index 5b9b2768e88..f1afeeb7bb3 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/service/stateful.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/service/stateful.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/service/tokens.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/service/tokens.test.w_compile_tf-aws.md index 8affcdd9ff1..f57e8cabceb 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/service/tokens.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/service/tokens.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/state/get.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/state/get.test.w_compile_tf-aws.md index 655b4a35a00..2203fe4be96 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/state/get.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/state/get.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/state/set.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/state/set.test.w_compile_tf-aws.md index c6ac2435be6..6c00ede2136 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/state/set.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/state/set.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/std/array.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/std/array.test.w_compile_tf-aws.md index f6431ccad64..2a2a4535a5f 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/std/array.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/std/array.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/std/bool.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/std/bool.test.w_compile_tf-aws.md index 15997683a99..3960353a6f9 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/std/bool.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/std/bool.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/std/datetime.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/std/datetime.test.w_compile_tf-aws.md index 1f86525a78d..b2326a2eaba 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/std/datetime.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/std/datetime.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/std/duration.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/std/duration.test.w_compile_tf-aws.md index 75b5753ba6b..95a3ca0c4a2 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/std/duration.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/std/duration.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/std/json.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/std/json.test.w_compile_tf-aws.md index d9615523341..3ee16348bf0 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/std/json.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/std/json.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/std/map.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/std/map.test.w_compile_tf-aws.md index a0b24214296..af178b8e28c 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/std/map.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/std/map.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/std/node.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/std/node.test.w_compile_tf-aws.md index c7a6d093480..370896207e5 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/std/node.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/std/node.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/std/number.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/std/number.test.w_compile_tf-aws.md index d7c3de7946f..eaae3ae3bf7 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/std/number.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/std/number.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/std/range.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/std/range.test.w_compile_tf-aws.md index ebeab452db3..6a69b90025c 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/std/range.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/std/range.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/std/set.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/std/set.test.w_compile_tf-aws.md index ae8cb79f26d..21eaaee6635 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/std/set.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/std/set.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/std/string.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/std/string.test.w_compile_tf-aws.md index a351212bf82..d8a219a8336 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/std/string.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/std/string.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/std/struct.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/std/struct.test.w_compile_tf-aws.md index 5544af9a0f8..9fa937052e7 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/std/struct.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/std/struct.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/table/add_row.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/table/add_row.test.w_compile_tf-aws.md index 971d137a13a..a7acac59e3d 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/table/add_row.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/table/add_row.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/table/aws-table.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/table/aws-table.test.w_compile_tf-aws.md index 0d396de0066..b76e03c4816 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/table/aws-table.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/table/aws-table.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/table/get.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/table/get.test.w_compile_tf-aws.md index c9d326a2d72..38dc4a1edc3 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/table/get.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/table/get.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/table/list.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/table/list.test.w_compile_tf-aws.md index 9166f80605b..95f1388324c 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/table/list.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/table/list.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/table/try_get.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/table/try_get.test.w_compile_tf-aws.md index cf91afd31df..0169f449227 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/table/try_get.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/table/try_get.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/table/upsert.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/table/upsert.test.w_compile_tf-aws.md index bca32889ae5..5a8c9b5972c 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/table/upsert.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/table/upsert.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/topic/aws-topic.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/topic/aws-topic.test.w_compile_tf-aws.md index 0a15a26aa31..d6541c4a7b5 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/topic/aws-topic.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/topic/aws-topic.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/topic/no_blocking.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/topic/no_blocking.test.w_compile_tf-aws.md index 455de762b8d..6a64aa0ff7d 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/topic/no_blocking.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/topic/no_blocking.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/topic/on_message.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/topic/on_message.test.w_compile_tf-aws.md index f84eb9ae5c1..1818480e3d5 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/topic/on_message.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/topic/on_message.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/ui/section.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/ui/section.test.w_compile_tf-aws.md index 93d6c6a45e1..d5ba69434f0 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/ui/section.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/ui/section.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/util/base64.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/util/base64.test.w_compile_tf-aws.md index e676a68f8d9..581d9609926 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/util/base64.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/util/base64.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/util/env.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/util/env.test.w_compile_tf-aws.md index 46ebd7e14c1..dba0ead4db6 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/util/env.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/util/env.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/util/exec.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/util/exec.test.w_compile_tf-aws.md index c296d2a6e9f..5d691b6ce5b 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/util/exec.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/util/exec.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/util/nanoid.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/util/nanoid.test.w_compile_tf-aws.md index bed7d5bfd8d..3cd1d916b3c 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/util/nanoid.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/util/nanoid.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/util/sha256.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/util/sha256.test.w_compile_tf-aws.md index fcc412095b3..0d9c16e0826 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/util/sha256.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/util/sha256.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/util/shell.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/util/shell.test.w_compile_tf-aws.md index 761025eb845..b9964567ec6 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/util/shell.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/util/shell.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/util/sleep.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/util/sleep.test.w_compile_tf-aws.md index e37fedff9ca..92843433c6b 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/util/sleep.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/util/sleep.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/util/uuidv4.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/util/uuidv4.test.w_compile_tf-aws.md index 2401454141c..be29596dc4c 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/util/uuidv4.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/util/uuidv4.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/util/wait-until.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/util/wait-until.test.w_compile_tf-aws.md index 0cbb1072699..be77c2f41ed 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/util/wait-until.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/util/wait-until.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/website/aws-react-app.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/website/aws-react-app.test.w_compile_tf-aws.md index 13a08fe15a0..cc3c43ed8bb 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/website/aws-react-app.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/website/aws-react-app.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": { "root": { diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/website/aws-website.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/website/aws-website.test.w_compile_tf-aws.md index da4ed57fb88..728f121f212 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/website/aws-website.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/website/aws-website.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": { "root": { diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/website/react-app.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/website/react-app.test.w_compile_tf-aws.md index 0788bd8a48e..b0ab13fca29 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/website/react-app.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/website/react-app.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": { "root": { diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/website/two_websites.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/website/two_websites.test.w_compile_tf-aws.md index 73828ad751d..d10b3d65dd6 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/website/two_websites.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/website/two_websites.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": { "root": { diff --git a/tools/hangar/__snapshots__/test_corpus/sdk_tests/website/website.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/sdk_tests/website/website.test.w_compile_tf-aws.md index 43065299d15..51913e49e45 100644 --- a/tools/hangar/__snapshots__/test_corpus/sdk_tests/website/website.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/sdk_tests/website/website.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": { "root": { diff --git a/tools/hangar/__snapshots__/test_corpus/valid/anon_function.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/anon_function.test.w_compile_tf-aws.md index fbe477dcffb..3c45149e185 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/anon_function.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/anon_function.test.w_compile_tf-aws.md @@ -30,7 +30,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/api.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/api.test.w_compile_tf-aws.md index aebd1fcdb78..ebac29fcfbf 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/api.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/api.test.w_compile_tf-aws.md @@ -86,7 +86,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": { "root": { diff --git a/tools/hangar/__snapshots__/test_corpus/valid/api_cors_custom.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/api_cors_custom.test.w_compile_tf-aws.md index 7ad09300686..2ff5af932d3 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/api_cors_custom.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/api_cors_custom.test.w_compile_tf-aws.md @@ -106,7 +106,7 @@ module.exports = function({ $api_url, $expect_Util, $http_HttpMethod, $http_Util "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": { "root": { diff --git a/tools/hangar/__snapshots__/test_corpus/valid/api_cors_default.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/api_cors_default.test.w_compile_tf-aws.md index 07d544981f7..f89ad448301 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/api_cors_default.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/api_cors_default.test.w_compile_tf-aws.md @@ -81,7 +81,7 @@ module.exports = function({ $apiDefaultCors_url, $expect_Util, $http_HttpMethod, "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": { "root": { diff --git a/tools/hangar/__snapshots__/test_corpus/valid/api_valid_path.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/api_valid_path.test.w_compile_tf-aws.md index de0855a51e2..452e97efb72 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/api_valid_path.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/api_valid_path.test.w_compile_tf-aws.md @@ -27,7 +27,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": { "root": { diff --git a/tools/hangar/__snapshots__/test_corpus/valid/assert.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/assert.test.w_compile_tf-aws.md index 2a7b3aeb249..276adf7f6b3 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/assert.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/assert.test.w_compile_tf-aws.md @@ -41,7 +41,7 @@ module.exports = function({ $s1, $s2 }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/asynchronous_model_implicit_await_in_functions.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/asynchronous_model_implicit_await_in_functions.test.w_compile_tf-aws.md index b98f1521d15..c93ded5bafe 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/asynchronous_model_implicit_await_in_functions.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/asynchronous_model_implicit_await_in_functions.test.w_compile_tf-aws.md @@ -47,7 +47,7 @@ module.exports = function({ $strToStr }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/bring_alias.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/bring_alias.test.w_compile_tf-aws.md index 76eaf225376..282e17be244 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/bring_alias.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/bring_alias.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/bring_awscdk.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/bring_awscdk.test.w_compile_tf-aws.md index c00c5bd60ac..ce4c9899516 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/bring_awscdk.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/bring_awscdk.test.w_compile_tf-aws.md @@ -21,7 +21,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/bring_cdk8s.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/bring_cdk8s.test.w_compile_tf-aws.md index 37744b19395..cfe10ad2108 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/bring_cdk8s.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/bring_cdk8s.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/bring_cdktf.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/bring_cdktf.test.w_compile_tf-aws.md index f899c8c0718..518edf085a4 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/bring_cdktf.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/bring_cdktf.test.w_compile_tf-aws.md @@ -21,7 +21,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/bring_jsii.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/bring_jsii.test.w_compile_tf-aws.md index ebc7a863f94..25c12da88d7 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/bring_jsii.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/bring_jsii.test.w_compile_tf-aws.md @@ -29,7 +29,7 @@ module.exports = function({ $greeting, $stuff_HelloWorld }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/bring_local.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/bring_local.test.w_compile_tf-aws.md index 898f8ce307e..62ec7b25dba 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/bring_local.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/bring_local.test.w_compile_tf-aws.md @@ -124,7 +124,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/bring_local_dir.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/bring_local_dir.test.w_compile_tf-aws.md index e6ba1c676cf..ada06984301 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/bring_local_dir.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/bring_local_dir.test.w_compile_tf-aws.md @@ -63,7 +63,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/bring_local_normalization.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/bring_local_normalization.test.w_compile_tf-aws.md index 925fbcd4db6..5790a08e16b 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/bring_local_normalization.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/bring_local_normalization.test.w_compile_tf-aws.md @@ -49,7 +49,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/bring_projen.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/bring_projen.test.w_compile_tf-aws.md index 43ac8124853..6ee0e548e8f 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/bring_projen.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/bring_projen.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/bring_wing_library.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/bring_wing_library.test.w_compile_tf-aws.md index bf9a5a4ac67..bde959ab08c 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/bring_wing_library.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/bring_wing_library.test.w_compile_tf-aws.md @@ -72,7 +72,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/bucket_keys.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/bucket_keys.test.w_compile_tf-aws.md index 32008c15a8b..777bf65a839 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/bucket_keys.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/bucket_keys.test.w_compile_tf-aws.md @@ -37,7 +37,7 @@ module.exports = function({ $b }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/call_static_of_myself.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/call_static_of_myself.test.w_compile_tf-aws.md index fbe152d192a..839285eb60f 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/call_static_of_myself.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/call_static_of_myself.test.w_compile_tf-aws.md @@ -78,7 +78,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/calling_inflight_variants.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/calling_inflight_variants.test.w_compile_tf-aws.md index cbb96b7c8bd..3a4807abce3 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/calling_inflight_variants.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/calling_inflight_variants.test.w_compile_tf-aws.md @@ -89,7 +89,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/capture_containers.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/capture_containers.test.w_compile_tf-aws.md index 552aa670a47..439fed56380 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/capture_containers.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/capture_containers.test.w_compile_tf-aws.md @@ -35,7 +35,7 @@ module.exports = function({ $Object_keys_myMap__length, $__arr__index_______if__ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/capture_in_binary.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/capture_in_binary.test.w_compile_tf-aws.md index e66405ab91b..dcfc1de14d5 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/capture_in_binary.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/capture_in_binary.test.w_compile_tf-aws.md @@ -29,7 +29,7 @@ module.exports = function({ $b, $x }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/capture_mutables.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/capture_mutables.test.w_compile_tf-aws.md index a523fca1e93..1cdc521d44d 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/capture_mutables.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/capture_mutables.test.w_compile_tf-aws.md @@ -50,7 +50,7 @@ module.exports = function({ $handler }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/capture_primitives.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/capture_primitives.test.w_compile_tf-aws.md index a1684bea0b8..de4810afc60 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/capture_primitives.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/capture_primitives.test.w_compile_tf-aws.md @@ -41,7 +41,7 @@ module.exports = function({ $myBool, $myDur_hours, $myDur_minutes, $myDur_second "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/capture_reassigable_class_field.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/capture_reassigable_class_field.test.w_compile_tf-aws.md index 29d98ca17e9..87dc018afcf 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/capture_reassigable_class_field.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/capture_reassigable_class_field.test.w_compile_tf-aws.md @@ -99,7 +99,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/capture_reassignable.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/capture_reassignable.test.w_compile_tf-aws.md index 0c9c54e22b4..e514ebb9682 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/capture_reassignable.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/capture_reassignable.test.w_compile_tf-aws.md @@ -47,7 +47,7 @@ module.exports = function({ $handler }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/capture_resource_and_data.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/capture_resource_and_data.test.w_compile_tf-aws.md index 651f5aec7f5..0f336caa671 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/capture_resource_and_data.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/capture_resource_and_data.test.w_compile_tf-aws.md @@ -30,7 +30,7 @@ module.exports = function({ $data_size, $queue, $res }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/capture_resource_with_no_inflight.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/capture_resource_with_no_inflight.test.w_compile_tf-aws.md index 5782173a4ad..d5a680e4c89 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/capture_resource_with_no_inflight.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/capture_resource_with_no_inflight.test.w_compile_tf-aws.md @@ -48,7 +48,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/capture_tokens.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/capture_tokens.test.w_compile_tf-aws.md index 2ea8d7f1000..befde07815d 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/capture_tokens.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/capture_tokens.test.w_compile_tf-aws.md @@ -71,7 +71,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": { "root": { diff --git a/tools/hangar/__snapshots__/test_corpus/valid/captures.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/captures.test.w_compile_tf-aws.md index 9dc8b7df185..95d38902113 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/captures.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/captures.test.w_compile_tf-aws.md @@ -81,7 +81,7 @@ module.exports = function({ $headers }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": { "root": { diff --git a/tools/hangar/__snapshots__/test_corpus/valid/casting.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/casting.test.w_compile_tf-aws.md index 5199b29c2ad..6e4743da08c 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/casting.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/casting.test.w_compile_tf-aws.md @@ -12,7 +12,7 @@ ] }, "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/class.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/class.test.w_compile_tf-aws.md index 06d4703124a..311ab057587 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/class.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/class.test.w_compile_tf-aws.md @@ -340,7 +340,7 @@ module.exports = function({ $PaidStudent }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/closure_class.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/closure_class.test.w_compile_tf-aws.md index dcd4cbecefb..49c093ed727 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/closure_class.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/closure_class.test.w_compile_tf-aws.md @@ -51,7 +51,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/construct-base.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/construct-base.test.w_compile_tf-aws.md index b76168d8bae..aa3c7b80f0c 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/construct-base.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/construct-base.test.w_compile_tf-aws.md @@ -21,7 +21,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/container_types.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/container_types.test.w_compile_tf-aws.md index ee596b7f6d6..715c79ea602 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/container_types.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/container_types.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/custom_obj_id.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/custom_obj_id.test.w_compile_tf-aws.md index 1a9f06874da..140e80fc308 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/custom_obj_id.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/custom_obj_id.test.w_compile_tf-aws.md @@ -21,7 +21,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/debug_env.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/debug_env.test.w_compile_tf-aws.md index f5779ca6959..89bfae66bfe 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/debug_env.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/debug_env.test.w_compile_tf-aws.md @@ -21,7 +21,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/deep_equality.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/deep_equality.test.w_compile_tf-aws.md index 3f5016b8813..b1ac7f2e548 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/deep_equality.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/deep_equality.test.w_compile_tf-aws.md @@ -261,7 +261,7 @@ module.exports = function({ $arrayA, $arrayB }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/double_reference.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/double_reference.test.w_compile_tf-aws.md index eb4009d2148..5c6bc2e1fae 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/double_reference.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/double_reference.test.w_compile_tf-aws.md @@ -66,7 +66,7 @@ module.exports = function({ $initCount }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/doubler.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/doubler.test.w_compile_tf-aws.md index ce65c460cd1..f119c2752c7 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/doubler.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/doubler.test.w_compile_tf-aws.md @@ -125,7 +125,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/enums.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/enums.test.w_compile_tf-aws.md index c28d885e5e2..194bf12b887 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/enums.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/enums.test.w_compile_tf-aws.md @@ -28,7 +28,7 @@ module.exports = function({ $SomeEnum, $one, $two }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/expressions_binary_operators.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/expressions_binary_operators.test.w_compile_tf-aws.md index dab12450a4c..950b717233b 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/expressions_binary_operators.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/expressions_binary_operators.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/expressions_string_interpolation.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/expressions_string_interpolation.test.w_compile_tf-aws.md index b7c7899e079..b98911f7ebb 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/expressions_string_interpolation.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/expressions_string_interpolation.test.w_compile_tf-aws.md @@ -29,7 +29,7 @@ module.exports = function({ $number }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/extern_implementation.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/extern_implementation.test.w_compile_tf-aws.md index 557e08d5a86..4159c3f9391 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/extern_implementation.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/extern_implementation.test.w_compile_tf-aws.md @@ -79,7 +79,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/file_counter.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/file_counter.test.w_compile_tf-aws.md index 43e4f9cb1a7..3d8952ba1e7 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/file_counter.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/file_counter.test.w_compile_tf-aws.md @@ -29,7 +29,7 @@ module.exports = function({ $bucket, $counter }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/for_loop.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/for_loop.test.w_compile_tf-aws.md index 775ee458373..6434cad3889 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/for_loop.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/for_loop.test.w_compile_tf-aws.md @@ -50,7 +50,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/forward_decl.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/forward_decl.test.w_compile_tf-aws.md index 683e934585d..67d74f497f3 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/forward_decl.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/forward_decl.test.w_compile_tf-aws.md @@ -21,7 +21,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/function_returns_function.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/function_returns_function.test.w_compile_tf-aws.md index 7ad40262fde..ae2c1f846d1 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/function_returns_function.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/function_returns_function.test.w_compile_tf-aws.md @@ -35,7 +35,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/function_type.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/function_type.test.w_compile_tf-aws.md index 8cac33f6ca3..3c31262a04b 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/function_type.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/function_type.test.w_compile_tf-aws.md @@ -82,7 +82,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/function_variadic_arguments.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/function_variadic_arguments.test.w_compile_tf-aws.md index 97214f92189..e5b63632d0d 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/function_variadic_arguments.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/function_variadic_arguments.test.w_compile_tf-aws.md @@ -36,7 +36,7 @@ module.exports = function({ $A }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/hello.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/hello.test.w_compile_tf-aws.md index 3aee39e358d..7351a7c365e 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/hello.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/hello.test.w_compile_tf-aws.md @@ -27,7 +27,7 @@ module.exports = function({ $bucket }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/identical_inflights.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/identical_inflights.test.w_compile_tf-aws.md index 29dc0cee1f6..74925bc315e 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/identical_inflights.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/identical_inflights.test.w_compile_tf-aws.md @@ -45,7 +45,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/impl_interface.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/impl_interface.test.w_compile_tf-aws.md index 7884a05fc61..9c116461403 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/impl_interface.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/impl_interface.test.w_compile_tf-aws.md @@ -145,7 +145,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/implicit_std.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/implicit_std.test.w_compile_tf-aws.md index 266db2b5b7a..71b69643752 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/implicit_std.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/implicit_std.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/in_scope_construct.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/in_scope_construct.test.w_compile_tf-aws.md index 71717af1524..0339a9ae482 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/in_scope_construct.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/in_scope_construct.test.w_compile_tf-aws.md @@ -21,7 +21,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/inference.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/inference.test.w_compile_tf-aws.md index 5494d4ac8cd..1fa2f94e098 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/inference.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/inference.test.w_compile_tf-aws.md @@ -27,7 +27,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": { "root": { diff --git a/tools/hangar/__snapshots__/test_corpus/valid/inflight-subscribers.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/inflight-subscribers.test.w_compile_tf-aws.md index 7b28e7df0f4..a643c357f1c 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/inflight-subscribers.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/inflight-subscribers.test.w_compile_tf-aws.md @@ -47,7 +47,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/inflight_capture_static.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/inflight_capture_static.test.w_compile_tf-aws.md index 1b0ae236572..51608265c98 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/inflight_capture_static.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/inflight_capture_static.test.w_compile_tf-aws.md @@ -133,7 +133,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/inflight_class_as_struct_members.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/inflight_class_as_struct_members.test.w_compile_tf-aws.md index cc31c330378..572d6fb296b 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/inflight_class_as_struct_members.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/inflight_class_as_struct_members.test.w_compile_tf-aws.md @@ -63,7 +63,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/inflight_class_capture_const.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/inflight_class_capture_const.test.w_compile_tf-aws.md index e3d2c75f6ab..b4f1e154ff9 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/inflight_class_capture_const.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/inflight_class_capture_const.test.w_compile_tf-aws.md @@ -43,7 +43,7 @@ module.exports = function({ $myConst }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/inflight_class_capture_preflight_object.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/inflight_class_capture_preflight_object.test.w_compile_tf-aws.md index 46a1b0eff16..3c75b317ca1 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/inflight_class_capture_preflight_object.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/inflight_class_capture_preflight_object.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/inflight_class_definitions.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/inflight_class_definitions.test.w_compile_tf-aws.md index a81b1f7c2a2..78424142140 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/inflight_class_definitions.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/inflight_class_definitions.test.w_compile_tf-aws.md @@ -157,7 +157,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/inflight_class_inner_capture_mutable.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/inflight_class_inner_capture_mutable.test.w_compile_tf-aws.md index 788410641d6..e0c30639d30 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/inflight_class_inner_capture_mutable.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/inflight_class_inner_capture_mutable.test.w_compile_tf-aws.md @@ -38,7 +38,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/inflight_class_inside_inflight_closure.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/inflight_class_inside_inflight_closure.test.w_compile_tf-aws.md index b5e05f1f7ef..04250dd6921 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/inflight_class_inside_inflight_closure.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/inflight_class_inside_inflight_closure.test.w_compile_tf-aws.md @@ -101,7 +101,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/inflight_class_modifiers.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/inflight_class_modifiers.test.w_compile_tf-aws.md index 124fdef7447..dac4699fca0 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/inflight_class_modifiers.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/inflight_class_modifiers.test.w_compile_tf-aws.md @@ -26,7 +26,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/inflight_class_outside_inflight_closure.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/inflight_class_outside_inflight_closure.test.w_compile_tf-aws.md index 145b4c00294..87dc7f77b94 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/inflight_class_outside_inflight_closure.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/inflight_class_outside_inflight_closure.test.w_compile_tf-aws.md @@ -49,7 +49,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/inflight_class_structural_interace_handler.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/inflight_class_structural_interace_handler.test.w_compile_tf-aws.md index 3d2d38d0b07..a16515b231f 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/inflight_class_structural_interace_handler.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/inflight_class_structural_interace_handler.test.w_compile_tf-aws.md @@ -53,7 +53,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/inflight_class_without_init.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/inflight_class_without_init.test.w_compile_tf-aws.md index ccfb62b8b1d..22d2abcc789 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/inflight_class_without_init.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/inflight_class_without_init.test.w_compile_tf-aws.md @@ -39,7 +39,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/inflight_closure_autoid.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/inflight_closure_autoid.test.w_compile_tf-aws.md index 3b8ccb73f87..5c83dad2f21 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/inflight_closure_autoid.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/inflight_closure_autoid.test.w_compile_tf-aws.md @@ -49,7 +49,7 @@ module.exports = function({ $inflights }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/inflight_closure_inside_preflight_closure.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/inflight_closure_inside_preflight_closure.test.w_compile_tf-aws.md index 76e0dff6fd5..fbbb87d8c3a 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/inflight_closure_inside_preflight_closure.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/inflight_closure_inside_preflight_closure.test.w_compile_tf-aws.md @@ -40,7 +40,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/inflight_concat.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/inflight_concat.test.w_compile_tf-aws.md index 925c432a7d2..40f6627bfc9 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/inflight_concat.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/inflight_concat.test.w_compile_tf-aws.md @@ -25,7 +25,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/inflight_handler_singleton.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/inflight_handler_singleton.test.w_compile_tf-aws.md index 5d4e53f7118..21c2aee535d 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/inflight_handler_singleton.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/inflight_handler_singleton.test.w_compile_tf-aws.md @@ -99,7 +99,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/inflight_init.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/inflight_init.test.w_compile_tf-aws.md index 8c258ccf296..a0e4b3c093d 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/inflight_init.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/inflight_init.test.w_compile_tf-aws.md @@ -171,7 +171,7 @@ module.exports = function({ $Foo }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/inflights_calling_inflights.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/inflights_calling_inflights.test.w_compile_tf-aws.md index 861ac772b6b..15476158612 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/inflights_calling_inflights.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/inflights_calling_inflights.test.w_compile_tf-aws.md @@ -128,7 +128,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/inherit_stdlib_class.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/inherit_stdlib_class.test.w_compile_tf-aws.md index 0a5d49bd9aa..3b2963a8cfd 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/inherit_stdlib_class.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/inherit_stdlib_class.test.w_compile_tf-aws.md @@ -63,7 +63,7 @@ module.exports = function({ $cloud_Api }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": { "root": { diff --git a/tools/hangar/__snapshots__/test_corpus/valid/inheritance_class_inflight.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/inheritance_class_inflight.test.w_compile_tf-aws.md index 2b50a3ce3aa..991229fd87b 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/inheritance_class_inflight.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/inheritance_class_inflight.test.w_compile_tf-aws.md @@ -70,7 +70,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/inheritance_class_preflight.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/inheritance_class_preflight.test.w_compile_tf-aws.md index b24340abc48..74481765e37 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/inheritance_class_preflight.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/inheritance_class_preflight.test.w_compile_tf-aws.md @@ -36,7 +36,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/inheritance_interface.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/inheritance_interface.test.w_compile_tf-aws.md index 0dfb41f94b5..42294aa1f76 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/inheritance_interface.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/inheritance_interface.test.w_compile_tf-aws.md @@ -21,7 +21,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/interface.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/interface.test.w_compile_tf-aws.md index 2acb419ad97..01338876c20 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/interface.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/interface.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/issue_2889.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/issue_2889.test.w_compile_tf-aws.md index 86bf949145f..34f19fc7ec6 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/issue_2889.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/issue_2889.test.w_compile_tf-aws.md @@ -51,7 +51,7 @@ module.exports = function({ $api_url, $http_Util, $std_Json }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": { "root": { diff --git a/tools/hangar/__snapshots__/test_corpus/valid/json.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/json.test.w_compile_tf-aws.md index 8be3c9ddc5c..79f8b5a88f3 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/json.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/json.test.w_compile_tf-aws.md @@ -21,7 +21,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/json_bucket.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/json_bucket.test.w_compile_tf-aws.md index 81f28324ce2..1ec2e253ddb 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/json_bucket.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/json_bucket.test.w_compile_tf-aws.md @@ -49,7 +49,7 @@ module.exports = function({ $b, $fileName, $getJson, $j }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/json_static.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/json_static.test.w_compile_tf-aws.md index 8d89a3614e1..c024c5d489e 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/json_static.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/json_static.test.w_compile_tf-aws.md @@ -50,7 +50,7 @@ module.exports = function({ $std_Json }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/json_string_interpolation.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/json_string_interpolation.test.w_compile_tf-aws.md index 58cd079539f..e1e3e18c3c6 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/json_string_interpolation.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/json_string_interpolation.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/lift_expr_with_this.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/lift_expr_with_this.test.w_compile_tf-aws.md index bc00934f8be..30912a910b7 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/lift_expr_with_this.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/lift_expr_with_this.test.w_compile_tf-aws.md @@ -42,7 +42,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/lift_redefinition.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/lift_redefinition.test.w_compile_tf-aws.md index b117ec68322..02bd0e7c369 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/lift_redefinition.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/lift_redefinition.test.w_compile_tf-aws.md @@ -29,7 +29,7 @@ module.exports = function({ $y }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/lift_shared_resource.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/lift_shared_resource.test.w_compile_tf-aws.md index 99fcd488fea..1690e4e0561 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/lift_shared_resource.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/lift_shared_resource.test.w_compile_tf-aws.md @@ -68,7 +68,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": { "root": { diff --git a/tools/hangar/__snapshots__/test_corpus/valid/lift_this.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/lift_this.test.w_compile_tf-aws.md index 02f742ab9f8..36212fa7b07 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/lift_this.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/lift_this.test.w_compile_tf-aws.md @@ -51,7 +51,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/lift_via_closure.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/lift_via_closure.test.w_compile_tf-aws.md index 489bc97de73..94f247c3329 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/lift_via_closure.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/lift_via_closure.test.w_compile_tf-aws.md @@ -100,7 +100,7 @@ module.exports = function({ $bucket2 }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/lift_via_closure_explicit.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/lift_via_closure_explicit.test.w_compile_tf-aws.md index 4a573ebd198..247435eae3d 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/lift_via_closure_explicit.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/lift_via_closure_explicit.test.w_compile_tf-aws.md @@ -48,7 +48,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/lift_weird_order.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/lift_weird_order.test.w_compile_tf-aws.md index 1af7bd0e298..56b4ac5481f 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/lift_weird_order.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/lift_weird_order.test.w_compile_tf-aws.md @@ -62,7 +62,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/lift_with_phase_ind.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/lift_with_phase_ind.test.w_compile_tf-aws.md index 4aae3948c30..e767640accf 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/lift_with_phase_ind.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/lift_with_phase_ind.test.w_compile_tf-aws.md @@ -32,7 +32,7 @@ module.exports = function({ $__arr__index_______if__index___0____index____arr_le "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/mut_container_types.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/mut_container_types.test.w_compile_tf-aws.md index bb1257812af..77d0fb3e42e 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/mut_container_types.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/mut_container_types.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/mutation_after_class_init.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/mutation_after_class_init.test.w_compile_tf-aws.md index 11717eaddcd..c22fee7746d 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/mutation_after_class_init.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/mutation_after_class_init.test.w_compile_tf-aws.md @@ -110,7 +110,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/new_in_static.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/new_in_static.test.w_compile_tf-aws.md index 22dda8ceed3..e88088b9854 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/new_in_static.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/new_in_static.test.w_compile_tf-aws.md @@ -41,7 +41,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/new_jsii.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/new_jsii.test.w_compile_tf-aws.md index 01ed8ac1d5d..e39c7072f21 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/new_jsii.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/new_jsii.test.w_compile_tf-aws.md @@ -21,7 +21,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/nil.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/nil.test.w_compile_tf-aws.md index 211f127585f..ba040a0ac17 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/nil.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/nil.test.w_compile_tf-aws.md @@ -83,7 +83,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/on_lift.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/on_lift.test.w_compile_tf-aws.md index 9c8b058a166..0ae4ec97b3e 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/on_lift.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/on_lift.test.w_compile_tf-aws.md @@ -50,7 +50,7 @@ module.exports = function({ $util_Util }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/optionals.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/optionals.test.w_compile_tf-aws.md index b0617252555..d8b69544777 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/optionals.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/optionals.test.w_compile_tf-aws.md @@ -88,7 +88,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/primitive_methods.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/primitive_methods.test.w_compile_tf-aws.md index fab0ef5c500..44a5562b8a8 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/primitive_methods.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/primitive_methods.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/print.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/print.test.w_compile_tf-aws.md index 6af05fc76b4..045aa903518 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/print.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/print.test.w_compile_tf-aws.md @@ -49,7 +49,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/reassignment.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/reassignment.test.w_compile_tf-aws.md index 17e72b7290c..01ccd4d1c48 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/reassignment.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/reassignment.test.w_compile_tf-aws.md @@ -21,7 +21,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/redis.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/redis.test.w_compile_tf-aws.md index 2f471d71096..c2057672539 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/redis.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/redis.test.w_compile_tf-aws.md @@ -54,7 +54,7 @@ module.exports = function({ $queue, $r, $r2, $util_Util }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/resource.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/resource.test.w_compile_tf-aws.md index e935ed9201d..fcd1ffdcfcf 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/resource.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/resource.test.w_compile_tf-aws.md @@ -229,7 +229,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/resource_as_inflight_literal.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/resource_as_inflight_literal.test.w_compile_tf-aws.md index 8731a27d732..a9de715a81d 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/resource_as_inflight_literal.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/resource_as_inflight_literal.test.w_compile_tf-aws.md @@ -47,7 +47,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/resource_call_static.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/resource_call_static.test.w_compile_tf-aws.md index 75bf998fb12..ebe7d2de7fe 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/resource_call_static.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/resource_call_static.test.w_compile_tf-aws.md @@ -44,7 +44,7 @@ module.exports = function({ $globalCounter }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/resource_captures.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/resource_captures.test.w_compile_tf-aws.md index 1474ac786ad..4a4ce709dc0 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/resource_captures.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/resource_captures.test.w_compile_tf-aws.md @@ -158,7 +158,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/resource_captures_globals.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/resource_captures_globals.test.w_compile_tf-aws.md index 884e238132e..1e3d11ffb34 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/resource_captures_globals.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/resource_captures_globals.test.w_compile_tf-aws.md @@ -135,7 +135,7 @@ module.exports = function({ $_parentThis_localCounter, $globalCounter }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/service.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/service.test.w_compile_tf-aws.md index 0b4d8ef150f..9cdb78e5446 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/service.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/service.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/shadowing.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/shadowing.test.w_compile_tf-aws.md index f04c7a77cd3..53fe7898682 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/shadowing.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/shadowing.test.w_compile_tf-aws.md @@ -59,7 +59,7 @@ module.exports = function({ $fn }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/statements_if.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/statements_if.test.w_compile_tf-aws.md index ab8c52cb5e9..7d3975d2570 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/statements_if.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/statements_if.test.w_compile_tf-aws.md @@ -46,7 +46,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/statements_variable_declarations.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/statements_variable_declarations.test.w_compile_tf-aws.md index 59cd3d8504d..a82dc5a35c2 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/statements_variable_declarations.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/statements_variable_declarations.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/static_members.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/static_members.test.w_compile_tf-aws.md index e73f2089c0a..40fa6b45b12 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/static_members.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/static_members.test.w_compile_tf-aws.md @@ -54,7 +54,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/std_containers.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/std_containers.test.w_compile_tf-aws.md index fe49a276aba..23948ed1beb 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/std_containers.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/std_containers.test.w_compile_tf-aws.md @@ -51,7 +51,7 @@ module.exports = function({ $Animal }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/std_string.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/std_string.test.w_compile_tf-aws.md index b6d085bae4f..d00adefb4eb 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/std_string.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/std_string.test.w_compile_tf-aws.md @@ -29,7 +29,7 @@ module.exports = function({ $__arr__index_______if__index___0____index____arr_le "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/struct_from_json.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/struct_from_json.test.w_compile_tf-aws.md index 227a4608c75..ad46ca50d46 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/struct_from_json.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/struct_from_json.test.w_compile_tf-aws.md @@ -155,7 +155,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/structs.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/structs.test.w_compile_tf-aws.md index 054f94bfdc4..0b52330d732 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/structs.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/structs.test.w_compile_tf-aws.md @@ -46,7 +46,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/super_call.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/super_call.test.w_compile_tf-aws.md index f67120f28c4..ede504a4990 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/super_call.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/super_call.test.w_compile_tf-aws.md @@ -188,7 +188,7 @@ module.exports = function({ $InflightA }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/symbol_shadow.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/symbol_shadow.test.w_compile_tf-aws.md index d483c701284..e004ac55d50 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/symbol_shadow.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/symbol_shadow.test.w_compile_tf-aws.md @@ -102,7 +102,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/table.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/table.test.w_compile_tf-aws.md index b20786f1ba4..062eb1a4d65 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/table.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/table.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/test_bucket.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/test_bucket.test.w_compile_tf-aws.md index cf160651e5b..6163df81250 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/test_bucket.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/test_bucket.test.w_compile_tf-aws.md @@ -50,7 +50,7 @@ module.exports = function({ $b }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/test_without_bring.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/test_without_bring.test.w_compile_tf-aws.md index d0a1c89ac36..a82168e1275 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/test_without_bring.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/test_without_bring.test.w_compile_tf-aws.md @@ -27,7 +27,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/this.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/this.test.w_compile_tf-aws.md index 92773c722bf..dab5d4ee854 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/this.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/this.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/try_catch.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/try_catch.test.w_compile_tf-aws.md index 59bf90c824c..eb75f394b9d 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/try_catch.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/try_catch.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/use_inflight_method_inside_init_closure.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/use_inflight_method_inside_init_closure.test.w_compile_tf-aws.md index 03b978b8f74..cac659994b9 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/use_inflight_method_inside_init_closure.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/use_inflight_method_inside_init_closure.test.w_compile_tf-aws.md @@ -43,7 +43,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/website_with_api.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/website_with_api.test.w_compile_tf-aws.md index e6c36879be1..fe1db377f1e 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/website_with_api.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/website_with_api.test.w_compile_tf-aws.md @@ -103,7 +103,7 @@ module.exports = function({ $api_url, $expect_Util, $http_HttpMethod, $http_Util "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": { "root": { diff --git a/tools/hangar/__snapshots__/test_corpus/valid/while.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/while.test.w_compile_tf-aws.md index be6e572bda7..7af2d401510 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/while.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/while.test.w_compile_tf-aws.md @@ -7,7 +7,7 @@ "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/test_corpus/valid/while_loop_await.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/while_loop_await.test.w_compile_tf-aws.md index 25f56ec63ab..788e241bf91 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/while_loop_await.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/while_loop_await.test.w_compile_tf-aws.md @@ -33,7 +33,7 @@ module.exports = function({ }) { "metadata": { "backend": "local", "stackName": "root", - "version": "0.17.0" + "version": "0.20.3" }, "outputs": {} }, diff --git a/tools/hangar/__snapshots__/tree_json.ts.snap b/tools/hangar/__snapshots__/tree_json.ts.snap index 0a04efd14b0..0f22d12b042 100644 --- a/tools/hangar/__snapshots__/tree_json.ts.snap +++ b/tools/hangar/__snapshots__/tree_json.ts.snap @@ -11,7 +11,7 @@ exports[`tree.json for an app with many resources 1`] = ` "Code": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Code", "path": "root/Default/Code", @@ -49,7 +49,7 @@ exports[`tree.json for an app with many resources 1`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/Default/Bar/Foo/cloud.Counter/Default", @@ -124,7 +124,7 @@ exports[`tree.json for an app with many resources 1`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/Default/BigPublisher/b2/Default", @@ -132,7 +132,7 @@ exports[`tree.json for an app with many resources 1`] = ` "S3BucketNotification": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "S3BucketNotification", "path": "root/Default/Default/BigPublisher/b2/S3BucketNotification", @@ -142,7 +142,7 @@ exports[`tree.json for an app with many resources 1`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/Default/BigPublisher/b2/oncreate/Default", @@ -150,7 +150,7 @@ exports[`tree.json for an app with many resources 1`] = ` "PublishPermission-c851683a81379a8ef8351c83fe31924055584271ad": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "PublishPermission-c851683a81379a8ef8351c83fe31924055584271ad", "path": "root/Default/Default/BigPublisher/b2/oncreate/PublishPermission-c851683a81379a8ef8351c83fe31924055584271ad", @@ -158,7 +158,7 @@ exports[`tree.json for an app with many resources 1`] = ` "TopicSubscription0": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "TopicSubscription0", "path": "root/Default/Default/BigPublisher/b2/oncreate/TopicSubscription0", @@ -180,7 +180,7 @@ exports[`tree.json for an app with many resources 1`] = ` "Asset": { "constructInfo": { "fqn": "cdktf.TerraformAsset", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Asset", "path": "root/Default/Default/BigPublisher/b2/oncreate-OnMessage0/Asset", @@ -188,7 +188,7 @@ exports[`tree.json for an app with many resources 1`] = ` "CloudwatchLogGroup": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CloudwatchLogGroup", "path": "root/Default/Default/BigPublisher/b2/oncreate-OnMessage0/CloudwatchLogGroup", @@ -196,7 +196,7 @@ exports[`tree.json for an app with many resources 1`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/Default/BigPublisher/b2/oncreate-OnMessage0/Default", @@ -204,7 +204,7 @@ exports[`tree.json for an app with many resources 1`] = ` "IamRole": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRole", "path": "root/Default/Default/BigPublisher/b2/oncreate-OnMessage0/IamRole", @@ -212,7 +212,7 @@ exports[`tree.json for an app with many resources 1`] = ` "IamRolePolicy": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicy", "path": "root/Default/Default/BigPublisher/b2/oncreate-OnMessage0/IamRolePolicy", @@ -220,7 +220,7 @@ exports[`tree.json for an app with many resources 1`] = ` "IamRolePolicyAttachment": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicyAttachment", "path": "root/Default/Default/BigPublisher/b2/oncreate-OnMessage0/IamRolePolicyAttachment", @@ -228,7 +228,7 @@ exports[`tree.json for an app with many resources 1`] = ` "InvokePermission-c849e824f9ffcc17825860cf0b7344a60826b3ba1a": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "InvokePermission-c849e824f9ffcc17825860cf0b7344a60826b3ba1a", "path": "root/Default/Default/BigPublisher/b2/oncreate-OnMessage0/InvokePermission-c849e824f9ffcc17825860cf0b7344a60826b3ba1a", @@ -236,7 +236,7 @@ exports[`tree.json for an app with many resources 1`] = ` "S3Object": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "S3Object", "path": "root/Default/Default/BigPublisher/b2/oncreate-OnMessage0/S3Object", @@ -270,7 +270,7 @@ exports[`tree.json for an app with many resources 1`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/Default/BigPublisher/cloud.Bucket/Default", @@ -292,7 +292,7 @@ exports[`tree.json for an app with many resources 1`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/Default/BigPublisher/cloud.Queue/Default", @@ -300,7 +300,7 @@ exports[`tree.json for an app with many resources 1`] = ` "EventSourceMapping": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "EventSourceMapping", "path": "root/Default/Default/BigPublisher/cloud.Queue/EventSourceMapping", @@ -322,7 +322,7 @@ exports[`tree.json for an app with many resources 1`] = ` "Asset": { "constructInfo": { "fqn": "cdktf.TerraformAsset", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Asset", "path": "root/Default/Default/BigPublisher/cloud.Queue-SetConsumer0/Asset", @@ -330,7 +330,7 @@ exports[`tree.json for an app with many resources 1`] = ` "CloudwatchLogGroup": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CloudwatchLogGroup", "path": "root/Default/Default/BigPublisher/cloud.Queue-SetConsumer0/CloudwatchLogGroup", @@ -338,7 +338,7 @@ exports[`tree.json for an app with many resources 1`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/Default/BigPublisher/cloud.Queue-SetConsumer0/Default", @@ -346,7 +346,7 @@ exports[`tree.json for an app with many resources 1`] = ` "IamRole": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRole", "path": "root/Default/Default/BigPublisher/cloud.Queue-SetConsumer0/IamRole", @@ -354,7 +354,7 @@ exports[`tree.json for an app with many resources 1`] = ` "IamRolePolicy": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicy", "path": "root/Default/Default/BigPublisher/cloud.Queue-SetConsumer0/IamRolePolicy", @@ -362,7 +362,7 @@ exports[`tree.json for an app with many resources 1`] = ` "IamRolePolicyAttachment": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicyAttachment", "path": "root/Default/Default/BigPublisher/cloud.Queue-SetConsumer0/IamRolePolicyAttachment", @@ -370,7 +370,7 @@ exports[`tree.json for an app with many resources 1`] = ` "S3Object": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "S3Object", "path": "root/Default/Default/BigPublisher/cloud.Queue-SetConsumer0/S3Object", @@ -392,7 +392,7 @@ exports[`tree.json for an app with many resources 1`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/Default/BigPublisher/cloud.Topic/Default", @@ -400,7 +400,7 @@ exports[`tree.json for an app with many resources 1`] = ` "TopicSubscription0": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "TopicSubscription0", "path": "root/Default/Default/BigPublisher/cloud.Topic/TopicSubscription0", @@ -422,7 +422,7 @@ exports[`tree.json for an app with many resources 1`] = ` "Asset": { "constructInfo": { "fqn": "cdktf.TerraformAsset", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Asset", "path": "root/Default/Default/BigPublisher/cloud.Topic-OnMessage0/Asset", @@ -430,7 +430,7 @@ exports[`tree.json for an app with many resources 1`] = ` "CloudwatchLogGroup": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "CloudwatchLogGroup", "path": "root/Default/Default/BigPublisher/cloud.Topic-OnMessage0/CloudwatchLogGroup", @@ -438,7 +438,7 @@ exports[`tree.json for an app with many resources 1`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/Default/BigPublisher/cloud.Topic-OnMessage0/Default", @@ -446,7 +446,7 @@ exports[`tree.json for an app with many resources 1`] = ` "IamRole": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRole", "path": "root/Default/Default/BigPublisher/cloud.Topic-OnMessage0/IamRole", @@ -454,7 +454,7 @@ exports[`tree.json for an app with many resources 1`] = ` "IamRolePolicy": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicy", "path": "root/Default/Default/BigPublisher/cloud.Topic-OnMessage0/IamRolePolicy", @@ -462,7 +462,7 @@ exports[`tree.json for an app with many resources 1`] = ` "IamRolePolicyAttachment": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "IamRolePolicyAttachment", "path": "root/Default/Default/BigPublisher/cloud.Topic-OnMessage0/IamRolePolicyAttachment", @@ -470,7 +470,7 @@ exports[`tree.json for an app with many resources 1`] = ` "InvokePermission-c86b6469dec0edbe23d2827b4ea7006182eb0072ec": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "InvokePermission-c86b6469dec0edbe23d2827b4ea7006182eb0072ec", "path": "root/Default/Default/BigPublisher/cloud.Topic-OnMessage0/InvokePermission-c86b6469dec0edbe23d2827b4ea7006182eb0072ec", @@ -478,7 +478,7 @@ exports[`tree.json for an app with many resources 1`] = ` "S3Object": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "S3Object", "path": "root/Default/Default/BigPublisher/cloud.Topic-OnMessage0/S3Object", @@ -589,7 +589,7 @@ exports[`tree.json for an app with many resources 1`] = ` "Default": { "constructInfo": { "fqn": "cdktf.TerraformResource", - "version": "0.17.0", + "version": "0.20.3", }, "id": "Default", "path": "root/Default/Default/cloud.Bucket/Default", @@ -644,7 +644,7 @@ exports[`tree.json for an app with many resources 1`] = ` "aws": { "constructInfo": { "fqn": "cdktf.TerraformProvider", - "version": "0.17.0", + "version": "0.20.3", }, "id": "aws", "path": "root/Default/aws", @@ -660,7 +660,7 @@ exports[`tree.json for an app with many resources 1`] = ` "backend": { "constructInfo": { "fqn": "cdktf.LocalBackend", - "version": "0.17.0", + "version": "0.20.3", }, "id": "backend", "path": "root/backend", @@ -668,7 +668,7 @@ exports[`tree.json for an app with many resources 1`] = ` }, "constructInfo": { "fqn": "cdktf.TerraformStack", - "version": "0.17.0", + "version": "0.20.3", }, "id": "root", "path": "root", @@ -676,7 +676,7 @@ exports[`tree.json for an app with many resources 1`] = ` }, "constructInfo": { "fqn": "cdktf.App", - "version": "0.17.0", + "version": "0.20.3", }, "id": "App", "path": "", diff --git a/tools/hangar/package.json b/tools/hangar/package.json index 119fa0f8651..e95d52f11db 100644 --- a/tools/hangar/package.json +++ b/tools/hangar/package.json @@ -19,7 +19,7 @@ "@winglang/sdk": "workspace:^", "@winglang/platform-awscdk": "workspace:^", "@winglang/compatibility-spy": "workspace:^", - "cdktf": "^0.17.3", + "cdktf": "^0.20.3", "execa": "^7.2.0", "fflate": "^0.8.1", "npm": "^9.8.1",