Skip to content

Instantly share code, notes, and snippets.

@archmangler
Created November 6, 2018 14:35
Show Gist options
  • Save archmangler/8af1daace5a50be823776508d1d9a202 to your computer and use it in GitHub Desktop.
Save archmangler/8af1daace5a50be823776508d1d9a202 to your computer and use it in GitHub Desktop.
More Pending Technical Questions
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