Skip to content

Commit

Permalink
feat: added outputs ssm and route-53
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolnagpal committed Jun 12, 2023
1 parent 82501f2 commit 28718b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _example/redis/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ module "redis" {
####----------------------------------------------------------------------------------
route53_record_enabled = true
ssm_parameter_endpoint_enabled = true
dns_record_name = "prodd"
dns_record_name = "prod"
route53_ttl = "300"
route53_type = "CNAME"
route53_zone_id = "Z0176416XCY9LDL0GH04"
route53_zone_id = "Z017xxxxDLxxx0GH04"

}

0 comments on commit 28718b4

Please sign in to comment.