Skip to content

Commit ee7a684

Browse files
Update outputs.tf
1 parent a79aefa commit ee7a684

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

outputs.tf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ output "memcached_hostname" {
5050
description = "DNS hostname"
5151
}
5252

53-
output "redis_ssm_arn" {
54-
value = join("", aws_ssm_parameter.secret-endpoint.*.arn)
53+
output "redis_ssm_name" {
54+
value = join("", aws_ssm_parameter.secret-endpoint.*.name)
5555
description = "A list of all of the parameter values"
5656
}
5757

58-
output "Memcached_ssm_arn" {
59-
value = join("", aws_ssm_parameter.memcached_secret-endpoint.*.arn)
58+
output "Memcached_ssm_name" {
59+
value = join("", aws_ssm_parameter.memcached_secret-endpoint.*.name)
6060
description = "A list of all of the parameter values"
61-
}
61+
}

0 commit comments

Comments
 (0)