diff --git a/morpheus.tf b/morpheus.tf index 648fae8..4e840e4 100644 --- a/morpheus.tf +++ b/morpheus.tf @@ -4,7 +4,7 @@ locals { module "morpheus" { source = "HappyPathway/image-pipeline/aws" - project_name = "morpheus" + project_name = "morpheus-app" builder_image = "aws/codebuild/standard:7.0" create_new_role = true ssh_user = "ec2-user"