Skip to content

Commit

Permalink
Add amzn2 image to aws terraform example (#1167)
Browse files Browse the repository at this point in the history
Signed-off-by: Artiom Diomin <kron82@gmail.com>
  • Loading branch information
kron4eg authored Nov 20, 2020
1 parent bb5fd6e commit ac477f3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/terraform/aws/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,11 @@ variable "ami_filters" {
owners = ["309956199498"] # Red Hat
image_name = ["RHEL-8*_HVM-*-x86_64-*"]
}

amazon_linux2 = {
owners = ["137112412989"] # Amazon
image_name = ["amzn2-ami-hvm-2.0.*-x86_64-gp2"]
}
}
}

Expand Down

0 comments on commit ac477f3

Please sign in to comment.