Skip to content

Instantly share code, notes, and snippets.

@nishadmehendale
Last active January 27, 2022 14:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nishadmehendale/002d9d1e679bdb2288b7bb58f2357e9b to your computer and use it in GitHub Desktop.
Save nishadmehendale/002d9d1e679bdb2288b7bb58f2357e9b to your computer and use it in GitHub Desktop.
Dynamic Provider Creation Script
provider "vault" {
for_each = toset(var.namespaces)
alias = each.key
namespace = each.key
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment