debian 12 not 11 🤦

This commit is contained in:
matthieu42morin 2024-02-29 19:40:39 +01:00
parent de3cfa42a7
commit 478bdd30da
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# EC2 Data
data "aws_ssm_parameter" "latest_ami" {
name = "/aws/service/debian/release/11/latest/amd64"
name = "/aws/service/debian/release/12/latest/amd64"
}

View File

@ -159,7 +159,7 @@ variable "use_latest_ami" {
}
variable "ami_id" {
description = "The AMI ID to use for the Vault instances. Defaults to Debian 11 x86_64."
description = "The AMI ID to use for the Vault instances. Defaults to Debian 12 x86_64."
type = string
default = "ami-0506d6d51f1916a96"
}