Skip to content

Commit

Permalink
Refactor morpheus.tf to include assets_bucket_name
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Feb 5, 2025
1 parent fcfbe3f commit c0f440e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions morpheus.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ module "morpheus" {
extra_parameters = {
morpheus_version = "7.0.10-1"
}
assets_bucket_name = aws_s3_bucket.assets_bucket.bucket
image_volume_mapping = [
{
device_name = "/dev/sda1"
Expand Down

0 comments on commit c0f440e

Please sign in to comment.