terraform-website-s3-cloudfront-route53 icon indicating copy to clipboard operation
terraform-website-s3-cloudfront-route53 copied to clipboard

Feature/cache policy

Open teamrussia opened this issue 3 years ago • 0 comments

Description

Added two new resources to implement cache policy in CloudFront Distribution.

Related Issue

This feature was added directly via the console and needs to be coded

Motivation and Context

How Has This Been Tested?

The new feature has default value set true, for disable, create the variable in main call named enable_cache_policy and change this value to false.

Types of changes

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • [ ] I have followed the PR process as described here
  • [ ] My code follows the code style of this project.
  • [ ] My change requires a change to the documentation.
  • [ ] I have updated the documentation accordingly.

teamrussia avatar Feb 26 '21 17:02 teamrussia