Skip to content

Commit

Permalink
Refactor downloads.tf to disable cleanup in downloader module
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Feb 6, 2025
1 parent fc12af2 commit 59b3b73
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 47 deletions.
38 changes: 0 additions & 38 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 13 additions & 8 deletions linux-images.code-workspace
Original file line number Diff line number Diff line change
@@ -1,24 +1,29 @@
{
"folders": [
{
"path": "../linux-image-pipeline"
"path": ".",
"name": "aws-image-pipeline"
},
{
"path": "../image-pipeline-ansible-playbooks"
"path": "../image-pipeline-ansible-playbooks",
"name": "ansible/ansible-playbooks"
},
{
"path": ".",
"name": "aws-image-pipeline"
"path": "../linux-image-pipeline",
"name": "packer/linux-image-pipeline"
},
{
"path": "../terraform-aws-image-pipeline"
"path": "../terraform-aws-image-pipeline",
"name": "modules/terraform-aws-image-pipeline"
},
{
"path": "../image-pipeline-goss-testing"
"path": "../terraform-url-downloader",
"name": "modules/terraform-url-downloader"
},
{
"path": "../terraform-url-downloader"
}
"path": "../image-pipeline-goss-testing",
"name": "test/goss-testing"
},
],
"settings": {
}
Expand Down
3 changes: 2 additions & 1 deletion morpheus.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ module "morpheus" {
instance_type = "m5.xlarge" # x86_64 compatible instance type
}
extra_parameters = {
morpheus_version = "7.0.10-1"
morpheus_version = "7.0.10-1",
shutdown_behavior = "stop"
}
assets_bucket_name = aws_s3_bucket.assets_bucket.bucket
image_volume_mapping = [
Expand Down

0 comments on commit 59b3b73

Please sign in to comment.