terraform-aws-cloudfront
terraform-aws-cloudfront copied to clipboard
Terraform module to create AWS CloudFront resources πΊπ¦
## Is your request related to a new offering from AWS? Is this functionality available in the [AWS provider for Terraform](https://registry.terraform.io/providers/hashicorp/aws/latest/docs)? See [CHANGELOG.md](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md), too. - No π: please wait to...
## Is your request related to a new offering from AWS? Is this functionality available in the [AWS provider for Terraform](https://registry.terraform.io/providers/hashicorp/aws/latest/docs)? See [CHANGELOG.md](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md), too. - No π: please wait to...
## Description Fix a small typo in the description for the `wait_for_deployment` variable. ## Motivation and Context This is a no-op change, just improving the text of the description. ##...
## Description It gives an error about origin blocks required when I try to plan the code. ## Versions terraform { required_version = ">= 0.13.1" required_providers { aws = {...
## Description In the module itself, you support the use of trusted_key_groups, trusted_signers, smooth_streaming and more for ordered and default cache behaviors. However the usage is missing from your "complete"...
## Description We can only use the legacy origin_access_identity like below: ``` origin = { default = { domain_name = module.web_app.s3_bucket_bucket_regional_domain_name s3_origin_config = { origin_access_identity = "web_app" } } }...
## Description I am currently working with the `terraform-aws-cloudfront` module and encountered an issue while updating the CloudFront distribution with a response headers policy. Hereβs the exact workflow I followed:...