Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support aws-native:cloudfront:AnycastIpList #1946

Open
t0yv0 opened this issue Dec 27, 2024 · 0 comments
Open

Support aws-native:cloudfront:AnycastIpList #1946

t0yv0 opened this issue Dec 27, 2024 · 0 comments
Labels
awaiting-upstream The issue cannot be resolved without action in another repository (may be owned by Pulumi). kind/enhancement Improvements or new features

Comments

@t0yv0
Copy link
Member

t0yv0 commented Dec 27, 2024

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:

func (ctx *cfSchemaContext) getTagsStyle(propName string, typeSpec *pschema.TypeSpec) default_tags.TagsStyle {

But first it would be good to be able to confirm that the schema is correct by end-to-end testing this resource.

@pulumi-bot pulumi-bot added the needs-triage Needs attention from the triage team label Dec 27, 2024
@t0yv0 t0yv0 added kind/enhancement Improvements or new features awaiting-upstream The issue cannot be resolved without action in another repository (may be owned by Pulumi). and removed needs-triage Needs attention from the triage team labels Dec 27, 2024
t0yv0 added a commit that referenced this issue Dec 27, 2024
…07d6d268b65b739ffb5ebf8c1e76 (#1939)

Automated SDK generation @ aws-cloudformation-user-guide
19dc52cd3f2007d6d268b65b739ffb5ebf8c1e76

New resources:

* appconfig.Deployment

New functions:

* appconfig.getDeployment

Notes: unfortunately newly introduced AnycastIpList does not yet work as
expected and is excluded; this is tracked in
#1946

---------

Co-authored-by: Anton Tayanovskyy <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-upstream The issue cannot be resolved without action in another repository (may be owned by Pulumi). kind/enhancement Improvements or new features
Projects
None yet
Development

No branches or pull requests

2 participants