Skip to content

Instantly share code, notes, and snippets.

@afoley587
Created January 24, 2024 19:47
Show Gist options
  • Select an option

  • Save afoley587/6b1c72d605394a74d0e91af51ba4a1de to your computer and use it in GitHub Desktop.

Select an option

Save afoley587/6b1c72d605394a74d0e91af51ba4a1de to your computer and use it in GitHub Desktop.
packer {
required_plugins {
amazon = {
version = ">= 1.2.8"
source = "github.com/hashicorp/amazon"
}
ansible = {
version = "~> 1"
source = "github.com/hashicorp/ansible"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment