Skip to content

Commit

Permalink
Merge pull request #3 from Think-Cube/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
spy86 authored Mar 13, 2024
2 parents cea9083 + f9d011f commit b86ee6b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/virtual-network/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ features {}
module "virtual-network" {
source = "Think-Cube/virtual-network/azure"
version = "1.0.11"
version = "1.0.0"
resource_group_name = "weu-test-rg"
environment = "dev"
region = "weu"
Expand Down
14 changes: 7 additions & 7 deletions examples/virtual-network/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ features {}
}

module "virtual-network" {
source = "spy86/virtual-network/azure"
version = "1.0.11"
source = "Think-Cube/virtual-network/azure"
version = "1.0.0"
resource_group_name = "weu-test-rg"
environment = "dev"
region = "weu"
Expand All @@ -26,10 +26,10 @@ module "virtual-network" {
}
}
default_tags = {
Administrator = "Someone"
Department = "IT"
CostCentre = "ABC123"
ContactPerson = "Someone@example.com"
Administrator = "John Doe"
Department = "IT"
CostCentre = "CC123"
ContactPerson = "Jane Smith"
ManagedByTerraform = "True"
}
}
}

0 comments on commit b86ee6b

Please sign in to comment.