Does anyone know how to configure the `default_cac...
# aws
d
Does anyone know how to configure the
default_cache_behavior
for a CloudFront Distribution to use one of the AWS managed cache policies?
Do I just need to grab the id from the console and pass that in as cache_policy_id? I imagine this “managed” policy id is global and never changes and thus can be hard-coded into the pulumi code?
(Seems like that worked)