Skip to content

Commit 73f0a40

Browse files
Fixed deprecated AMI call
1 parent a0119eb commit 73f0a40

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

red-instance/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ variable "instance_type" {
3232
variable "ami_name" {
3333
description = "The name of the AMI to use for the instance"
3434
type = string
35-
default = "ubuntu/images/hvm-ssd-gp3/ubuntu-noble-24.04-arm64-server-20250305"
35+
default = "ubuntu/images/hvm-ssd-gp3/ubuntu-noble-24.04-arm64-server-20250610"
3636
}
3737

3838
variable "ami_owner" {

tests/dns-only/main.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ module "red-instance" {
2121
instance_name = var.instance_name
2222

2323
# Custom AMI and instance configuration
24-
ami_name = "ubuntu/images/hvm-ssd-gp3/ubuntu-noble-24.04-arm64-server-20250305"
25-
ami_owner = "099720109477" # Canonical
2624
instance_type = "m6g.medium"
2725
volume_size = 50
2826

tests/full-force/main.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ module "red-instance" {
2121
instance_name = var.instance_name
2222

2323
# Custom AMI and instance configuration
24-
ami_name = "ubuntu/images/hvm-ssd-gp3/ubuntu-noble-24.04-arm64-server-20250305"
25-
ami_owner = "099720109477" # Canonical
2624
instance_type = "m6g.medium"
2725
volume_size = 50
2826

0 commit comments

Comments
 (0)