From df6837486167420173276718e1abfc5bdb2d5d2f Mon Sep 17 00:00:00 2001 From: Jason Smith Date: Wed, 13 Dec 2023 06:29:59 -0800 Subject: [PATCH] update ami for N-Cal region --- labs/tf-variables-and-output/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labs/tf-variables-and-output/index.md b/labs/tf-variables-and-output/index.md index e6b0c72..8f545a3 100644 --- a/labs/tf-variables-and-output/index.md +++ b/labs/tf-variables-and-output/index.md @@ -68,7 +68,7 @@ We also need to update the resource name in `main.tf` to `lab2-tf-example` ``` ..snip resource "aws_instance" "lab2-tf-example" { - ami = "ami-830c94e3" + ami = "ami-06e4ca05d431835e9" ..snip } ```