You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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:
aws_secretsmanager_secret_version
andaws_kms_secrets
hashicorp/terraform-provider-aws#40009)aws_lambda_invocation
hashicorp/terraform-provider-aws#39988)aws_secretsmanager_secret_version
andaws_kms_secrets
hashicorp/terraform-provider-aws#40009)These are currently not projected into the Pulumi AWS provider and may require some additional work in the pulumi-terraform-bridge library.
The text was updated successfully, but these errors were encountered: