Skip to content

Commit 39d27f4

Browse files
committed
removing pgp key comments
1 parent f067626 commit 39d27f4

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

terraform/aws-users.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ module "iam_user_gwenstacy" {
77
"Project" = "spiderverse"
88
}
99
user_groups = ["read-only-group"]
10-
# pgp_key = "keybase:chelseybeck"
1110
}

terraform/modules/aws-users/variables.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ variable "user_tags" {
1717
default = {}
1818
}
1919

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-
2620
variable "user_groups" {
2721
description = "List of IAM groups the user should be a member of"
2822
type = list(string)

0 commit comments

Comments
 (0)