Skip to content

Commit

Permalink
fix(variable-updated): updated variables and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shamimice03 committed Aug 24, 2023
1 parent bb467c2 commit 7c90c0e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ module "acm-route53" {
tags = {
"Name" = "ssl-cert"
}
}
```

Expand Down
24 changes: 12 additions & 12 deletions examples/main.tf
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# module "acm_route53" {
module "acm_route53" {

# source = "shamimice03/acm-route53/aws"
source = "shamimice03/acm-route53/aws"

# domain_name = "webapp.example.com"
# validation_method = "DNS"
# hosted_zone_name = "example.com"
# private_zone = false
# allow_record_overwrite = true
# ttl = 60
# tags = {
# "Name" = "ssl-cert"
# }
# }
domain_name = "webapp.example.com"
validation_method = "DNS"
hosted_zone_name = "example.com"
private_zone = false
allow_record_overwrite = true
ttl = 60
tags = {
"Name" = "ssl-cert"
}
}

0 comments on commit 7c90c0e

Please sign in to comment.