This repository was archived by the owner on May 16, 2026. It is now read-only.
Remove external contributor from org members#267
Merged
Conversation
State
|
| Success | Add | 🟡 Change | 🔴 Destroy |
|---|---|---|---|
| ✅ | 0 | 1 | 1 |
Affected resources by action
| Action | Resources |
|---|---|
| 🟡 | github_team_members.dev |
| 🔴 | github_membership.infrahouse["xOtanix"] |
STDOUT
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
~ update in-place
- destroy
Terraform will perform the following actions:
# github_membership.infrahouse["xOtanix"] will be destroyed
# (because key ["xOtanix"] is not in for_each map)
- resource "github_membership" "infrahouse" {
- downgrade_on_destroy = false -> null
- etag = "W/\"e144cc15154ed4a9956fb471c3242b40beb60f98fb31177a1f3d93565b21b361\"" -> null
- id = "infrahouse:xOtanix" -> null
- role = "member" -> null
- username = "xOtanix" -> null
}
# github_team_members.dev will be updated in-place
~ resource "github_team_members" "dev" {
id = "7332815"
# (1 unchanged attribute hidden)
- members {
- role = "member" -> null
- username = "xOtanix" -> null
}
# (2 unchanged blocks hidden)
}
Plan: 0 to add, 1 to change, 1 to destroy.
─────────────────────────────────────────────────────────────────────────────
Saved the plan to: tf.plan
To perform exactly these actions, run the following command to apply:
terraform apply "tf.plan"
Releasing state lock. This may take a few moments...
metadata
eyJzMzovL2luZnJhaG91c2UtZ2l0aHViLWNvbnRyb2wtc3RhdGUvdGVycmFmb3JtLnRmc3RhdGUiOiB7InN1Y2Nlc3MiOiB0cnVlLCAiYWRkIjogMCwgImNoYW5nZSI6IDEsICJkZXN0cm95IjogMX19
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.