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 a54d726 commit 20f4ec2Copy full SHA for 20f4ec2
infrastructure/terraform/components/api/api_gateway_domain.tf
@@ -14,7 +14,7 @@ resource "aws_api_gateway_domain_name" "main" {
14
15
mutual_tls_authentication {
16
truststore_uri = "s3://${aws_s3_bucket.truststore.id}/${aws_s3_object.placeholder_truststore[0].id}"
17
- truststore_version = aws_s3_object.placeholder_truststore.version_id
+ truststore_version = aws_s3_object.placeholder_truststore[0].version_id
18
}
19
20
lifecycle {
0 commit comments