Skip to content

Conversation

@RSkuma
Copy link
Member

@RSkuma RSkuma commented Feb 12, 2025

Fixes #107

Added to ops-leads user group

What changes did you make?

  • When taking the lead position, I never added myself to the ops-leads user group

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

  • I am an ops-lead

Added to ops-leads user group
@github-actions
Copy link

github-actions bot commented Feb 12, 2025

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

Plan: 0 to add, 3 to change, 0 to destroy.
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
!~  update in-place

Terraform will perform the following actions:

  # module.iam_oidc_gha_incubator.aws_iam_role.github_actions_oidc will be updated in-place
!~  resource "aws_iam_role" "github_actions_oidc" {
!~      assume_role_policy    = jsonencode(
!~          {
!~              Statement = [
!~                  {
!~                      Condition = {
!~                          StringLike   = {
!~                              "token.actions.githubusercontent.com:sub" = "*************************************************************************"
                            }
#                            (1 unchanged attribute hidden)
                        }
#                        (3 unchanged attributes hidden)
                    },
                ]
#                (1 unchanged attribute hidden)
            }
        )
        id                    = "gha-incubator"
        name                  = "gha-incubator"
        tags                  = {}
#        (11 unchanged attributes hidden)
    }

  # module.iam_user_JimmyJuarez10.aws_iam_user_group_membership.user_group_membership will be updated in-place
!~  resource "aws_iam_user_group_membership" "user_group_membership" {
!~      groups = [
+           "read-only-group",
        ]
        id     = "terraform-20240214022808538000000004"
#        (1 unchanged attribute hidden)
    }

  # module.iam_user_rsakuma.aws_iam_user_group_membership.user_group_membership will be updated in-place
!~  resource "aws_iam_user_group_membership" "user_group_membership" {
!~      groups = [
-           "read-only-group",
+           "ops-leads",
        ]
        id     = "terraform-20240815020638105300000001"
#        (1 unchanged attribute hidden)
    }

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

✅ Plan applied in Apply Terraform changes on merge #24

@ale210
Copy link
Member

ale210 commented Feb 13, 2025

@RSkuma please do an issue for this and then we can merge

@RSkuma RSkuma self-assigned this Feb 14, 2025
@RSkuma RSkuma merged commit 5793fcb into main Feb 14, 2025
1 check passed
@RSkuma RSkuma deleted the RSkuma-add-to-leads-group branch February 14, 2025 22:04
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.

Requesting IAM User be added to leads User Group

3 participants