Skip to content

Commit

Permalink
Refactor Terraform module to update project name in morpheus.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Jan 22, 2025
1 parent 8f1ab22 commit 96ffaf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion morpheus.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 96ffaf2

Please sign in to comment.