Skip to content

Commit

Permalink
test with ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
gcagle3 committed Oct 2, 2023
1 parent d3677e9 commit 5921d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/terraform-remote-exec-example/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ data "aws_ami" "ubuntu" {

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

0 comments on commit 5921d61

Please sign in to comment.