You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
╷
│ Error: nil entry in ImportState results. This is always a bug with
│ the resource that is being imported. Please report this as
│ a bug to Terraform.
│
│
╵
I tried differend combination, like env_id/db_id, env_id:db_id, env_name/db_name, env_name:db_name.
The text was updated successfully, but these errors were encountered:
terraform state rm aptible_database.pg
cat terraform.tfstate
# verified it is no longer in my state file
terraform import aptible_database.pg 106610 # got the ID from the dashboard
terraform import -input=false -var-file=environ/dev/terraform.tfvars aptible_database.coretx-psql coretx-dev-psql
Result:
I tried differend combination, like env_id/db_id, env_id:db_id, env_name/db_name, env_name:db_name.
The text was updated successfully, but these errors were encountered: