Skip to content

Commit b99c29f

Browse files
jgbaejpalermo
authored andcommitted
Update cf_lb.tf
1 parent a024272 commit b99c29f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

terraform/azure/templates/cf_lb.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ resource "azurerm_public_ip" "cf" {
6868
location = "${var.region}"
6969
resource_group_name = "${azurerm_resource_group.bosh.name}"
7070
allocation_method = "Dynamic"
71+
sku = "Standard"
72+
7173
}
7274

7375
resource "azurerm_application_gateway" "cf" {

0 commit comments

Comments
 (0)