Skip to content

Commit

Permalink
Fix relative source path for web_app module
Browse files Browse the repository at this point in the history
  • Loading branch information
sidpalas committed Jul 5, 2021
1 parent becbd33 commit a35c1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 07-managing-multiple-environments/workspaces/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ locals {
}

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

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

0 comments on commit a35c1c0

Please sign in to comment.