Skip to content

Instantly share code, notes, and snippets.

@anilchalissery
Created May 5, 2022 09:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anilchalissery/725fa4f4a1df4780c394fcfcbab31b68 to your computer and use it in GitHub Desktop.
Save anilchalissery/725fa4f4a1df4780c394fcfcbab31b68 to your computer and use it in GitHub Desktop.
env/prod/main.tf
##S3-Cloudfront
module "sampleapp-prod-frontend-s3cloud" {
source = "../../s3-cloudfront"
environment = "sampleweb-prod"
name = "frontend"
root_object = "index.html"
acm = "arn:aws:acm:us-east-1:123456789101:certificate/4cb08723-6052-4853-8d1f-5674ac80d092"
domain = "app.example.com"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment