Closed omriKaltura closed 3 years ago
IntelliJ IDEA 2021.1.3 (Ultimate Edition) Build #IU-211.7628.21, built on June 30, 2021
0.7.10
0.13.5
resource "aws_cloudfront_distribution" "example" { ... default_cache_behavior { allowed_methods = ["GET","HEAD"] cached_methods = ["GET", "HEAD"] target_origin_id = "anS3Bucket" cache_policy_id = data.aws_cloudfront_cache_policy.CachingOptimized.id viewer_protocol_policy = "redirect-to-https" } ... }
Missing required properties: forwarded_values
when cache_policy_id field is configured under the default_cache_behavior, the forwarded_values block is not required by AWS
a warning is shown on the IDE
Please list the steps required to reproduce the issue, for example:
Fixed in 0.7.12
Prerequisites
Installation details
IntelliJ IDEA 2021.1.3 (Ultimate Edition) Build #IU-211.7628.21, built on June 30, 2021
)0.7.10
)0.13.5
)Terraform Configuration Files
Exception
Missing required properties: forwarded_values
Expected Behavior
when cache_policy_id field is configured under the default_cache_behavior, the forwarded_values block is not required by AWS
Actual Behavior
a warning is shown on the IDE
Steps to Reproduce
Please list the steps required to reproduce the issue, for example: