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
{{ message }}
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.
Is it possible to run a rego policy against module instance without running terraform init? For example, I just want to make sure that Terraform module consumers use vetted modules and module numbers. I tried inspecting input data via regula repl, but it seems that module instance is not included in the data.
Is it possible to run a rego policy against module instance without running
terraform init
? For example, I just want to make sure that Terraform module consumers use vetted modules and module numbers. I tried inspecting input data viaregula repl
, but it seems that module instance is not included in the data.main.tf
data snippet:
The text was updated successfully, but these errors were encountered: