Skip to content

Commit 5cde431

Browse files
committed
Updated Schema files
1 parent 18ae2b3 commit 5cde431

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

resourceSchema/schema_aws.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,7 @@
253253
"packageDescription": "A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.",
254254
"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).",
255255
"dependencies": {
256-
"builtin-modules": "3.0.0",
257-
"mime": "^2.0.0",
258-
"resolve": "^1.7.1"
256+
"mime": "^2.0.0"
259257
},
260258
"devDependencies": {
261259
"@types/mime": "^2.0.0",
@@ -2128,6 +2126,9 @@
21282126
},
21292127
"aws:alb/getListenerMutualAuthentication:getListenerMutualAuthentication": {
21302128
"properties": {
2129+
"advertiseTrustStoreCaNames": {
2130+
"type": "string"
2131+
},
21312132
"ignoreClientCertificateExpiry": {
21322133
"type": "boolean"
21332134
},
@@ -2140,6 +2141,7 @@
21402141
},
21412142
"type": "object",
21422143
"required": [
2144+
"advertiseTrustStoreCaNames",
21432145
"ignoreClientCertificateExpiry",
21442146
"mode",
21452147
"trustStoreArn"
@@ -94160,6 +94162,9 @@
9416094162
},
9416194163
"aws:lb/getListenerMutualAuthentication:getListenerMutualAuthentication": {
9416294164
"properties": {
94165+
"advertiseTrustStoreCaNames": {
94166+
"type": "string"
94167+
},
9416394168
"ignoreClientCertificateExpiry": {
9416494169
"type": "boolean"
9416594170
},
@@ -94172,6 +94177,7 @@
9417294177
},
9417394178
"type": "object",
9417494179
"required": [
94180+
"advertiseTrustStoreCaNames",
9417594181
"ignoreClientCertificateExpiry",
9417694182
"mode",
9417794183
"trustStoreArn"

0 commit comments

Comments
 (0)