Skip to content

Commit 98e255a

Browse files
change type
1 parent b50d0a5 commit 98e255a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/core/28-parameter-store.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ resource "aws_ssm_parameter" "uh_mirror_username" {
2626

2727
resource "aws_ssm_parameter" "uh_mirror_password" {
2828
name = "/${local.identifier_prefix}/${module.department_housing.identifier}/uh_mirror_prod/password"
29-
type = "String"
29+
type = "SecureString"
3030
value = "UPDATE_IN_CONSOLE"
3131
tags = module.tags.values
3232

0 commit comments

Comments
 (0)