Skip to content

Conversation

raibarra04
Copy link
Member

@raibarra04 raibarra04 commented Apr 25, 2025

Fixes #120 #119

What changes did you make?

  • added myself, raibarra, as a user in aws-users.tf
  • updated README.md with terraform-docs
  • .terraform.lock.hcl was updated automatically

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

  • followed directions for pre-work for adding self as aws-user
  • followed CONTRIBUTING.md for updating docs with terraform-docs
  • .lock file was updated when I was walking through the terraform steps

…r in aws-users.tf, and .terraform.lock.hcl was updated when walking through terraform steps
Copy link

github-actions bot commented Apr 25, 2025

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

Plan: 3 to add, 0 to change, 0 to destroy.
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_raibarra.aws_iam_user.user will be created
+   resource "aws_iam_user" "user" {
+       arn           = (known after apply)
+       force_destroy = false
+       id            = (known after apply)
+       name          = "raibarra04"
+       path          = "/"
+       tags          = {
+           "Access Level" = "1"
+           "Project"      = "devops-security"
        }
+       tags_all      = {
+           "Access Level" = "1"
+           "Project"      = "devops-security"
        }
+       unique_id     = (known after apply)
    }

  # module.iam_user_raibarra.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   = "raibarra04"
    }

  # module.iam_user_raibarra.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                    = "raibarra04"
    }

Plan: 3 to add, 0 to change, 0 to destroy.

✅ Plan applied in Apply Terraform changes on merge #27

Copy link
Member

@chelseybeck chelseybeck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great work 🙌

@chelseybeck chelseybeck merged commit d310246 into main May 1, 2025
1 check passed
@chelseybeck chelseybeck deleted the 120-create-new-aws-user-account branch May 1, 2025 01:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create new AWS user account

2 participants