Skip to content

Commit 3b345f0

Browse files
committed
README updated
1 parent 2580755 commit 3b345f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ module "acm" {
66
77
source = "github.com/shamimice03/terraform-aws-acm-route53"
88
9-
domain_name = "webapp.kubecloud.net"
9+
domain_name = "webapp.example.com"
1010
validation_method = "DNS"
11-
hosted_zone_name = "kubecloud.net"
11+
hosted_zone_name = "example.com"
1212
private_zone = false
1313
allow_record_overwrite = true
1414
ttl = 60

0 commit comments

Comments
 (0)