Skip to content

Commit

Permalink
Fedora-39/AWS: remove the AMI comment
Browse files Browse the repository at this point in the history
The AMI ID is no longer the plain Fedora Cloud image, but the one
rebuilt by our ci-image-refresh bot.

Signed-off-by: Tomáš Hozza <[email protected]>
  • Loading branch information
thozza committed Dec 31, 2024
1 parent 48376e9 commit 2c51ba9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws/fedora-39-aarch64/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module "aws" {
source = "../_base"

name = "fedora-39-aarch64"
ami = "ami-042c890e0691c9207" # Fedora-Cloud-Base-39-20231204.0
ami = "ami-042c890e0691c9207"
instance_types = ["m6g.large", "m6gd.large", "m7g.large", "m7gd.large"]
internal_network = var.internal_network
job_name = var.job_name
Expand Down
2 changes: 1 addition & 1 deletion aws/fedora-39-x86_64/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module "aws" {
source = "../_base"

name = "fedora-39-x86_64"
ami = "ami-087d5d7573751e134" # Fedora-Cloud-Base-39-20231204.0
ami = "ami-087d5d7573751e134"
instance_types = ["m5.large", "m5d.large", "m5a.large", "m5ad.large", "m6a.large", "m6i.large", "m6id.large", "m7i.large", "m7a.large"]
internal_network = var.internal_network
job_name = var.job_name
Expand Down

0 comments on commit 2c51ba9

Please sign in to comment.