【发布时间】:2021-01-04 03:26:21
【问题描述】:
doc 没有显示示例,所以我不清楚。应该如何正确?
resource "aws_cloudfront_distribution" "this" {
...
default_cache_behavior {
max_ttl = 86400
forwarded_values {
# which option?
headers = ["Cache-Control max-age"]
headers = ["Cache-Control: max-age"]
headers = ["Cache-Control-max-age"]
headers = ["something else?"]
....
【问题讨论】:
标签: caching terraform amazon-cloudfront terraform-provider-aws