Hi everyone, I was just working on importing a clo...
# aws
c
Hi everyone, I was just working on importing a cloudfront distribution that uses a cache policy and noticed that Pulumi doesn’t support that yet. I’m wondering, roughly how long does it normally take to implement a new aws feature like this?
g
Hi Jordan, our AWS provider relies on the corresponding Terraform AWS provider. There's an issue open at https://github.com/terraform-providers/terraform-provider-aws/issues/14373 to add support for these new Cloudfront features to the Terraform AWS provider. As soon as Terraform adds support and does a release, we'll have a corresponding release within a matter of days. In the meantime, you can use a Cloudformation Stack (https://www.pulumi.com/docs/reference/pkg/aws/cloudformation/stack/) from within your Pulumi application if you need this support immediately.