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 for terraform import #71

Open
tsmalls93 opened this issue Jan 8, 2024 · 1 comment
Open

Support for terraform import #71

tsmalls93 opened this issue Jan 8, 2024 · 1 comment

Comments

@tsmalls93
Copy link

It would be nice to be able to import existing resources. It is risky to destroy and recreate the resources to get them into terraform.

@tsmalls93
Copy link
Author

I found a temporary workaround.

  1. run terraform apply. There will be an error saying the resource already exists.
  2. Untaint the resource
  3. Run terraform apply again. It should say "Your infrastructure matches the configuration."

I still would push to support terraform import.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant