File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed
Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ variable "instance_type" {
3232variable "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
3838variable "ami_owner" {
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments