github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/testing/equivalence-tests/outputs/drift_refresh_only/plan (about) 1 tfcoremock_simple_resource.drift: Refreshing state... [id=cb79269e-dc39-1e68-0a9c-63cb392afda9] 2 3 Note: Objects have changed outside of Terraform 4 5 Terraform detected the following changes made outside of Terraform since the 6 last "terraform apply" which may have affected this plan: 7 8 # tfcoremock_simple_resource.drift has changed 9 ~ resource "tfcoremock_simple_resource" "drift" { 10 id = "cb79269e-dc39-1e68-0a9c-63cb392afda9" 11 ~ string = "Hello, world!" -> "Hello, drift!" 12 } 13 14 15 This is a refresh-only plan, so Terraform will not take any actions to undo 16 these. If you were expecting these changes then you can apply this plan to 17 record the updated values in the Terraform state without changing any remote 18 objects. 19 20 ───────────────────────────────────────────────────────────────────────────── 21 22 Saved the plan to: equivalence_test_plan 23 24 To perform exactly these actions, run the following command to apply: 25 terraform apply "equivalence_test_plan"