-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21484 from minamijoyo/fix-statev2-hash-decode
states/statefile: decode backend hash as uint64
- Loading branch information
Showing
3 changed files
with
234 additions
and
1 deletion.
There are no files selected for viewing
136 changes: 136 additions & 0 deletions
136
states/statefile/testdata/roundtrip/v3-bigint.in.tfstate
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,136 @@ | ||
{ | ||
"version": 3, | ||
"terraform_version": "0.11.1", | ||
"serial": 8, | ||
"lineage": "0f5b2ff9-6ff5-8e9e-1f81-aa3ce9a483eb", | ||
"backend": { | ||
"hash": 10669755453527594976 | ||
}, | ||
"modules": [ | ||
{ | ||
"path": [ | ||
"root" | ||
], | ||
"outputs": { | ||
"results": { | ||
"sensitive": false, | ||
"type": "map", | ||
"value": { | ||
"aws_region": "us-west-2", | ||
"list": "[{\"triggers\":{\"index\":\"0\"}},{\"triggers\":{\"index\":\"1\"}}]", | ||
"list_item_0": "{\"triggers\":{\"index\":\"0\"}}", | ||
"list_item_1": "{\"triggers\":{\"index\":\"1\"}}", | ||
"list_triggers": "[{\"index\":\"0\"},{\"index\":\"1\"}]", | ||
"list_triggers_item": "{\"index\":\"0\"}", | ||
"module_object": "{\"test\":\"hello us-west-2\",\"test2\":\"hello world 2\"}", | ||
"module_output": "hello us-west-2", | ||
"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\"}}" | ||
} | ||
} | ||
}, | ||
"resources": { | ||
"null_resource.bar.0": { | ||
"type": "null_resource", | ||
"depends_on": [ | ||
"null_resource.baz" | ||
], | ||
"primary": { | ||
"id": "604776346677326098", | ||
"attributes": { | ||
"id": "604776346677326098", | ||
"triggers.%": "1", | ||
"triggers.index": "0" | ||
}, | ||
"meta": { | ||
"schema_version": "1" | ||
}, | ||
"tainted": false | ||
}, | ||
"deposed": [], | ||
"provider": "provider.null" | ||
}, | ||
"null_resource.bar.1": { | ||
"type": "null_resource", | ||
"depends_on": [ | ||
"null_resource.baz" | ||
], | ||
"primary": { | ||
"id": "4776432143683449212", | ||
"attributes": { | ||
"id": "4776432143683449212", | ||
"triggers.%": "1", | ||
"triggers.index": "1" | ||
}, | ||
"meta": {}, | ||
"tainted": false | ||
}, | ||
"deposed": [], | ||
"provider": "provider.null" | ||
}, | ||
"null_resource.baz": { | ||
"type": "null_resource", | ||
"depends_on": [], | ||
"primary": { | ||
"id": "1361331090091665738", | ||
"attributes": { | ||
"id": "1361331090091665738", | ||
"triggers.%": "9", | ||
"triggers.baz": "BAR", | ||
"triggers.cwd_path": "/home/mart/Devel/terraform/tmp/hcl2-simple", | ||
"triggers.foo": "bar", | ||
"triggers.format": "Hello 12", | ||
"triggers.json": "{\"foo\":\"bar\",\"wonk\":[]}", | ||
"triggers.module_path": "/home/mart/Devel/terraform/tmp/hcl2-simple", | ||
"triggers.root_path": "/home/mart/Devel/terraform/tmp/hcl2-simple", | ||
"triggers.woot": "us-west-2", | ||
"triggers.workspace": "default" | ||
}, | ||
"meta": { | ||
"foo": "bar" | ||
}, | ||
"tainted": false | ||
}, | ||
"deposed": [], | ||
"provider": "provider.null" | ||
} | ||
}, | ||
"depends_on": [] | ||
}, | ||
{ | ||
"path": [ | ||
"root", | ||
"child" | ||
], | ||
"outputs": { | ||
"test": { | ||
"sensitive": false, | ||
"type": "string", | ||
"value": "hello us-west-2" | ||
}, | ||
"test2": { | ||
"sensitive": false, | ||
"type": "string", | ||
"value": "hello world 2" | ||
} | ||
}, | ||
"resources": { | ||
"null_resource.foo": { | ||
"type": "null_resource", | ||
"depends_on": [], | ||
"primary": { | ||
"id": "1361", | ||
"attributes": { | ||
"id": "1361", | ||
"triggers.%": "0" | ||
}, | ||
"meta": {}, | ||
"tainted": false | ||
}, | ||
"deposed": [], | ||
"provider": "provider.null" | ||
} | ||
}, | ||
"depends_on": [] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
{ | ||
"version": 4, | ||
"terraform_version": "0.11.1", | ||
"serial": 8, | ||
"lineage": "0f5b2ff9-6ff5-8e9e-1f81-aa3ce9a483eb", | ||
"outputs": { | ||
"results": { | ||
"type": [ | ||
"map", | ||
"string" | ||
], | ||
"value": { | ||
"aws_region": "us-west-2", | ||
"list": "[{\"triggers\":{\"index\":\"0\"}},{\"triggers\":{\"index\":\"1\"}}]", | ||
"list_item_0": "{\"triggers\":{\"index\":\"0\"}}", | ||
"list_item_1": "{\"triggers\":{\"index\":\"1\"}}", | ||
"list_triggers": "[{\"index\":\"0\"},{\"index\":\"1\"}]", | ||
"list_triggers_item": "{\"index\":\"0\"}", | ||
"module_object": "{\"test\":\"hello us-west-2\",\"test2\":\"hello world 2\"}", | ||
"module_output": "hello us-west-2", | ||
"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\"}}" | ||
} | ||
} | ||
}, | ||
"resources": [ | ||
{ | ||
"mode": "managed", | ||
"type": "null_resource", | ||
"name": "bar", | ||
"each": "list", | ||
"provider": "provider.null", | ||
"instances": [ | ||
{ | ||
"attributes_flat": { | ||
"id": "604776346677326098", | ||
"triggers.%": "1", | ||
"triggers.index": "0" | ||
}, | ||
"depends_on": ["null_resource.baz"], | ||
"index_key": 0, | ||
"schema_version": 1 | ||
}, | ||
{ | ||
"attributes_flat": { | ||
"id": "604776346677326098", | ||
"triggers.%": "1", | ||
"triggers.index": "0" | ||
}, | ||
"depends_on": ["null_resource.baz"], | ||
"index_key": 1, | ||
"schema_version": 0 | ||
} | ||
] | ||
}, | ||
{ | ||
"mode": "managed", | ||
"type": "null_resource", | ||
"name": "baz", | ||
"provider": "provider.null", | ||
"instances": [ | ||
{ | ||
"attributes_flat": { | ||
"id": "1361331090091665738", | ||
"triggers.%": "9", | ||
"triggers.baz": "BAR", | ||
"triggers.cwd_path": "/home/mart/Devel/terraform/tmp/hcl2-simple", | ||
"triggers.foo": "bar", | ||
"triggers.format": "Hello 12", | ||
"triggers.json": "{\"foo\":\"bar\",\"wonk\":[]}", | ||
"triggers.module_path": "/home/mart/Devel/terraform/tmp/hcl2-simple", | ||
"triggers.root_path": "/home/mart/Devel/terraform/tmp/hcl2-simple", | ||
"triggers.woot": "us-west-2", | ||
"triggers.workspace": "default" | ||
}, | ||
"schema_version": 0, | ||
"private": "eyJmb28iOiJiYXIifQ==" | ||
} | ||
] | ||
}, | ||
{ | ||
"module": "module.child", | ||
"mode": "managed", | ||
"type": "null_resource", | ||
"name": "foo", | ||
"provider": "provider.null", | ||
"instances": [ | ||
{ | ||
"attributes_flat": { | ||
"id": "1361", | ||
"triggers.%": "0" | ||
}, | ||
"schema_version": 0 | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters