Skip to content

Instantly share code, notes, and snippets.

@gungoren
Created January 17, 2023 15:25
Show Gist options
  • Save gungoren/b5603acb3f29a18b97f817114082c367 to your computer and use it in GitHub Desktop.
Save gungoren/b5603acb3f29a18b97f817114082c367 to your computer and use it in GitHub Desktop.
module "cdn" {
source = "terraform-aws-modules/cloudfront/aws"
comment = "My Location Based CDN"
enabled = true
is_ipv6_enabled = true
price_class = "PriceClass_All"
retain_on_delete = false
wait_for_deployment = false
default_root_object = "index.html"
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment