diff --git a/image-pipeline.tf b/image-pipeline.tf index a39e432..40c7b7d 100644 --- a/image-pipeline.tf +++ b/image-pipeline.tf @@ -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" + } } ) }, @@ -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" + } } ) }