Skip to content

Commit 28718b4

Browse files
committed
feat: added outputs ssm and route-53
1 parent 82501f2 commit 28718b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_example/redis/example.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ module "redis" {
9393
####----------------------------------------------------------------------------------
9494
route53_record_enabled = true
9595
ssm_parameter_endpoint_enabled = true
96-
dns_record_name = "prodd"
96+
dns_record_name = "prod"
9797
route53_ttl = "300"
9898
route53_type = "CNAME"
99-
route53_zone_id = "Z0176416XCY9LDL0GH04"
99+
route53_zone_id = "Z017xxxxDLxxx0GH04"
100100

101101
}

0 commit comments

Comments
 (0)