Skip to content

Commit 043369b

Browse files
committed
Emptying module variable values on READ.me
1 parent cc3ef0f commit 043369b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ It requires (for now?) that the following have been setup outside this module:
2424
module "website" {
2525
source = "github.com/DevOpsNavy/s3-cloudfront-static-website"
2626

27-
bucket_prefix = "DON-test-site"
28-
domain_name = "DON-test-site.com"
29-
s3_origin_id = "DON-test-sites3originID"
30-
cloudfront_oai = "DON-test-siteOAI"
27+
bucket_prefix = ""
28+
domain_name = ""
29+
s3_origin_id = ""
30+
cloudfront_oai = ""
3131
hosted_zone_id = ""
32-
version = "4.4.0"
32+
version = ""
3333

3434
}
3535
```

0 commit comments

Comments
 (0)