Skip to content

Commit

Permalink
Change AMIs with 240812 version
Browse files Browse the repository at this point in the history
  • Loading branch information
hhlee445 committed Aug 14, 2024
1 parent 1e670e0 commit 59fbf2b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions cluster_provisioning/dev-e2e/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -509,12 +509,12 @@ variable "earthdata_pass" {
variable "amis" {
type = map(string)
default = {
# HySDS v5.0.1 - July 15, 2024 - R3
mozart = "ami-024158daea696c58d" # mozart v4.25 - 240715
metrics = "ami-0ec9395bcd3c9b44c" # metrics v4.17 - 240715
grq = "ami-059583a64a2daab95" # grq v4.18 - 240715
factotum = "ami-09a4f8d2ac5190255" # factotum v4.16 - 240715
autoscale = "ami-05d1383b9765b51db" # verdi v4.16 patchdate - 240715
# HySDS v5.0.1 - August 12, 2024 - R3
mozart = "ami-0bb72754b87feda92" # mozart v4.26 - 240809
metrics = "ami-0a5832ef57758384a" # metrics v4.18 - 240812
grq = "ami-0eaffcbdc11298329" # grq v4.19 - 240812
factotum = "ami-0326bbc41e9f07f6d" # factotum v4.17-240812
autoscale = "ami-00c52356588b35ac2" # verdi v4.17 patchdate - 240813
}
}

Expand Down
12 changes: 6 additions & 6 deletions cluster_provisioning/modules/common/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,12 @@ variable "purge_es_snapshot" {
variable "amis" {
type = map(string)
default = {
# HySDS v5.0.1 - July 15, 2024 - R3
mozart = "ami-024158daea696c58d" # mozart v4.25 - 240715
metrics = "ami-0ec9395bcd3c9b44c" # metrics v4.17 - 240715
grq = "ami-059583a64a2daab95" # grq v4.18 - 240715
factotum = "ami-09a4f8d2ac5190255" # factotum v4.16 - 240715
autoscale = "ami-05d1383b9765b51db" # verdi v4.16 patchdate - 240715
# HySDS v5.0.1 - August 12, 2024 - R3
mozart = "ami-0bb72754b87feda92" # mozart v4.26 - 240809
metrics = "ami-0a5832ef57758384a" # metrics v4.18 - 240812
grq = "ami-0eaffcbdc11298329" # grq v4.19 - 240812
factotum = "ami-0326bbc41e9f07f6d" # factotum v4.17-240812
autoscale = "ami-00c52356588b35ac2" # verdi v4.17 patchdate - 240813
}
}

Expand Down

0 comments on commit 59fbf2b

Please sign in to comment.