Last active
January 27, 2022 14:39
-
-
Save nishadmehendale/002d9d1e679bdb2288b7bb58f2357e9b to your computer and use it in GitHub Desktop.
Dynamic Provider Creation Script
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
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