https://pulumi.com logo
#google-cloud
Title
# google-cloud
a

able-camera-57198

12/14/2021, 6:54 PM
Hitting a very weird issue trying to set up a BackendBucket:
Copy code
Error 400: Invalid value for field 'resource.cdnPolicy.defaultTtl': '3600'. default_ttl cannot be specified with USE_ORIGIN_HEADERS cache_mode., invalid
What's interesting is that I'm not specifying a
DefaultTtl
(C#). Yet for some reason, Pulumi must be coming up with one and providing it to the provider?
2 Views