Created
November 6, 2018 14:35
-
-
Save archmangler/8af1daace5a50be823776508d1d9a202 to your computer and use it in GitHub Desktop.
More Pending Technical Questions
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
My list of current pending questions to resolve | |
=============================================== | |
Question #1 | |
How to manage secrets in terraform code? | |
Does it have something like ansible vault? | |
Answer: | |
======= | |
- You can use (free) Ansible Vault for Terraform | |
- You can buy Hashicorp Vault | |
- You can use CyberArk or other password mangement system | |
References: | |
1. https://medium.com/@wbassler23/securing-secrets-for-your-iac-using-jenkins-terraform-and-ansible-vault-7009e0a7eb32 | |
Question: | |
Question #2: | |
Which is the better technical approach: Wrap a powershell script in Terraform, or Ansible? (Target platform is Windows, Configuration is Windows DNS) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment