Fix relative source path for web_app module

This commit is contained in:
sid palas
2021-07-05 15:45:19 -07:00
parent becbd33b93
commit a35c1c0632

View File

@@ -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}"