Skip to content

Conversation

@cunla
Copy link
Member

@cunla cunla commented Nov 25, 2025

Fix #324

@cunla cunla requested a review from a team as a code owner November 25, 2025 11:51
@github-actions
Copy link

github-actions bot commented Nov 25, 2025

Terraform plan in terraform
With var files: terraform/production/org.tfvars terraform/production/repositories.tfvars
With variables: github_token = (sensitive value)

Plan: 1 to add, 1 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
!~  update in-place

Terraform will perform the following actions:

  # github_membership.this["mnislam01"] will be created
+   resource "github_membership" "this" {
+       downgrade_on_destroy = false
+       etag                 = (known after apply)
+       id                   = (known after apply)
+       role                 = "member"
+       username             = "mnislam01"
    }

  # github_team_members.org_designers_team_members will be updated in-place
!~  resource "github_team_members" "org_designers_team_members" {
        id      = "14084892"
#        (1 unchanged attribute hidden)

+       members {
+           role     = "member"
+           username = "federicobond"
        }

#        (10 unchanged blocks hidden)
    }

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

📝 Plan generated in Plan org changes and list them in a PR #185

@tim-schilling tim-schilling merged commit 4587dc0 into main Nov 25, 2025
4 checks passed
@tim-schilling tim-schilling deleted the add-user/324 branch November 25, 2025 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

✋ [MEMBER] - mnislam01

4 participants