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

Ephemeral Resources Support for AWS #4831

Open
t0yv0 opened this issue Nov 25, 2024 · 0 comments
Open

Ephemeral Resources Support for AWS #4831

t0yv0 opened this issue Nov 25, 2024 · 0 comments
Labels
kind/enhancement Improvements or new features

Comments

@t0yv0
Copy link
Member

t0yv0 commented Nov 25, 2024

TF introduced a new kind of entity called Ephemeral Resources:

https://developer.hashicorp.com/terraform/language/v1.10.x/resources/ephemeral

At a glance it appears that these do not write anything into the TF state.

For example, https://github.com/hashicorp/terraform-provider-aws/releases/tag/v5.77.0 introduces:

These are currently not projected into the Pulumi AWS provider and may require some additional work in the pulumi-terraform-bridge library.

@pulumi-bot pulumi-bot added the needs-triage Needs attention from the triage team label Nov 25, 2024
t0yv0 added a commit that referenced this issue Nov 26, 2024
Update upstream provider to v5.77.0

Fixes #4819

New resources:

* rds/instanceDesiredState.InstanceDesiredState

Ephemeral resources introduced upstream are not yet supported in Pulumi
but this is tracked in #4831
@t0yv0 t0yv0 added kind/enhancement Improvements or new features and removed needs-triage Needs attention from the triage team labels Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Improvements or new features
Projects
None yet
Development

No branches or pull requests

2 participants