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.
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.
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
}
The text was updated successfully, but these errors were encountered: