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 3edfcc9 commit 28047c9Copy full SHA for 28047c9
infrastructure/api_mtls.tf
@@ -18,7 +18,7 @@ resource "aws_api_gateway_domain_name" "custom_api_domain_mtls" {
18
}
19
20
mutual_tls_authentication {
21
- truststore_uri = "s3://${module.ndr-truststore[0].bucket_id}/${var.ca_pem_filename}"
+ truststore_uri = "s3://${module.ndr-truststore[0].bucket_id}/${var.ca_pem_filename}"
22
truststore_version = data.aws_s3_object.truststore_ext_cert.version_id
23
24
0 commit comments