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
Even if i create this :
resource "azurerm_management_lock" "xxxxxxx" {
name = "DoNotDelete"
scope = azurerm_resource_group.xxxxxxxx.id
lock_level = "CanNotDelete"
notes = "This Resource Group is Read-Only, please contact support if need further information !"
}
The line remains.
Maybe have you an answer ?
The text was updated successfully, but these errors were encountered:
Hi,
I have this line in my console :
Even if i create this :
resource "azurerm_management_lock" "xxxxxxx" {
name = "DoNotDelete"
scope = azurerm_resource_group.xxxxxxxx.id
lock_level = "CanNotDelete"
notes = "This Resource Group is Read-Only, please contact support if need further information !"
}
The line remains.
Maybe have you an answer ?
The text was updated successfully, but these errors were encountered: