|
|
|
|
|
by shatteredspace
1733 days ago
|
|
Made an edit to my original comment but it may help to be here also. 'terraform refresh' may be what you are looking for. This will update the state to match current configurations that may have been done outside of Terraform. |
|
> You shouldn't typically need to use this command, because Terraform automatically performs the same refreshing actions as a part of creating a plan in both the terraform plan and terraform apply commands.