|
| 1 | +{ |
| 2 | + "version": 3, |
| 3 | + "terraform_version": "0.11.1", |
| 4 | + "serial": 8, |
| 5 | + "lineage": "0f5b2ff9-6ff5-8e9e-1f81-aa3ce9a483eb", |
| 6 | + "backend": { |
| 7 | + "hash": 10669755453527594976 |
| 8 | + }, |
| 9 | + "modules": [ |
| 10 | + { |
| 11 | + "path": [ |
| 12 | + "root" |
| 13 | + ], |
| 14 | + "outputs": { |
| 15 | + "results": { |
| 16 | + "sensitive": false, |
| 17 | + "type": "map", |
| 18 | + "value": { |
| 19 | + "aws_region": "us-west-2", |
| 20 | + "list": "[{\"triggers\":{\"index\":\"0\"}},{\"triggers\":{\"index\":\"1\"}}]", |
| 21 | + "list_item_0": "{\"triggers\":{\"index\":\"0\"}}", |
| 22 | + "list_item_1": "{\"triggers\":{\"index\":\"1\"}}", |
| 23 | + "list_triggers": "[{\"index\":\"0\"},{\"index\":\"1\"}]", |
| 24 | + "list_triggers_item": "{\"index\":\"0\"}", |
| 25 | + "module_object": "{\"test\":\"hello us-west-2\",\"test2\":\"hello world 2\"}", |
| 26 | + "module_output": "hello us-west-2", |
| 27 | + "single": "{\"triggers\":{\"baz\":\"BAR\",\"cwd_path\":\"/home/mart/Devel/terraform/tmp/hcl2-simple\",\"foo\":\"bar\",\"format\":\"Hello 12\",\"json\":\"{\\\"foo\\\":\\\"bar\\\",\\\"wonk\\\":[]}\",\"module_path\":\"/home/mart/Devel/terraform/tmp/hcl2-simple\",\"root_path\":\"/home/mart/Devel/terraform/tmp/hcl2-simple\",\"woot\":\"us-west-2\",\"workspace\":\"default\"}}" |
| 28 | + } |
| 29 | + } |
| 30 | + }, |
| 31 | + "resources": { |
| 32 | + "null_resource.bar.0": { |
| 33 | + "type": "null_resource", |
| 34 | + "depends_on": [ |
| 35 | + "null_resource.baz" |
| 36 | + ], |
| 37 | + "primary": { |
| 38 | + "id": "604776346677326098", |
| 39 | + "attributes": { |
| 40 | + "id": "604776346677326098", |
| 41 | + "triggers.%": "1", |
| 42 | + "triggers.index": "0" |
| 43 | + }, |
| 44 | + "meta": { |
| 45 | + "schema_version": "1" |
| 46 | + }, |
| 47 | + "tainted": false |
| 48 | + }, |
| 49 | + "deposed": [], |
| 50 | + "provider": "provider.null" |
| 51 | + }, |
| 52 | + "null_resource.bar.1": { |
| 53 | + "type": "null_resource", |
| 54 | + "depends_on": [ |
| 55 | + "null_resource.baz" |
| 56 | + ], |
| 57 | + "primary": { |
| 58 | + "id": "4776432143683449212", |
| 59 | + "attributes": { |
| 60 | + "id": "4776432143683449212", |
| 61 | + "triggers.%": "1", |
| 62 | + "triggers.index": "1" |
| 63 | + }, |
| 64 | + "meta": {}, |
| 65 | + "tainted": false |
| 66 | + }, |
| 67 | + "deposed": [], |
| 68 | + "provider": "provider.null" |
| 69 | + }, |
| 70 | + "null_resource.baz": { |
| 71 | + "type": "null_resource", |
| 72 | + "depends_on": [], |
| 73 | + "primary": { |
| 74 | + "id": "1361331090091665738", |
| 75 | + "attributes": { |
| 76 | + "id": "1361331090091665738", |
| 77 | + "triggers.%": "9", |
| 78 | + "triggers.baz": "BAR", |
| 79 | + "triggers.cwd_path": "/home/mart/Devel/terraform/tmp/hcl2-simple", |
| 80 | + "triggers.foo": "bar", |
| 81 | + "triggers.format": "Hello 12", |
| 82 | + "triggers.json": "{\"foo\":\"bar\",\"wonk\":[]}", |
| 83 | + "triggers.module_path": "/home/mart/Devel/terraform/tmp/hcl2-simple", |
| 84 | + "triggers.root_path": "/home/mart/Devel/terraform/tmp/hcl2-simple", |
| 85 | + "triggers.woot": "us-west-2", |
| 86 | + "triggers.workspace": "default" |
| 87 | + }, |
| 88 | + "meta": { |
| 89 | + "foo": "bar" |
| 90 | + }, |
| 91 | + "tainted": false |
| 92 | + }, |
| 93 | + "deposed": [], |
| 94 | + "provider": "provider.null" |
| 95 | + } |
| 96 | + }, |
| 97 | + "depends_on": [] |
| 98 | + }, |
| 99 | + { |
| 100 | + "path": [ |
| 101 | + "root", |
| 102 | + "child" |
| 103 | + ], |
| 104 | + "outputs": { |
| 105 | + "test": { |
| 106 | + "sensitive": false, |
| 107 | + "type": "string", |
| 108 | + "value": "hello us-west-2" |
| 109 | + }, |
| 110 | + "test2": { |
| 111 | + "sensitive": false, |
| 112 | + "type": "string", |
| 113 | + "value": "hello world 2" |
| 114 | + } |
| 115 | + }, |
| 116 | + "resources": { |
| 117 | + "null_resource.foo": { |
| 118 | + "type": "null_resource", |
| 119 | + "depends_on": [], |
| 120 | + "primary": { |
| 121 | + "id": "1361", |
| 122 | + "attributes": { |
| 123 | + "id": "1361", |
| 124 | + "triggers.%": "0" |
| 125 | + }, |
| 126 | + "meta": {}, |
| 127 | + "tainted": false |
| 128 | + }, |
| 129 | + "deposed": [], |
| 130 | + "provider": "provider.null" |
| 131 | + } |
| 132 | + }, |
| 133 | + "depends_on": [] |
| 134 | + } |
| 135 | + ] |
| 136 | +} |
0 commit comments