Skip to content

Commit b5cb8c3

Browse files
jgbaejpalermo
authored andcommitted
fix public ip sku
1 parent d31b9a2 commit b5cb8c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/azure/templates/cf_lb.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ resource "azurerm_public_ip" "cf" {
6767
name = "${var.env_id}-cf-lb-ip"
6868
location = "${var.region}"
6969
resource_group_name = "${azurerm_resource_group.bosh.name}"
70-
allocation_method = "Dynamic"
70+
allocation_method = "Static"
7171
sku = "Standard"
7272
}
7373

0 commit comments

Comments
 (0)