github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/testing/equivalence-tests/outputs/local_provider_basic/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 # local_file.local_file will be created 9 + resource "local_file" "local_file" { 10 + content = jsonencode( 11 { 12 + hello = "world" 13 } 14 ) 15 + directory_permission = "0777" 16 + file_permission = "0777" 17 + filename = "output.json" 18 + id = (known after apply) 19 } 20 21 Plan: 1 to add, 0 to change, 0 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"