We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc3ef0f commit 043369bCopy full SHA for 043369b
README.md
@@ -24,12 +24,12 @@ It requires (for now?) that the following have been setup outside this module:
24
module "website" {
25
source = "github.com/DevOpsNavy/s3-cloudfront-static-website"
26
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"
+ bucket_prefix = ""
+ domain_name = ""
+ s3_origin_id = ""
+ cloudfront_oai = ""
31
hosted_zone_id = ""
32
- version = "4.4.0"
+ version = ""
33
34
}
35
```
0 commit comments