-
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.
Fixup tests for slightly different expected output
- Loading branch information
1 parent
7511355
commit 1e420cc
Showing
230 changed files
with
13,094 additions
and
2,414 deletions.
There are no files selected for viewing
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
1 change: 1 addition & 0 deletions
1
command/testdata/providers/modules/.terraform/modules/modules.json
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 @@ | ||
{"Modules":[{"Key":"","Source":"","Dir":"."},{"Key":"child","Source":"./child","Dir":"child"}]} |
14 changes: 14 additions & 0 deletions
14
command/testdata/providers/modules/.terraform/plugins/selections.json
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,14 @@ | ||
{ | ||
"registry.terraform.io/hashicorp/bar": { | ||
"hash": "h1:yPnCUEnB4sFYFLYWlIjh3qUDTYYoYcf+kOLo+aEuHEk=", | ||
"version": "2.0.0" | ||
}, | ||
"registry.terraform.io/hashicorp/baz": { | ||
"hash": "h1:ddGhqylL5JIjJkvUgGBh0qIgZ8fN4l0f9h2Um50efTs=", | ||
"version": "1.2.2" | ||
}, | ||
"registry.terraform.io/hashicorp/foo": { | ||
"hash": "h1:TEF8qBMrHbc2XIwQ/HJNKbfifLXzfm2ObH0MrP1i6Cg=", | ||
"version": "1.0.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
Oops, something went wrong.