Skip to content

Commit 20f4ec2

Browse files
committed
CCM-11586: more tf refs
1 parent a54d726 commit 20f4ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/terraform/components/api/api_gateway_domain.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ resource "aws_api_gateway_domain_name" "main" {
1414

1515
mutual_tls_authentication {
1616
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
17+
truststore_version = aws_s3_object.placeholder_truststore[0].version_id
1818
}
1919

2020
lifecycle {

0 commit comments

Comments
 (0)