-
Notifications
You must be signed in to change notification settings - Fork 3
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
Import generates conflicting keys #78
Labels
Milestone
Comments
GeoffMillerAZ
added
kind/bug
Some behavior is incorrect or out of spec
needs-triage
Needs attention from the triage team
labels
Oct 22, 2023
Trying this with the following stack:
Getting:
Conflicting configuration arguments problem is fixed in the latest AWS provider. However it looks like we have introduced a new unnecessary warning. |
I will close this issue as fixed but track pulumi/pulumi-terraform-bridge#2096 instead to remove the type checker warning. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
What happened?
When the import from terraform command is used, it imports conflicting keys. See the example for
aws_subnet
.The error message tells me that Pulumi can detect conflicting keys. This could automatically address this issue and make the import experience smooth and fast.
Example
pulumi import --from terraform terraform.tfstate
The imports aligned with mismatching configuration:
pulumi up
but commenting out one of the conflicting keys works
Output of
pulumi about
terraform version:
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: