Open dontlaugh opened 6 years ago
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
I have same issue when evaluating atlas with this terraform module. would love to see this enhancement soon.
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?