File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ module "red-instance" {
1717 # Custom AMI and instance configuration
1818 ami_name = " ubuntu/images/hvm-ssd-gp3/ubuntu-noble-24.04-arm64-server-20250305"
1919 ami_owner = " 099720109477" # Canonical
20- instance_type = " t4g.small "
20+ instance_type = " m6g.medium "
2121 volume_size = 50
2222
2323 # Basic networking setup
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ module "red-instance" {
1717 # Custom AMI and instance configuration
1818 ami_name = " ubuntu/images/hvm-ssd-gp3/ubuntu-noble-24.04-arm64-server-20250305"
1919 ami_owner = " 099720109477" # Canonical
20- instance_type = " t4g.small "
20+ instance_type = " m6g.medium "
2121 volume_size = 50
2222
2323 # Basic networking setup
You can’t perform that action at this time.
0 commit comments