Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
sinbai committed Dec 25, 2023
1 parent d6809f6 commit ec8678d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ resource "azurerm_public_ip" "backend-ip-cr" {
resource_group_name = azurerm_resource_group.test.name
allocation_method = "Static"
sku = "Standard"
sku_tier = "Global"
}
resource "azurerm_lb" "backend-lb-R1" {
Expand Down

0 comments on commit ec8678d

Please sign in to comment.