We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ba9398 commit 8b943a0Copy full SHA for 8b943a0
1 file changed
infrastructure/applications/cluster/server.tf
@@ -11,7 +11,7 @@ resource "aws_eip" "server" {
11
}
12
13
resource "aws_instance" "server" {
14
- ami = "ami-0ce51086755ce7709"
+ ami = "ami-04a7c50b003634aa1"
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