I want to add OS users with a given public keys. Which be will better approach to add users with keys, should I use provisioner in Terraform or Packer to add users and keys? and why?
Asked
Active
Viewed 65 times
0
-
1Does https://stackoverflow.com/questions/49314752/when-to-provision-in-packer-vs-terraform/49316639#49316639 answer your question? If not could you edit your question to explain what is different in your specific case please? – ydaetskcoR Feb 07 '20 at 14:01
-
Probably Packer, but this depends a lot on the details, such as the variation in your AMIs and your servers. – Matthew Schuchard Feb 07 '20 at 15:11