terraform-aws-cloudfront icon indicating copy to clipboard operation
terraform-aws-cloudfront copied to clipboard

Terraform module to create AWS CloudFront resources πŸ‡ΊπŸ‡¦

Results 7 terraform-aws-cloudfront issues
Sort by recently updated
recently updated
newest added

## 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:...