Skip to content

Commit a35c1c0

Browse files
committed
Fix relative source path for web_app module
1 parent becbd33 commit a35c1c0

File tree

1 file changed

+1
-1
lines changed
  • 07-managing-multiple-environments/workspaces

1 file changed

+1
-1
lines changed

07-managing-multiple-environments/workspaces/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ locals {
3232
}
3333

3434
module "web_app" {
35-
source = "../../05-organization-and-modules/web-app-module"
35+
source = "../../06-organization-and-modules/web-app-module"
3636

3737
# Input Variables
3838
bucket_name = "devops-directive-web-app-data-${local.environment_name}"

0 commit comments

Comments
 (0)