We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a79aefa commit ee7a684Copy full SHA for ee7a684
outputs.tf
@@ -50,12 +50,12 @@ output "memcached_hostname" {
50
description = "DNS hostname"
51
}
52
53
-output "redis_ssm_arn" {
54
- value = join("", aws_ssm_parameter.secret-endpoint.*.arn)
+output "redis_ssm_name" {
+ value = join("", aws_ssm_parameter.secret-endpoint.*.name)
55
description = "A list of all of the parameter values"
56
57
58
-output "Memcached_ssm_arn" {
59
- value = join("", aws_ssm_parameter.memcached_secret-endpoint.*.arn)
+output "Memcached_ssm_name" {
+ value = join("", aws_ssm_parameter.memcached_secret-endpoint.*.name)
60
61
-}
+}
0 commit comments