Skip to content

Instantly share code, notes, and snippets.

@gilmoregrills
Created April 7, 2020 09:30
Show Gist options
  • Save gilmoregrills/4cc33a9805572b71d9549f254e0ce173 to your computer and use it in GitHub Desktop.
Save gilmoregrills/4cc33a9805572b71d9549f254e0ce173 to your computer and use it in GitHub Desktop.
data "aws_ami" "amazon-linux-2" {
most_recent = true
owners = ["amazon"]
filter {
name = "owner-alias"
values = ["amazon"]
}
filter {
name = "name"
values = ["amzn2-ami-hvm*"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment