mirror of
https://github.com/sidpalas/devops-directive-terraform-course.git
synced 2025-12-11 05:11:14 +00:00
Fix relative source path for web_app module
This commit is contained in:
@@ -32,7 +32,7 @@ locals {
|
|||||||
}
|
}
|
||||||
|
|
||||||
module "web_app" {
|
module "web_app" {
|
||||||
source = "../../05-organization-and-modules/web-app-module"
|
source = "../../06-organization-and-modules/web-app-module"
|
||||||
|
|
||||||
# Input Variables
|
# Input Variables
|
||||||
bucket_name = "devops-directive-web-app-data-${local.environment_name}"
|
bucket_name = "devops-directive-web-app-data-${local.environment_name}"
|
||||||
|
|||||||
Reference in New Issue
Block a user