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

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