Skip to content

Commit

Permalink
fix public ip sku
Browse files Browse the repository at this point in the history
  • Loading branch information
jgbae authored and jpalermo committed Jun 27, 2024
1 parent d31b9a2 commit b5cb8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/azure/templates/cf_lb.tf
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ resource "azurerm_public_ip" "cf" {
name = "${var.env_id}-cf-lb-ip"
location = "${var.region}"
resource_group_name = "${azurerm_resource_group.bosh.name}"
allocation_method = "Dynamic"
allocation_method = "Static"
sku = "Standard"
}

Expand Down

0 comments on commit b5cb8c3

Please sign in to comment.