github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/testing/equivalence-tests/outputs/fully_populated_complex_destroy/plan (about) 1 tfcoremock_complex_resource.complex: Refreshing state... [id=64564E36-BFCB-458B-9405-EBBF6A3CAC7A] 2 3 Terraform used the selected providers to generate the following execution 4 plan. Resource actions are indicated with the following symbols: 5 - destroy 6 7 Terraform will perform the following actions: 8 9 # tfcoremock_complex_resource.complex will be destroyed 10 - resource "tfcoremock_complex_resource" "complex" { 11 - bool = true -> null 12 - float = 987654321 -> null 13 - id = "64564E36-BFCB-458B-9405-EBBF6A3CAC7A" -> null 14 - integer = 987654321 -> null 15 - list = [ 16 - { 17 - string = "this is my first entry in the list, and doesn't contain anything interesting" -> null 18 }, 19 - { 20 - string = <<-EOT 21 this is my second entry in the list 22 I am a bit more interesting 23 and contain multiple lines 24 EOT -> null 25 }, 26 - { 27 - list = [ 28 - { 29 - number = 0 -> null 30 }, 31 - { 32 - number = 1 -> null 33 }, 34 - { 35 - number = 2 -> null 36 }, 37 ] -> null 38 - string = "this is my third entry, and I actually have a nested list" -> null 39 }, 40 - { 41 - set = [ 42 - { 43 - number = 0 -> null 44 }, 45 - { 46 - number = 1 -> null 47 }, 48 ] -> null 49 - string = "this is my fourth entry, and I actually have a nested set" -> null 50 }, 51 ] -> null 52 - map = { 53 - "key_four" = { 54 - set = [ 55 - { 56 - number = 0 -> null 57 }, 58 - { 59 - number = 1 -> null 60 }, 61 ] -> null 62 - string = "this is my fourth entry, and I actually have a nested set" -> null 63 }, 64 - "key_one" = { 65 - string = "this is my first entry in the map, and doesn't contain anything interesting" -> null 66 }, 67 - "key_three" = { 68 - list = [ 69 - { 70 - number = 0 -> null 71 }, 72 - { 73 - number = 1 -> null 74 }, 75 - { 76 - number = 2 -> null 77 }, 78 ] -> null 79 - string = "this is my third entry, and I actually have a nested list" -> null 80 }, 81 - "key_two" = { 82 - string = <<-EOT 83 this is my second entry in the map 84 I am a bit more interesting 85 and contain multiple lines 86 EOT -> null 87 }, 88 } -> null 89 - number = 123456789 -> null 90 - object = { 91 - bool = false -> null 92 - number = 0 -> null 93 - object = { 94 - bool = true -> null 95 - number = 1 -> null 96 - string = "i am a nested nested object" -> null 97 } -> null 98 - string = "i am a nested object" -> null 99 } -> null 100 - set = [ 101 - { 102 - list = [ 103 - { 104 - number = 0 -> null 105 }, 106 - { 107 - number = 1 -> null 108 }, 109 - { 110 - number = 2 -> null 111 }, 112 ] -> null 113 - string = "this is my third entry, and I actually have a nested list" -> null 114 }, 115 - { 116 - set = [ 117 - { 118 - number = 0 -> null 119 }, 120 - { 121 - number = 1 -> null 122 }, 123 ] -> null 124 - string = "this is my fourth entry, and I actually have a nested set" -> null 125 }, 126 - { 127 - string = "this is my first entry in the set, and doesn't contain anything interesting" -> null 128 }, 129 - { 130 - string = <<-EOT 131 this is my second entry in the set 132 I am a bit more interesting 133 and contain multiple lines 134 EOT -> null 135 }, 136 ] -> null 137 - string = "a not very long or complex string" -> null 138 139 - list_block { 140 - string = jsonencode( 141 { 142 - index = 0 143 } 144 ) -> null 145 } 146 - list_block { 147 - list = [ 148 - { 149 - number = 0 -> null 150 }, 151 - { 152 - number = 1 -> null 153 }, 154 - { 155 - number = 2 -> null 156 }, 157 ] -> null 158 - string = jsonencode( 159 { 160 - index = 1 161 } 162 ) -> null 163 } 164 - list_block { 165 - set = [ 166 - { 167 - number = 0 -> null 168 }, 169 - { 170 - number = 1 -> null 171 }, 172 ] -> null 173 - string = jsonencode( 174 { 175 - index = 2 176 } 177 ) -> null 178 } 179 180 - set_block { 181 - list = [ 182 - { 183 - number = 0 -> null 184 }, 185 - { 186 - number = 1 -> null 187 }, 188 - { 189 - number = 2 -> null 190 }, 191 ] -> null 192 - string = jsonencode( 193 { 194 - index = 1 195 } 196 ) -> null 197 } 198 - set_block { 199 - set = [ 200 - { 201 - number = 0 -> null 202 }, 203 - { 204 - number = 1 -> null 205 }, 206 ] -> null 207 - string = jsonencode( 208 { 209 - index = 2 210 } 211 ) -> null 212 } 213 - set_block { 214 - string = jsonencode( 215 { 216 - index = 0 217 } 218 ) -> null 219 } 220 } 221 222 Plan: 0 to add, 0 to change, 1 to destroy. 223 224 ───────────────────────────────────────────────────────────────────────────── 225 226 Saved the plan to: equivalence_test_plan 227 228 To perform exactly these actions, run the following command to apply: 229 terraform apply "equivalence_test_plan"