We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42000a5 commit 729cf79Copy full SHA for 729cf79
infrastructure/applications/cluster/server.tf
@@ -11,7 +11,7 @@ resource "aws_eip" "server" {
11
}
12
13
resource "aws_instance" "server" {
14
- ami = "ami-0d683ccb0045afce1"
+ ami = "ami-0ce51086755ce7709"
15
instance_type = local.is_prod ? "t4g.large" : "t4g.small"
16
subnet_id = var.public_1a_subnet_id
17
availability_zone = "eu-central-1a"
0 commit comments