Skip to content

Commit bfe977e

Browse files
committed
CCM-11586: domain store refs
1 parent 1193294 commit bfe977e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infrastructure/terraform/components/api/api_gateway_domain.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ resource "aws_api_gateway_domain_name" "main" {
1212
]
1313

1414
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
15+
truststore_uri = "s3://${aws_s3_bucket.truststore.id}/${aws_s3_object.placeholder_truststore.id}"
16+
truststore_version = aws_s3_object.placeholder_truststore.version_id
1717
}
1818

1919
lifecycle {

0 commit comments

Comments
 (0)