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

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
somesylvie committed Oct 28, 2024
1 parent bfdafa4 commit 2627b4c
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
@@ -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 = [

0 comments on commit 2627b4c

Please sign in to comment.