Skip to content

Commit

Permalink
fix: no need to change name and recreate
Browse files Browse the repository at this point in the history
Signed-off-by: Fredrik Klingenberg <[email protected]>
  • Loading branch information
fredrkl committed Nov 12, 2023
1 parent f626a9e commit e8385ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/network/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ resource "azurerm_subnet" "api-server" {
}
}
resource "azurerm_subnet" "jumphost_subnet" {
name = "jumphost_subnet"
name = "jumphost_subnet_id"
resource_group_name = var.resource_group.name
virtual_network_name = azurerm_virtual_network.example.name
address_prefixes = ["10.1.3.32/27"]
Expand Down

0 comments on commit e8385ec

Please sign in to comment.