github.com/pix4d/terravalet@v0.8.1-0.20240131132849-abcd6a79eeeb/testdata/move-before/01-before.tfplan (about) 1 random_pet.prepend: Refreshing state... [id=brave-mole] 2 3 Terraform used the selected providers to generate the following execution 4 plan. Resource actions are indicated with the following symbols: 5 + create 6 7 Terraform will perform the following actions: 8 9 # null_resource.res1 will be created 10 + resource "null_resource" "res1" { 11 + id = (known after apply) 12 } 13 14 Plan: 1 to add, 0 to change, 0 to destroy. 15 16 Changes to Outputs: 17 + res1_id = (known after apply) 18 19 ───────────────────────────────────────────────────────────────────────────── 20 21 Note: You didn't use the -out option to save this plan, so Terraform can't 22 guarantee to take exactly these actions if you run "terraform apply" now.