We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fdd81a commit 43333a5Copy full SHA for 43333a5
README.md
@@ -51,6 +51,12 @@ https://terraform-ibm-modules.github.io/documentation/#/implementation-guideline
51
### Usage
52
53
```hcl
54
+# Provider aliases
55
+providers = {
56
+ ibm = ibm
57
+ ibm.secret-store = ibm
58
+}
59
+
60
# Authentication with IAM policy
61
module "public_secret_engine" {
62
source = "terraform-ibm-modules/secrets-manager-public-cert-engine/ibm"
0 commit comments