A test to the ability to use config driven import within Terraform, allowing resources to be imported into Terraform State and then managed using Terraform moving forward.
- Edit
import.tf
file. - Run
terraform plan -generate-config-out new.tf
. - Run
terraform apply
.