Skip to content

Instantly share code, notes, and snippets.

@pritpalp
Created May 31, 2018 13:47
Show Gist options
  • Save pritpalp/dc67de581e05835630495c52ce7837b9 to your computer and use it in GitHub Desktop.
Save pritpalp/dc67de581e05835630495c52ce7837b9 to your computer and use it in GitHub Desktop.
Search for CentOS 7 ami block for Packer, use instead of hard coding CentOS ami id
"source_ami_filter": {
"filters": {
"virtualization-type": "hvm",
"name": "CentOS Linux 7 x86_64 HVM EBS *",
"root-device-type": "ebs"
},
"owners": [
"679593333241"
],
"most_recent": "true"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment