diff --git a/README.md b/README.md index 375bb6e..1c74ea4 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ # aws-image-pipeline Terraform Workspace for creating and managing AWS Image Pipelines. + +This project leverages at least 4 other repositories. +## linux-image-pipeline +[linux-image-pipeline](https://github.e.it.census.gov/CSVD/linux-image-pipeline) +This repo contains packer configuration files for our +## image-pipeline-ansible-playbooks +## terraform-aws-image-pipeline +## image-pipeline-goss-testing \ No newline at end of file diff --git a/morpheus.tf b/morpheus.tf index 3cc62cb..670fe3b 100644 --- a/morpheus.tf +++ b/morpheus.tf @@ -22,7 +22,7 @@ module "morpheus" { packer_source_type = "S3" packer_bucket = { name = aws_s3_bucket.assets_bucket.bucket - key = "linux-image-pipeline.zip" + key = "image-pipeline-packer.zip" } packer_config = "morpheus-build.pkr.hcl" ansible_source_type = "S3" @@ -33,7 +33,7 @@ module "morpheus" { goss_source_type = "S3" goss_bucket = { name = aws_s3_bucket.assets_bucket.bucket - key = "image-pipeline-goss-testing.zip" + key = "image-pipeline-goss.zip" } goss_profile = "morpheus-base-test" # goss_profile = "base-test"