Skip to content

Commit 9cd16b4

Browse files
Changed instance type
1 parent ac9427e commit 9cd16b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/dns-only/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

tests/s3-access/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)