Skip to content

Commit babb3bd

Browse files
committed
2 parents d7a3ecc + 7bbd9e3 commit babb3bd

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

terraform/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Resources created by this code repository.
2020
| <a name="module_iam_user_brittanyms"></a> [iam\_user\_brittanyms](#module\_iam\_user\_brittanyms) | ./modules/aws-users | n/a |
2121
| <a name="module_iam_user_chelseyb"></a> [iam\_user\_chelseyb](#module\_iam\_user\_chelseyb) | ./modules/aws-users | n/a |
2222
| <a name="module_iam_user_drakeredwind01"></a> [iam\_user\_drakeredwind01](#module\_iam\_user\_drakeredwind01) | ./modules/aws-users | n/a |
23+
| <a name="module_iam_user_ezesalvatore4"></a> [iam\_user\_ezesalvatore4](#module\_iam\_user\_ezesalvatore4) | ./modules/aws-users | n/a |
2324
| <a name="module_iam_user_freaky4wrld"></a> [iam\_user\_freaky4wrld](#module\_iam\_user\_freaky4wrld) | ./modules/aws-users | n/a |
2425
| <a name="module_iam_user_gmgonzal"></a> [iam\_user\_gmgonzal](#module\_iam\_user\_gmgonzal) | ./modules/aws-users | n/a |
2526
| <a name="module_iam_user_here"></a> [iam\_user\_here](#module\_iam\_user\_here) | ./modules/aws-users | n/a |
@@ -56,4 +57,4 @@ Terraform directory structure
5657
To automatically update this documentation, install terraform-docs on your local machine run the following:
5758
`cd <directory of README location to update>`
5859
`terraform-docs -c .terraform.docs.yml .`
59-
<!-- END_TF_DOCS -->
60+
<!-- END_TF_DOCS -->

terraform/aws-users.tf

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,17 @@ module "iam_user_raibarra" {
251251
user_groups = ["read-only-group"]
252252
}
253253

254+
module "iam_user_ezesalvatore4" {
255+
source = "./modules/aws-users"
256+
257+
user_name = "ezesalvatore"
258+
user_tags = {
259+
"Project" = "devops-security"
260+
"Access Level" = "1"
261+
}
262+
user_groups = ["read-only-group"]
263+
}
264+
254265
module "iam_user_here" {
255266
source = "./modules/aws-users"
256267

0 commit comments

Comments
 (0)