From 5cde43199362e71da199b6daba6ad64ea543c120 Mon Sep 17 00:00:00 2001 From: nmbr7 <19748270+nmbr7@users.noreply.github.com> Date: Tue, 24 Dec 2024 01:04:58 +0000 Subject: [PATCH] Updated Schema files --- resourceSchema/schema_aws.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/resourceSchema/schema_aws.json b/resourceSchema/schema_aws.json index ab3860a..b41e8b8 100644 --- a/resourceSchema/schema_aws.json +++ b/resourceSchema/schema_aws.json @@ -253,9 +253,7 @@ "packageDescription": "A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.", "readme": "\u003e This provider is a derived work of the [Terraform Provider](https://github.com/hashicorp/terraform-provider-aws)\n\u003e distributed under [MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/). If you encounter a bug or missing feature,\n\u003e first check the [`pulumi-aws` repo](https://github.com/pulumi/pulumi-aws/issues); however, if that doesn't turn up anything,\n\u003e please consult the source [`terraform-provider-aws` repo](https://github.com/hashicorp/terraform-provider-aws/issues).", "dependencies": { - "builtin-modules": "3.0.0", - "mime": "^2.0.0", - "resolve": "^1.7.1" + "mime": "^2.0.0" }, "devDependencies": { "@types/mime": "^2.0.0", @@ -2128,6 +2126,9 @@ }, "aws:alb/getListenerMutualAuthentication:getListenerMutualAuthentication": { "properties": { + "advertiseTrustStoreCaNames": { + "type": "string" + }, "ignoreClientCertificateExpiry": { "type": "boolean" }, @@ -2140,6 +2141,7 @@ }, "type": "object", "required": [ + "advertiseTrustStoreCaNames", "ignoreClientCertificateExpiry", "mode", "trustStoreArn" @@ -94160,6 +94162,9 @@ }, "aws:lb/getListenerMutualAuthentication:getListenerMutualAuthentication": { "properties": { + "advertiseTrustStoreCaNames": { + "type": "string" + }, "ignoreClientCertificateExpiry": { "type": "boolean" }, @@ -94172,6 +94177,7 @@ }, "type": "object", "required": [ + "advertiseTrustStoreCaNames", "ignoreClientCertificateExpiry", "mode", "trustStoreArn"