Support aws-native:cloudfront:AnycastIpList #1946
Labels
awaiting-upstream
The issue cannot be resolved without action in another repository (may be owned by Pulumi).
kind/enhancement
Improvements or new features
The recently introduced aws-native:cloudfront:AnycastIpList type causes a couple of problems and is temporarily excluded from the provider.
There are issues with testing this resource as CF seems to fail with an opaque reason:
aws-cloudformation/cloudformation-coverage-roadmap#2222
On top of that it seems to have a non-standard tagging schema where the tags property is
{"items: [{"key": "env", "value": "prod"}]}
instead of the supported[{"key": "env", "value": "prod"}]
scheme.To accommodate this the getTagsStyle function can be extended:
pulumi-aws-native/provider/pkg/schema/gen_tags.go
Line 64 in 6e3726e
But first it would be good to be able to confirm that the schema is correct by end-to-end testing this resource.
The text was updated successfully, but these errors were encountered: