You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am writing a rule to check aws provider configuration. Specifically, I would like to assert that aws providers have certain default_tags values set.
The runner interface has a GetResourceContent to make it easier to get resources (without using GetModuleContent). I would appreciate a function that gets the providers within the module.
Introduction
I am writing a rule to check aws provider configuration. Specifically, I would like to assert that aws providers have certain default_tags values set.
The runner interface has a
GetResourceContent
to make it easier to get resources (without usingGetModuleContent
). I would appreciate a function that gets the providers within the module.Proposal
References
The text was updated successfully, but these errors were encountered: