Skip to content

Commit

Permalink
Update instance type in morpheus.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Jan 6, 2025
1 parent 88bf252 commit 67966c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion morpheus.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ module "morpheus" {
vpc_config = local.vpc_config
ami = {
source_ami = var.use_rhel9_ami ? one(data.aws_ssm_parameter.rhel9_ami).value : local.morpheus_ami
instance_type = "t3.micro" # x86_64 compatible instance type
instance_type = "m5.xlarge" # x86_64 compatible instance type
}
}

0 comments on commit 67966c5

Please sign in to comment.