github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/testing/equivalence-tests/outputs/local_provider_update/plan (about) 1 local_file.local_file: Refreshing state... [id=2248ee2fa0aaaad99178531f924bf00b4b0a8f4e] 2 3 Terraform used the selected providers to generate the following execution 4 plan. Resource actions are indicated with the following symbols: 5 -/+ destroy and then create replacement 6 7 Terraform will perform the following actions: 8 9 # local_file.local_file must be replaced 10 -/+ resource "local_file" "local_file" { 11 ~ content = jsonencode( 12 ~ { 13 + goodbye = "world" 14 - hello = "world" 15 } # forces replacement 16 ) 17 ~ id = "2248ee2fa0aaaad99178531f924bf00b4b0a8f4e" -> (known after apply) 18 # (3 unchanged attributes hidden) 19 } 20 21 Plan: 1 to add, 0 to change, 1 to destroy. 22 23 ───────────────────────────────────────────────────────────────────────────── 24 25 Saved the plan to: equivalence_test_plan 26 27 To perform exactly these actions, run the following command to apply: 28 terraform apply "equivalence_test_plan"