Skip to content

Commit

Permalink
Merge branch 'main' into azure-alert-prelive-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jherrflexion committed Oct 28, 2024
2 parents 3b66ddd + 9323c35 commit 346cb82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions operations/template/vpn.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 346cb82

Please sign in to comment.