Skip to content

Conversation

cunla
Copy link
Member

@cunla cunla commented Sep 23, 2025

Fix #279

@cunla cunla requested a review from a team as a code owner September 23, 2025 23:00
Copy link

github-actions bot commented Sep 23, 2025

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

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:

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

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

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

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

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

@cunla cunla merged commit e4bc0d1 into main Sep 23, 2025
4 checks passed
@cunla cunla deleted the add-user/279 branch September 23, 2025 23:10
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] - deronnax

2 participants