Skip to content

Commit

Permalink
AMI should be jammy, not bionic
Browse files Browse the repository at this point in the history
  • Loading branch information
gcastill0 committed Jun 16, 2023
1 parent a5d400b commit 497c9f5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion exercises/main.tf.completed
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ data "aws_ami" "ubuntu" {

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

Expand Down
3 changes: 1 addition & 2 deletions exercises/main.tf.cowsay
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ data "aws_ami" "ubuntu" {

filter {
name = "name"
#values = ["ubuntu/images/hvm-ssd/ubuntu-disco-19.04-amd64-server-*"]
values = ["ubuntu/images/hvm-ssd/ubuntu-bionic-22.04-amd64-server-*"]
values = ["ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-amd64-server-*"]
}

filter {
Expand Down
3 changes: 1 addition & 2 deletions exercises/main.tf.start
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ resource "aws_vpc" "hashicat" {

# filter {
# name = "name"
# #values = ["ubuntu/images/hvm-ssd/ubuntu-disco-19.04-amd64-server-*"]
# values = ["ubuntu/images/hvm-ssd/ubuntu-bionic-22.04-amd64-server-*"]
# values = ["ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-amd64-server-*"]
# }

# filter {
Expand Down

0 comments on commit 497c9f5

Please sign in to comment.