Skip to content

Instantly share code, notes, and snippets.

@LucaFilipozzi
Created October 6, 2019 22:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LucaFilipozzi/0b99667fe1db8166973341609c2ce198 to your computer and use it in GitHub Desktop.
Save LucaFilipozzi/0b99667fe1db8166973341609c2ce198 to your computer and use it in GitHub Desktop.
terraform - find debian buster
data "aws_ami" "buster" {
most_recent = true
owners = ["136693071363"]
filter {
name = "name"
values = ["debian-10-amd64-*"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment