mirror of
https://github.com/sidpalas/devops-directive-terraform-course.git
synced 2025-12-10 12:51:14 +00:00
Fix relative source path for web_app module
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user