Skip to content

Commit

Permalink
Refactor module source in morpheus.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Feb 6, 2025
1 parent fb7dd35 commit dc00a40
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
@@ -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
Expand Down

0 comments on commit dc00a40

Please sign in to comment.