terraform-provider-mongodbatlas
terraform-provider-mongodbatlas copied to clipboard
Allow importing projects
Right now, terraform import
can't be run on project objects. This complicates importing existing infrastructure.
There are a couple of workarounds:
- manually edit state files, providing the
ID
attribute and then refreshing the state - hardcoding the project
ID
in terraform HCL code
Is there any major blocker to implementing import
for projects?
I have same issue when evaluating atlas with this terraform module. would love to see this enhancement soon.