Skip to content

Commit 3e8bd62

Browse files
committed
chore: update new custom AMI for dev environment
1 parent 647197a commit 3e8bd62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

env/dev/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ variable "bation_instance_type" {
3030
variable "custom_ami_id" {
3131
description = "Custom AMI ID for EKS nodes"
3232
type = string
33-
default = "ami-00d7463ae4ca4c847" # Get ID after Packer builds AMI
33+
default = "ami-08c2660b179aebe8e" # Get ID after Packer builds AMI
3434
}
3535

3636
variable "default_tags" {

0 commit comments

Comments
 (0)