Skip to content

Commit

Permalink
revert ubuntu ami
Browse files Browse the repository at this point in the history
  • Loading branch information
rdhar committed Jun 7, 2024
1 parent f91aac5 commit a291fc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stacks/sample_bucket/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ module "sample_bucket" {
# Output the ID of the sample S3 bucket.
output "sample_bucket_id" {
description = "ID of the sample S3 bucket."
value = module.sample_bucket.id
value = module.sample_bucket.id
}
2 changes: 1 addition & 1 deletion stacks/sample_instance/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ data "aws_ami" "ubuntu" {

filter {
name = "name"
values = ["ubuntu/images/hvm-ssd/ubuntu-noble-24.04-amd64-server-*"]
values = ["ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-amd64-server-*"]
}
}

Expand Down

0 comments on commit a291fc8

Please sign in to comment.