We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now, terraform import can't be run on project objects. This complicates importing existing infrastructure.
terraform import
There are a couple of workarounds:
ID
Is there any major blocker to implementing import for projects?
import
The text was updated successfully, but these errors were encountered:
I have same issue when evaluating atlas with this terraform module. would love to see this enhancement soon.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Right now,
terraform import
can't be run on project objects. This complicates importing existing infrastructure.There are a couple of workarounds:
ID
attribute and then refreshing the stateID
in terraform HCL codeIs there any major blocker to implementing
import
for projects?The text was updated successfully, but these errors were encountered: