Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Aug 15, 2024
2 parents 56f3b4c + 67661d3 commit 83e0349
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 83e0349

Please sign in to comment.