We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1193294 commit bfe977eCopy full SHA for bfe977e
infrastructure/terraform/components/api/api_gateway_domain.tf
@@ -12,8 +12,8 @@ resource "aws_api_gateway_domain_name" "main" {
12
]
13
14
mutual_tls_authentication {
15
- truststore_uri = "s3://${aws_s3_bucket.truststore[0].id}/${aws_s3_object.placeholder_truststore[0].id}"
16
- truststore_version = aws_s3_object.placeholder_truststore[0].version_id
+ truststore_uri = "s3://${aws_s3_bucket.truststore.id}/${aws_s3_object.placeholder_truststore.id}"
+ truststore_version = aws_s3_object.placeholder_truststore.version_id
17
}
18
19
lifecycle {
0 commit comments