Skip to content

Commit

Permalink
Modified main README to be more concise, also some clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpountney92 committed Jan 26, 2021
1 parent 32532a5 commit 71154a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion workstations/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Provision atendee workstations and
# Provision attendee workstations and

## Prerequisites
Must have built aks-cluster and resource group from other directory.
Expand Down
2 changes: 1 addition & 1 deletion workstations/workstations.tf
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ resource "azurerm_subnet" "internal" {
name = "internal"
resource_group_name = azurerm_resource_group.main.name
virtual_network_name = azurerm_virtual_network.main.name
address_prefixes = ["10.0.2.0/24"]
address_prefixes = ["10.0.1.0/24"]
}

resource "azurerm_public_ip" "public" {
Expand Down

0 comments on commit 71154a9

Please sign in to comment.