Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ale210 committed Feb 5, 2025
1 parent 80e7bf6 commit ab888ec
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions terraform/aws-users.tf
Original file line number Diff line number Diff line change
Expand Up @@ -197,22 +197,23 @@ module "iam_user_lsousadev" {
}

module "iam_user_srinipandiyan" {
source = "./modules/aws-users"
source = "./modules/aws-users"

user_name = "srinipandiyan"
user_tags = {
"Project" = "devops-security"
"Access Level" = "1"
}
user_groups = ["read-only-group"]
user_name = "srinipandiyan"
user_tags = {
"Project" = "devops-security"
"Access Level" = "1"
}
user_groups = ["read-only-group"]
}

module "iam_user_bltomlin" {
source = "./modules/aws-users"
source = "./modules/aws-users"

user_name = "bltomlin" # Replace with GitHub handle
user_tags = {
"Project" = "devops-security"
"Access Level" = "1"
}
user_groups = ["read-only-group"]
user_name = "bltomlin" # Replace with GitHub handle
user_tags = {
"Project" = "devops-security"
"Access Level" = "1"
}
user_groups = ["read-only-group"]
}

0 comments on commit ab888ec

Please sign in to comment.