Skip to content

Commit 912d752

Browse files
Fixed the path error. (#32)
Signed-off-by: ianjensenisme <[email protected]>
1 parent 5eabd5d commit 912d752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ resource "azurerm_resource_group" "this" {
2020
}
2121

2222
module "copilot_studio" {
23-
source = "./core/copilot_studio"
23+
source = "./modules/copilot_studio"
2424

2525
# Basic properties
2626
name = "Copilot + Azure AI"

0 commit comments

Comments
 (0)