Dario
Dario
I'm working on a Pull Request to fix the issue.
@ndmckinley I could give it a try. What behaviour do we expect when TTLs are specified when `cache_mode` is `USE_ORIGIN_HEADERS`? Ignore TTLs (i.e. don't pass them to GCP), error or...
Hey @ndmckinley, I spent some time on this and drafted a PR: https://github.com/GoogleCloudPlatform/magic-modules/pull/5524 However, tests are not passing locally: ``` $ make testacc TEST=./google TESTARGS='-run=TestAccComputeBackendBucket_withCdnPolicy' ==> Checking source code against...
Indeed @tedder. I had originally tried to fix this issue with [this PR](https://github.com/GoogleCloudPlatform/magic-modules/pull/5479) which undoes part of the PR you linked and does fix this specific issue. The argument for...
See [issue comment](https://github.com/hashicorp/terraform-provider-google/issues/10622#issuecomment-988115489) for more context on this draft PR.
Yeah @ndmckinley, see [this issue comment](https://github.com/hashicorp/terraform-provider-google/issues/10622#issuecomment-988115489) for more context.