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.
Describe the bug
For some resources, planned values are updated under resource_changes of the TF plan job. For example, for the vpc_flow_log enable rule, most of the details are present under resource_changes instead of resources.
I tried the below code but didn't work. resource_changes = fugue.plan.resource_changes
How you're running Regula
Please include versions of all relevant tools. Some examples:
I'm using Regula v2.10.0 as a Rego library with OPA v0.47.1 and a Terraform plan JSON input that I generated with Terraform v1.3.6
I'm using Regula v#.#.# as a CLI tool and my Terraform source code as an input:
regula run my-modules-dir
Operating System
This can be relevant in some situations. - MacOS 12
Describe the bug
For some resources, planned values are updated under resource_changes of the TF plan job. For example, for the vpc_flow_log enable rule, most of the details are present under resource_changes instead of resources.
I tried the below code but didn't work.
resource_changes = fugue.plan.resource_changes
How you're running Regula
Please include versions of all relevant tools. Some examples:
Operating System
This can be relevant in some situations. - MacOS 12
Steps to reproduce
IaC Configuration
NA
Additional context
NA
The text was updated successfully, but these errors were encountered: