Skip to content

Commit

Permalink
Change to Standard SKU because basic stopped working, and static allo…
Browse files Browse the repository at this point in the history
…cation because standard SKU requires it (#1499)
  • Loading branch information
somesylvie authored Oct 28, 2024
1 parent e1b9cf5 commit 9323c35
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 9323c35

Please sign in to comment.