Ensure Terraform HCL uses trusted / official providers configured MQL? #167
Unanswered
scottford-io
asked this question in
Q&A
Replies: 2 comments
|
If I read this right, are you looking at the list of arguments and to see if their source is in the list of approved providers? |
0 replies
|
@arlimus that is correct. For context, the business problem is similar to the problem of configuring package repositories internally, or container registries. A business should be able to declare a set of approved TF modules/providers, and before a |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I want to create an assertion with MQL to check to see if the
requried_providersin my Terraform are on an approved list of providers. For exampleAll reactions