From dc00a40218e14692d1838812253d32de48939273 Mon Sep 17 00:00:00 2001 From: arnol377 Date: Thu, 6 Feb 2025 18:44:29 -0500 Subject: [PATCH] Refactor module source in morpheus.tf --- morpheus.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/morpheus.tf b/morpheus.tf index 6fd5755..586c0bc 100644 --- a/morpheus.tf +++ b/morpheus.tf @@ -1,5 +1,5 @@ module "morpheus" { - source = "HappyPathway/image-pipeline/aws" + source = "../terraform-aws-image-pipeline" project_name = "morpheus-app" builder_image = "aws/codebuild/standard:7.0" create_new_role = true