github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/testing/equivalence-tests/outputs/local_provider_basic/apply.json (about) 1 [ 2 { 3 "@level": "info", 4 "@message": "local_file.local_file: Plan to create", 5 "@module": "terraform.ui", 6 "change": { 7 "action": "create", 8 "resource": { 9 "addr": "local_file.local_file", 10 "implied_provider": "local", 11 "module": "", 12 "resource": "local_file.local_file", 13 "resource_key": null, 14 "resource_name": "local_file", 15 "resource_type": "local_file" 16 } 17 }, 18 "type": "planned_change" 19 }, 20 { 21 "@level": "info", 22 "@message": "local_file.local_file: Creating...", 23 "@module": "terraform.ui", 24 "hook": { 25 "action": "create", 26 "resource": { 27 "addr": "local_file.local_file", 28 "implied_provider": "local", 29 "module": "", 30 "resource": "local_file.local_file", 31 "resource_key": null, 32 "resource_name": "local_file", 33 "resource_type": "local_file" 34 } 35 }, 36 "type": "apply_start" 37 }, 38 { 39 "@level": "info", 40 "@message": "local_file.local_file: Creation complete after 0s [id=2248ee2fa0aaaad99178531f924bf00b4b0a8f4e]", 41 "@module": "terraform.ui", 42 "hook": { 43 "action": "create", 44 "elapsed_seconds": 0, 45 "id_key": "id", 46 "id_value": "2248ee2fa0aaaad99178531f924bf00b4b0a8f4e", 47 "resource": { 48 "addr": "local_file.local_file", 49 "implied_provider": "local", 50 "module": "", 51 "resource": "local_file.local_file", 52 "resource_key": null, 53 "resource_name": "local_file", 54 "resource_type": "local_file" 55 } 56 }, 57 "type": "apply_complete" 58 }, 59 { 60 "@level": "info", 61 "@message": "Apply complete! Resources: 1 added, 0 changed, 0 destroyed.", 62 "@module": "terraform.ui", 63 "changes": { 64 "add": 1, 65 "change": 0, 66 "operation": "apply", 67 "remove": 0 68 }, 69 "type": "change_summary" 70 }, 71 { 72 "@level": "info", 73 "@message": "Outputs: 0", 74 "@module": "terraform.ui", 75 "outputs": {}, 76 "type": "outputs" 77 } 78 ]