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 f067626 commit 39d27f4Copy full SHA for 39d27f4
2 files changed
terraform/aws-users.tf
@@ -7,5 +7,4 @@ module "iam_user_gwenstacy" {
7
"Project" = "spiderverse"
8
}
9
user_groups = ["read-only-group"]
10
- # pgp_key = "keybase:chelseybeck"
11
terraform/modules/aws-users/variables.tf
@@ -17,12 +17,6 @@ variable "user_tags" {
17
default = {}
18
19
20
-# variable "pgp_key" {
21
-# description = "PGP key used in the creation of the IAM user login profile"
22
-# type = string
23
-# default = ""
24
-# }
25
-
26
variable "user_groups" {
27
description = "List of IAM groups the user should be a member of"
28
type = list(string)
0 commit comments