Closed douglasward closed 1 month ago
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days
can anyone help me with this?
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days
TL;DR
Changing the cache mode for a serverless NEG backend from
CACHE_ALL_STATIC
toFORCE_CACHE_ALL
fails withExpected behavior
If maxTtl isn't set or it is set to
null
then it should be removed from the cdn policy settings and allow the change to succeed.Observed behavior
the current maxTtl value isn't removed / default is sent
Terraform Configuration
Terraform Version
Additional information
This issue appears to already have been addressed here https://github.com/hashicorp/terraform-provider-google/issues/16935 but it still isn't working for me