Created
January 24, 2024 19:47
-
-
Save afoley587/6b1c72d605394a74d0e91af51ba4a1de to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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