Skip to content

Commit

Permalink
Refactor image pipeline module names and update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Arnold committed Aug 15, 2024
1 parent 29195df commit 67661d3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions image-pipeline.tf
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ module "aws_image_pipeline" {
{
repo_name = "aws-image-pipeline",
directory = null
git_owner = {
name = "arnol377"
email = "david.j.arnold.jr@census.gov"
}
}
)
},
Expand Down Expand Up @@ -129,6 +133,10 @@ module "terraform_aws_image_pipeline" {
{
repo_name = "aws-image-pipeline",
directory = "./examples"
git_owner = {
name = "arnol377"
email = "david.j.arnold.jr@census.gov"
}
}
)
}
Expand Down

0 comments on commit 67661d3

Please sign in to comment.