From a291fc81523de9254d5e1637a5ed8874417fdf4c Mon Sep 17 00:00:00 2001 From: Rishav Dhar <19497993+rdhar@users.noreply.github.com> Date: Fri, 7 Jun 2024 19:35:21 +0100 Subject: [PATCH] revert ubuntu ami --- stacks/sample_bucket/main.tf | 2 +- stacks/sample_instance/main.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stacks/sample_bucket/main.tf b/stacks/sample_bucket/main.tf index 2f7ac1e4..b062b7a7 100644 --- a/stacks/sample_bucket/main.tf +++ b/stacks/sample_bucket/main.tf @@ -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 } diff --git a/stacks/sample_instance/main.tf b/stacks/sample_instance/main.tf index 6e41acb0..d68ed015 100644 --- a/stacks/sample_instance/main.tf +++ b/stacks/sample_instance/main.tf @@ -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-*"] } }