Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-yechenwei committed Apr 22, 2024
1 parent 2a6c53b commit 773611b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions internal/services/network/virtual_network_gateway_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ resource "azurerm_public_ip" "test" {
location = azurerm_resource_group.test.location
resource_group_name = azurerm_resource_group.test.name
allocation_method = "Dynamic"
sku = "Standard"
}
resource "azurerm_virtual_network_gateway" "test" {
Expand Down Expand Up @@ -531,6 +532,7 @@ resource "azurerm_public_ip" "test" {
location = azurerm_resource_group.test.location
resource_group_name = azurerm_resource_group.test.name
allocation_method = "Dynamic"
sku = "Standard"
}
resource "azurerm_virtual_network_gateway" "test" {
Expand Down Expand Up @@ -581,6 +583,7 @@ resource "azurerm_public_ip" "test" {
location = azurerm_resource_group.test.location
resource_group_name = azurerm_resource_group.test.name
allocation_method = "Dynamic"
sku = "Standard"
}
resource "azurerm_virtual_network_gateway" "test" {
Expand Down Expand Up @@ -636,6 +639,7 @@ resource "azurerm_public_ip" "first" {
location = azurerm_resource_group.test.location
resource_group_name = azurerm_resource_group.test.name
allocation_method = "Dynamic"
sku = "Standard"
}
resource "azurerm_public_ip" "second" {
Expand All @@ -644,6 +648,7 @@ resource "azurerm_public_ip" "second" {
location = azurerm_resource_group.test.location
resource_group_name = azurerm_resource_group.test.name
allocation_method = "Dynamic"
sku = "Standard"
}
resource "azurerm_virtual_network_gateway" "test" {
Expand Down Expand Up @@ -826,6 +831,7 @@ resource "azurerm_public_ip" "test" {
location = azurerm_resource_group.test.location
resource_group_name = azurerm_resource_group.test.name
allocation_method = "Dynamic"
sku = "Standard"
}
resource "azurerm_virtual_network_gateway" "test" {
Expand Down Expand Up @@ -914,6 +920,7 @@ resource "azurerm_public_ip" "test" {
location = azurerm_resource_group.test.location
resource_group_name = azurerm_resource_group.test.name
allocation_method = "Dynamic"
sku = "Standard"
}
resource "azurerm_virtual_network_gateway" "test" {
Expand Down Expand Up @@ -973,6 +980,7 @@ resource "azurerm_public_ip" "test" {
location = azurerm_resource_group.test.location
resource_group_name = azurerm_resource_group.test.name
allocation_method = "Dynamic"
sku = "Standard"
}
resource "azurerm_virtual_network_gateway" "test" {
Expand Down Expand Up @@ -1029,6 +1037,7 @@ resource "azurerm_public_ip" "test" {
location = azurerm_resource_group.test.location
resource_group_name = azurerm_resource_group.test.name
allocation_method = "Dynamic"
sku = "Standard"
}
resource "azurerm_virtual_network_gateway" "test" {
Expand Down Expand Up @@ -1079,6 +1088,7 @@ resource "azurerm_public_ip" "test" {
location = azurerm_resource_group.test.location
resource_group_name = azurerm_resource_group.test.name
allocation_method = "Dynamic"
sku = "Standard"
}
resource "azurerm_virtual_network_gateway" "test" {
Expand Down Expand Up @@ -1130,6 +1140,7 @@ resource "azurerm_public_ip" "test" {
location = azurerm_resource_group.test.location
resource_group_name = azurerm_resource_group.test.name
allocation_method = "Dynamic"
sku = "Standard"
}
resource "azurerm_virtual_network_gateway" "test" {
Expand Down Expand Up @@ -1189,6 +1200,7 @@ resource "azurerm_public_ip" "test" {
location = azurerm_resource_group.test.location
resource_group_name = azurerm_resource_group.test.name
allocation_method = "Dynamic"
sku = "Standard"
}
resource "azurerm_virtual_network_gateway" "test" {
Expand Down Expand Up @@ -1239,6 +1251,7 @@ resource "azurerm_public_ip" "test" {
location = azurerm_resource_group.test.location
resource_group_name = azurerm_resource_group.test.name
allocation_method = "Dynamic"
sku = "Standard"
}
resource "azurerm_virtual_network_gateway" "test" {
Expand Down Expand Up @@ -1515,6 +1528,7 @@ resource "azurerm_public_ip" "first" {
location = azurerm_resource_group.test.location
resource_group_name = azurerm_resource_group.test.name
allocation_method = "Dynamic"
sku = "Standard"
}
resource "azurerm_public_ip" "second" {
Expand All @@ -1523,6 +1537,7 @@ resource "azurerm_public_ip" "second" {
location = azurerm_resource_group.test.location
resource_group_name = azurerm_resource_group.test.name
allocation_method = "Dynamic"
sku = "Standard"
}
resource "azurerm_virtual_network_gateway" "test" {
Expand Down Expand Up @@ -1601,6 +1616,7 @@ resource "azurerm_public_ip" "test" {
location = azurerm_resource_group.test.location
resource_group_name = azurerm_resource_group.test.name
allocation_method = "Dynamic"
sku = "Standard"
}
resource "azurerm_virtual_network_gateway" "test" {
Expand Down Expand Up @@ -1671,6 +1687,7 @@ resource "azurerm_public_ip" "test" {
location = azurerm_resource_group.test.location
resource_group_name = azurerm_resource_group.test.name
allocation_method = "Dynamic"
sku = "Standard"
}
data "azurerm_extended_locations" "test" {
Expand Down Expand Up @@ -1726,6 +1743,7 @@ resource "azurerm_public_ip" "first" {
location = azurerm_resource_group.test.location
resource_group_name = azurerm_resource_group.test.name
allocation_method = "Dynamic"
sku = "Standard"
}
resource "azurerm_public_ip" "second" {
Expand All @@ -1734,6 +1752,7 @@ resource "azurerm_public_ip" "second" {
location = azurerm_resource_group.test.location
resource_group_name = azurerm_resource_group.test.name
allocation_method = "Dynamic"
sku = "Standard"
}
resource "azurerm_virtual_network_gateway" "test" {
Expand Down Expand Up @@ -1816,6 +1835,7 @@ resource "azurerm_public_ip" "test" {
location = azurerm_resource_group.test.location
resource_group_name = azurerm_resource_group.test.name
allocation_method = "Dynamic"
sku = "Standard"
}
resource "azurerm_virtual_network_gateway" "test" {
Expand Down

0 comments on commit 773611b

Please sign in to comment.