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 b6d195a commit d4c970aCopy full SHA for d4c970a
1 file changed
iam-users.tf
@@ -22,6 +22,11 @@ module "route53_policy_innabox" {
22
23
locals {
24
iam_users = {
25
+ "example-user" = {
26
+ access_keys = {
27
+ example-user-key = "A key for the example user"
28
+ }
29
30
"cert-manager-ocp-massopen" = {
31
access_keys = {
32
cert-manager-nist-clusters = "Used by cert-manager in NIST clusters for dns01 challenges"
0 commit comments