Skip to content

Commit

Permalink
Update expect for trivial difference from resource ordering in tfstate.
Browse files Browse the repository at this point in the history
  • Loading branch information
nbering committed May 20, 2019
1 parent 23f22be commit 876db69
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sample_data/0.11.x/individual-vars/expect.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"all": {
"children": [],
"hosts": [
"db.example.com",
"www.example.com"
"www.example.com",
"db.example.com"
],
"vars": {}
},
Expand All @@ -32,8 +32,8 @@
"example": {
"children": [],
"hosts": [
"db.example.com",
"www.example.com"
"www.example.com",
"db.example.com"
],
"vars": {}
},
Expand Down

0 comments on commit 876db69

Please sign in to comment.