Skip to content

Commit

Permalink
Refactor Terraform module to update file paths in morpheus.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Jan 24, 2025
1 parent 7f56de2 commit 2ddabf4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions morpheus.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 2ddabf4

Please sign in to comment.