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

add alexe to ops-leads #73

Closed ale210 closed 2 months ago

ale210 commented 2 months ago

fixes #72

github-actions[bot] commented 2 months ago

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

Plan: 0 to add, 1 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: !~ update in-place Terraform will perform the following actions: # module.iam_user_alexe.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-20240815021728326500000001" # (1 unchanged attribute hidden) } Plan: 0 to add, 1 to change, 0 to destroy. ```

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