We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b50d0a5 commit 98e255aCopy full SHA for 98e255a
terraform/core/28-parameter-store.tf
@@ -26,7 +26,7 @@ resource "aws_ssm_parameter" "uh_mirror_username" {
26
27
resource "aws_ssm_parameter" "uh_mirror_password" {
28
name = "/${local.identifier_prefix}/${module.department_housing.identifier}/uh_mirror_prod/password"
29
- type = "String"
+ type = "SecureString"
30
value = "UPDATE_IN_CONSOLE"
31
tags = module.tags.values
32
0 commit comments