hackforla / devops-security

Management of Hack for L.A.'s AWS IAM resources
https://github.com/orgs/hackforla/projects/73/views/4
MIT License
0 stars 12 forks source link

added lsousadev to aws-users, updated terraform readme #86

Closed lsousadev closed 2 weeks ago

lsousadev commented 2 weeks ago

Fixes #85

What changes did you make?

Why did you make the changes (we will use this info to test)?

github-actions[bot] commented 2 weeks ago

Terraform plan in terraform With backend config files: terraform/prod.backend.tfvars

Plan: 3 to add, 0 to change, 0 to destroy. ```diff Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: + create Terraform will perform the following actions: # module.iam_user_lsousadev.aws_iam_user.user will be created + resource "aws_iam_user" "user" { + arn = (known after apply) + force_destroy = false + id = (known after apply) + name = "lsousadev" + path = "/" + tags = { + "Access Level" = "1" + "Project" = "devops-security" } + tags_all = { + "Access Level" = "1" + "Project" = "devops-security" } + unique_id = (known after apply) } # module.iam_user_lsousadev.aws_iam_user_group_membership.user_group_membership will be created + resource "aws_iam_user_group_membership" "user_group_membership" { + groups = [ + "read-only-group", ] + id = (known after apply) + user = "lsousadev" } # module.iam_user_lsousadev.aws_iam_user_login_profile.user_login will be created + resource "aws_iam_user_login_profile" "user_login" { + encrypted_password = (known after apply) + id = (known after apply) + key_fingerprint = (known after apply) + password = (known after apply) + password_length = 20 + password_reset_required = true + user = "lsousadev" } Plan: 3 to add, 0 to change, 0 to destroy. ```

:white_check_mark: Plan applied in Apply Terraform changes on merge #21