File tree 4 files changed +5
-5
lines changed 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,6 @@ output "hostname" {
19
19
}
20
20
21
21
output "redis_ssm_arn" {
22
- value = module. memcached . Memcached_ssm_arn
22
+ value = module. memcached . Memcached_ssm_name
23
23
description = " A map of the names and ARNs created"
24
24
}
Original file line number Diff line number Diff line change @@ -19,6 +19,6 @@ output "hostname" {
19
19
}
20
20
21
21
output "redis_ssm_arn" {
22
- value = module. redis-cluster . redis_ssm_arn
22
+ value = module. redis-cluster . redis_ssm_name
23
23
description = " A map of the names and ARNs created"
24
24
}
Original file line number Diff line number Diff line change @@ -93,9 +93,9 @@ module "redis" {
93
93
# ###----------------------------------------------------------------------------------
94
94
route53_record_enabled = true
95
95
ssm_parameter_endpoint_enabled = true
96
- dns_record_name = " prodd "
96
+ dns_record_name = " prod "
97
97
route53_ttl = " 300"
98
98
route53_type = " CNAME"
99
- route53_zone_id = " Z0176416XCY9LDL0GH04 "
99
+ route53_zone_id = " Z017xxxxDLxxx0GH04 "
100
100
101
101
}
Original file line number Diff line number Diff line change @@ -25,6 +25,6 @@ output "hostname" {
25
25
26
26
27
27
output "redis_ssm_arn" {
28
- value = module. redis . redis_ssm_arn
28
+ value = module. redis . redis_ssm_name
29
29
description = " A map of the names and ARNs created"
30
30
}
You can’t perform that action at this time.
0 commit comments