Skip to content

Commit 0be8434

Browse files
committed
[no ci] change server type
1 parent 9a2e69c commit 0be8434

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/applications/cluster/server.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ resource "aws_eip" "server" {
1212

1313
resource "aws_instance" "server" {
1414
ami = "ami-0a3cd3b991bec2dd7"
15-
instance_type = local.is_prod ? "r6g.medium" : "t4g.small"
15+
instance_type = local.is_prod ? "m8g.2xlarge" : "t4g.small"
1616
subnet_id = var.public_1a_subnet_id
1717
availability_zone = "eu-central-1a"
1818
vpc_security_group_ids = [

0 commit comments

Comments
 (0)