Skip to content
This repository has been archived by the owner on Feb 7, 2025. It is now read-only.

Split prod and non prod alerts channels #1492

Merged
merged 10 commits into from
Oct 30, 2024
Prev Previous commit
Next Next commit
Try Standard SKU and Static allocation method
somesylvie committed Oct 28, 2024
commit 69a6bdd2b01f6a565d57726a0e8a16523dae4f84
4 changes: 2 additions & 2 deletions operations/template/vpn.tf
Original file line number Diff line number Diff line change
@@ -3,8 +3,8 @@ resource "azurerm_public_ip" "vpn" {
location = data.azurerm_resource_group.group.location
resource_group_name = data.azurerm_resource_group.group.name

allocation_method = "Dynamic"
sku = "Basic"
allocation_method = "Static"
sku = "Standard"
# below tags are managed by CDC
lifecycle {
ignore_changes = [