github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/testing/equivalence-tests/outputs/basic_multiline_string_update/plan (about)

     1  tfcoremock_simple_resource.multiline: Refreshing state... [id=69fe5233-e77a-804f-0dac-115c949540bc]
     2  
     3  Terraform used the selected providers to generate the following execution
     4  plan. Resource actions are indicated with the following symbols:
     5    ~ update in-place
     6  
     7  Terraform will perform the following actions:
     8  
     9    # tfcoremock_simple_resource.multiline will be updated in-place
    10    ~ resource "tfcoremock_simple_resource" "multiline" {
    11          id     = "69fe5233-e77a-804f-0dac-115c949540bc"
    12        ~ string = <<-EOT
    13              one
    14            - two
    15              three
    16            + two
    17              four
    18            - five
    19            + six
    20            + seven
    21          EOT
    22      }
    23  
    24  Plan: 0 to add, 1 to change, 0 to destroy.
    25  
    26  ─────────────────────────────────────────────────────────────────────────────
    27  
    28  Saved the plan to: equivalence_test_plan
    29  
    30  To perform exactly these actions, run the following command to apply:
    31      terraform apply "equivalence_test_plan"