fugue / regula

Regula checks infrastructure as code templates (Terraform, CloudFormation, k8s manifests) for AWS, Azure, Google Cloud, and Kubernetes security and compliance using Open Policy Agent/Rego

Home Page:https://regula.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] FG_R00227

bj-1795 opened this issue · comments

FG_R00227 states that key vault resource must have below values but soft_delete_enabled is not there in terraform registry as possible vaules so this will always fail.

**resource "azurerm_key_vault" "example" {
purge_protection_enabled = true
soft_delete_enabled = true

other required fields here

}