Skip to content

Commit 30ca483

Browse files
committed
aws-users whitespace and readme terraform-docs add herehfla
#77
1 parent a6fe340 commit 30ca483

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

terraform/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Resources created by this code repository.
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 |
2323
| <a name="module_iam_user_freaky4wrld"></a> [iam\_user\_freaky4wrld](#module\_iam\_user\_freaky4wrld) | ./modules/aws-users | n/a |
24-
| <a name="module_iam_user_herehfla"></a> [iam\_user\_herehfla](#module\_iam\_user\_herehfla) | ./modules/aws-users | n/a |
2524
| <a name="module_iam_user_gmgonzal"></a> [iam\_user\_gmgonzal](#module\_iam\_user\_gmgonzal) | ./modules/aws-users | n/a |
25+
| <a name="module_iam_user_herehfla"></a> [iam\_user\_herehfla](#module\_iam\_user\_herehfla) | ./modules/aws-users | n/a |
2626
| <a name="module_iam_user_jbubar"></a> [iam\_user\_jbubar](#module\_iam\_user\_jbubar) | ./modules/aws-users | n/a |
2727
| <a name="module_iam_user_lsousadev"></a> [iam\_user\_lsousadev](#module\_iam\_user\_lsousadev) | ./modules/aws-users | n/a |
2828
| <a name="module_iam_user_npang4"></a> [iam\_user\_npang4](#module\_iam\_user\_npang4) | ./modules/aws-users | n/a |
@@ -56,4 +56,4 @@ Terraform directory structure
5656
To automatically update this documentation, install terraform-docs on your local machine run the following:
5757
`cd <directory of README location to update>`
5858
`terraform-docs -c .terraform.docs.yml .`
59-
<!-- END_TF_DOCS -->
59+
<!-- END_TF_DOCS -->

terraform/aws-users.tf

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -252,12 +252,12 @@ module "iam_user_raibarra" {
252252
}
253253

254254
module "iam_user_herehfla" {
255-
source = "./modules/aws-users"
255+
source = "./modules/aws-users"
256256

257-
user_name = "herehfla" # Replace with GitHub handle
258-
user_tags = {
259-
"Project" = "devops-security"
260-
"Access Level" = "1"
261-
}
262-
user_groups = ["read-only-group"]
257+
user_name = "herehfla" # Replace with GitHub handle
258+
user_tags = {
259+
"Project" = "devops-security"
260+
"Access Level" = "1"
261+
}
262+
user_groups = ["read-only-group"]
263263
}

0 commit comments

Comments
 (0)