Skip to content

Commit d229049

Browse files
committed
eli-204 adding explicit decryption
1 parent 2128802 commit d229049

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • infrastructure/stacks/api-layer

infrastructure/stacks/api-layer/data.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ data "aws_kms_alias" "networking_ssm_key" {
2121

2222
data "aws_ssm_parameter" "mtls_api_client_cert" {
2323
name = "/${var.environment}/mtls/api_client_cert"
24+
with_decryption = true
2425
}
2526

2627
data "aws_ssm_parameter" "mtls_api_ca_cert" {
2728
name = "/${var.environment}/mtls/api_ca_cert"
29+
with_decryption = true
2830
}

0 commit comments

Comments
 (0)