Skip to content

Add sbairamian IAM user - #201

Merged
ale210 merged 1 commit into
mainfrom
issue-198-add-new-iam-user
Sep 24, 2026
Merged

ale210 merged 1 commit into
mainfrom
issue-198-add-new-iam-user

Conversation

@Sbairamian

Copy link
Copy Markdown
Member

Fixes #replace_this_text_with_the_issue_number

What changes did you make?

  • Added my aws user account to aws-user.tf file
  • Pushed my onboarding commit to Devops-security repo

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

@github-actions

github-actions Bot commented Sep 24, 2026 •

Copy link
Copy Markdown

Terraform plan in terraform
With backend config files: terraform/prod.backend.tfvars
With variables: iam_only = false

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_Sbairamian.aws_iam_user.user will be created
+   resource "aws_iam_user" "user" {
+       arn           = (known after apply)
+       force_destroy = true
+       id            = (known after apply)
+       name          = "sbairamian"
+       path          = "/"
+       tags          = {
+           "Access Level" = "1"
+           "Project"      = "devops-security"
        }
+       tags_all      = {
+           "Access Level" = "1"
+           "Project"      = "devops-security"
+           "managed-by"   = "terraform-devops-security"
        }
+       unique_id     = (known after apply)
    }

  # module.iam_user_Sbairamian.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   = "sbairamian"
    }

  # module.iam_user_Sbairamian.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                = (sensitive value)
+       password_length         = 20
+       password_reset_required = true
+       user                    = "sbairamian"
    }

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

✅ Plan applied in Apply Terraform changes on merge #48

@ale210
ale210 merged commit d5548b4 into main Sep 24, 2026
2 checks passed
@ale210
ale210 deleted the issue-198-add-new-iam-user branch September 24, 2026 01:26
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.

2 participants