Skip to content

Commit

Permalink
Increase wildfly EC2 size
Browse files Browse the repository at this point in the history
  • Loading branch information
ramari16 committed Mar 29, 2024
1 parent 7c3dcf2 commit 05ae75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-infrastructure/wildfly-instance.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ data "template_cloudinit_config" "wildfly-user-data" {

resource "aws_instance" "wildfly-ec2" {
ami = local.ami_id
instance_type = "m5.large"
instance_type = "m5.2xlarge"

subnet_id = local.private2_subnet_ids[0]

Expand Down

0 comments on commit 05ae75d

Please sign in to comment.