diff --git a/iam-users.tf b/iam-users.tf index 39f53b8..5d6a002 100644 --- a/iam-users.tf +++ b/iam-users.tf @@ -22,6 +22,11 @@ module "route53_policy_innabox" { locals { iam_users = { + "example-user" = { + access_keys = { + example-user-key = "A key for the example user" + } + } "cert-manager-ocp-massopen" = { access_keys = { cert-manager-nist-clusters = "Used by cert-manager in NIST clusters for dns01 challenges"