Skip to content

Commit

Permalink
fixed public ip dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cmendible committed May 27, 2024
1 parent 33dfeff commit 2bffc48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aks_agic_workload_identity/deploy/app_gateway.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resource "azurerm_public_ip" "gateway" {
name = "${var.gateway_name}-pip"
location = var.location
resource_group_name = var.resource_group_name
resource_group_name = azurerm_resource_group.rg.name
sku = "Standard"
allocation_method = "Static"
}
Expand Down

0 comments on commit 2bffc48

Please sign in to comment.