Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rsakuma to ops-leads #105

Merged
merged 1 commit into from
Feb 14, 2025
Merged

Add rsakuma to ops-leads #105

merged 1 commit into from
Feb 14, 2025

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
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, 2 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_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, 2 to change, 0 to destroy.

❌ Plan not applied in Apply Terraform changes on merge #24 (Plan has changed)

@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
2 participants