Trying to fix IP address errors
This commit is contained in:
parent
42d2f05b88
commit
5fab9cadd8
@ -17,13 +17,13 @@ resource "random_pet" "azurerm_kubernetes_cluster_dns_prefix" {
|
|||||||
|
|
||||||
resource "azurerm_virtual_network" "vnet" {
|
resource "azurerm_virtual_network" "vnet" {
|
||||||
name = var.virtual_network_name
|
name = var.virtual_network_name
|
||||||
address_space = ["10.0.0.0/16"]
|
address_space = ["192.168.0.0/16"]
|
||||||
location = azurerm_resource_group.rg.location
|
location = azurerm_resource_group.rg.location
|
||||||
resource_group_name = azurerm_resource_group.rg.name
|
resource_group_name = azurerm_resource_group.rg.name
|
||||||
|
|
||||||
subnet {
|
subnet {
|
||||||
name = "subnet1"
|
name = "subnet1"
|
||||||
address_prefix = "10.1.1.0/24"
|
address_prefix = "192.168.1.0/24"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user