We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2128802 commit d229049Copy full SHA for d229049
1 file changed
infrastructure/stacks/api-layer/data.tf
@@ -21,8 +21,10 @@ data "aws_kms_alias" "networking_ssm_key" {
21
22
data "aws_ssm_parameter" "mtls_api_client_cert" {
23
name = "/${var.environment}/mtls/api_client_cert"
24
+ with_decryption = true
25
}
26
27
data "aws_ssm_parameter" "mtls_api_ca_cert" {
28
name = "/${var.environment}/mtls/api_ca_cert"
29
30
0 commit comments