Skip to content

Commit

Permalink
Setting resource_lock to false
Browse files Browse the repository at this point in the history
  • Loading branch information
AErmie committed Jan 8, 2025
1 parent f3ad249 commit 3c6c207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-azure-lz-project-set/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ module "lz_vending" {
name = "${var.license_plate}-${each.value.name}-vwan-spoke"
address_space = each.value.network.address_space
resource_group_name = "${var.license_plate}-${each.value.name}-networking"
resource_group_lock_enabled = true
resource_group_lock_enabled = false
vwan_connection_enabled = true
vwan_hub_resource_id = var.vwan_hub_resource_id
vwan_security_configuration = {
Expand Down

0 comments on commit 3c6c207

Please sign in to comment.