Skip to content

Commit

Permalink
Update the README with the latest output from terraform-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dav3r committed Dec 18, 2024
1 parent 860c379 commit 0e69e0d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ No modules.
| Name | Type |
|------|------|
| [aws_iam_user.users](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_user) | resource |
| [aws_iam_user_login_profile.users](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_user_login_profile) | resource |
| [aws_iam_user_policy_attachment.self_managed_creds_with_mfa](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_user_policy_attachment) | resource |
| [aws_iam_user_policy_attachment.self_managed_creds_without_mfa](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_user_policy_attachment) | resource |
| [aws_caller_identity.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/caller_identity) | data source |
Expand All @@ -73,7 +74,9 @@ No modules.

## Outputs ##

No outputs.
| Name | Description |
|------|-------------|
| initial\_passwords | The initial password for each user, which must be changed at first login. |
<!-- END_TF_DOCS -->

## Notes ##
Expand Down

0 comments on commit 0e69e0d

Please sign in to comment.