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

Aws Provider missing new AWS service: Resource Explorer #2368

Closed
liamawhite opened this issue Feb 13, 2023 · 4 comments
Closed

Aws Provider missing new AWS service: Resource Explorer #2368

liamawhite opened this issue Feb 13, 2023 · 4 comments
Assignees
Labels
kind/bug Some behavior is incorrect or out of spec resolution/fixed This issue was fixed

Comments

@liamawhite
Copy link

Hello!

  • Vote on this issue by adding a 👍 reaction
  • If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)

Issue details

It is already in the Terraform Provider version currently in use, but it's not been made available.

Affected area/feature

AWS Pulumi Provider

@liamawhite liamawhite added kind/enhancement Improvements or new features needs-triage Needs attention from the triage team labels Feb 13, 2023
@lukehoban lukehoban added kind/bug Some behavior is incorrect or out of spec and removed kind/enhancement Improvements or new features labels Feb 15, 2023
@lukehoban
Copy link
Contributor

The latest release of pulumi-aws (https://github.com/pulumi/pulumi-aws/releases/tag/v5.29.0) should have everything in upstream v4.52.0, but this was released in upstream v4.51.0 (https://github.com/hashicorp/terraform-provider-aws/releases/tag/v4.51.0) and yet seems to be missing. We should identify why this wasn't picked up.

@lukehoban
Copy link
Contributor

It appears none of the new resources in v4.51.0 or v4.52.0 of upstream are available currently - but resources from v4.50.0 are. So it appears the latests updates of upstream haven't been picked up in the release.

@lukehoban lukehoban added p1 A bug severe enough to be the next item assigned to an engineer and removed needs-triage Needs attention from the triage team labels Feb 15, 2023
@squaremo
Copy link
Contributor

squaremo commented Feb 16, 2023

So it appears the latests updates of upstream haven't been picked up in the release.

I think #2372 demonstrates the underlying problem: tfgen has the wrong idea of what an upstream release contains, and it's tfgen that adjudicates what is included in the provider and SDK.

@kpitzen kpitzen added blocked The issue cannot be resolved without 3rd party action. and removed p1 A bug severe enough to be the next item assigned to an engineer labels Feb 27, 2023
@mikhailshilkov mikhailshilkov added resolution/fixed This issue was fixed and removed blocked The issue cannot be resolved without 3rd party action. labels Nov 15, 2023
@mikhailshilkov
Copy link
Member

This has been fixed, the resources are now available: https://www.pulumi.com/registry/packages/aws/api-docs/resourceexplorer/

I suspect this was related to us lacking TFPF integration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Some behavior is incorrect or out of spec resolution/fixed This issue was fixed
Projects
None yet
Development

No branches or pull requests

6 participants