Skip to content

Commit

Permalink
update ami for N-Cal region
Browse files Browse the repository at this point in the history
  • Loading branch information
jruels committed Dec 13, 2023
1 parent 2abe7c3 commit df68374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labs/tf-variables-and-output/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
```
Expand Down

0 comments on commit df68374

Please sign in to comment.