Skip to content

Commit

Permalink
Updated Schema files
Browse files Browse the repository at this point in the history
  • Loading branch information
nmbr7 committed Dec 24, 2024
1 parent 18ae2b3 commit 5cde431
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions resourceSchema/schema_aws.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -2128,6 +2126,9 @@
},
"aws:alb/getListenerMutualAuthentication:getListenerMutualAuthentication": {
"properties": {
"advertiseTrustStoreCaNames": {
"type": "string"
},
"ignoreClientCertificateExpiry": {
"type": "boolean"
},
Expand All @@ -2140,6 +2141,7 @@
},
"type": "object",
"required": [
"advertiseTrustStoreCaNames",
"ignoreClientCertificateExpiry",
"mode",
"trustStoreArn"
Expand Down Expand Up @@ -94160,6 +94162,9 @@
},
"aws:lb/getListenerMutualAuthentication:getListenerMutualAuthentication": {
"properties": {
"advertiseTrustStoreCaNames": {
"type": "string"
},
"ignoreClientCertificateExpiry": {
"type": "boolean"
},
Expand All @@ -94172,6 +94177,7 @@
},
"type": "object",
"required": [
"advertiseTrustStoreCaNames",
"ignoreClientCertificateExpiry",
"mode",
"trustStoreArn"
Expand Down

0 comments on commit 5cde431

Please sign in to comment.