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
When regula is run over a Terraform configuration with two buckets referencing a regex and data resource, it fails with: FATAL rules/tf/aws/cloudtrail/s3_access_logging.rego:42: eval_conflict_error: object keys must be unique
How you're running Regula
I'm using Regula v3.2.1 as a CLI tool and my Terraform source code as an input:
regula run
Operating System
This error occurs on multiple operating systems.
Describe the bug
When regula is run over a Terraform configuration with two buckets referencing a regex and data resource, it fails with:
FATAL rules/tf/aws/cloudtrail/s3_access_logging.rego:42: eval_conflict_error: object keys must be unique
How you're running Regula
Operating System
This error occurs on multiple operating systems.
IaC Configuration
Terraform Example:
Additional context
It's only once the second bucket is added that this error message appears.
The text was updated successfully, but these errors were encountered: