-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 cnquery modules were not being discovered (#698)
Fixes #676
- Loading branch information
Showing
6 changed files
with
62 additions
and
2 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
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
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
41 changes: 41 additions & 0 deletions
41
motor/providers/terraform/testdata/issue676/.terraform.lock.hcl
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
motor/providers/terraform/testdata/issue676/.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":"org-policy_bucket_policy_only","Source":"registry.terraform.io/terraform-google-modules/org-policy/google//modules/bucket_policy_only","Version":"5.2.0","Dir":".terraform/modules/org-policy_bucket_policy_only/modules/bucket_policy_only"},{"Key":"org-policy_bucket_policy_only.storage-uniform-bucket-level-access","Source":"../..","Dir":".terraform/modules/org-policy_bucket_policy_only"}]} |
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,5 @@ | ||
module "org-policy_bucket_policy_only" { | ||
source = "terraform-google-modules/org-policy/google//modules/bucket_policy_only" | ||
version = "5.2.0" | ||
# insert the 1 required variable here | ||
} |