Skip to content

Commit 60f3510

Browse files
ivan-pinattiaknysh
authored andcommitted
Update ubuntu version (#30)
* Fix tags_as_list_of_maps error * Re-add tags as variables * Bump Ubuntu version to Bionic 18.04
1 parent c3e8e1b commit 60f3510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ data "aws_ami" "default" {
4040

4141
filter {
4242
name = "name"
43-
values = ["ubuntu/images/hvm-ssd/ubuntu-xenial-16.04-amd64-server-*"]
43+
values = ["ubuntu/images/hvm-ssd/ubuntu-bionic-18.04-amd64-server-*"]
4444
}
4545

4646
filter {

0 commit comments

Comments
 (0)