Skip to content

Commit

Permalink
change example module path
Browse files Browse the repository at this point in the history
  • Loading branch information
gillianstravers committed Jan 15, 2025
1 parent 21bcab6 commit 6ca2156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resource "azurerm_virtual_wan" "this" {
}

module "vhub" {
source = "../modules/vhub"
source = "../../modules/vhub"
for_each = {
hub1 = {
virtual_hub_name = "example-virtual-hub"
Expand Down

0 comments on commit 6ca2156

Please sign in to comment.