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

remove user #17

Merged
merged 1 commit into from
Jul 26, 2024
Merged

remove user #17

merged 1 commit into from
Jul 26, 2024

Conversation

cunla
Copy link
Member

@cunla cunla commented Jul 26, 2024

No description provided.

Copy link

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

Plan: 0 to add, 4 to change, 1 to destroy.
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.this["danielm-cfa"] will be destroyed
  # (because key ["danielm-cfa"] is not in for_each map)
-   resource "github_membership" "this" {
-       downgrade_on_destroy = false -> null
-       etag                 = "W/\"9302770559069a4020e9d9bcab5cfa7df9833711bbc4b4cb03c7165830f7fec3\"" -> null
-       id                   = "django-commons:danielm-cfa" -> null
-       role                 = "member" -> null
-       username             = "danielm-cfa" -> null
    }

  # github_repository.this[".github"] will be updated in-place
!~  resource "github_repository" "this" {
!~      allow_squash_merge          = false -> true
!~      delete_branch_on_merge      = false -> true
        id                          = ".github"
+       merge_commit_message        = "PR_TITLE"
+       merge_commit_title          = "MERGE_MESSAGE"
        name                        = ".github"
+       squash_merge_commit_message = "BLANK"
+       squash_merge_commit_title   = "PR_TITLE"
#        (31 unchanged attributes hidden)

#        (1 unchanged block hidden)
    }

  # github_repository.this["controls"] will be updated in-place
!~  resource "github_repository" "this" {
!~      allow_squash_merge          = false -> true
!~      delete_branch_on_merge      = false -> true
        id                          = "controls"
+       merge_commit_message        = "PR_TITLE"
+       merge_commit_title          = "MERGE_MESSAGE"
        name                        = "controls"
+       squash_merge_commit_message = "BLANK"
+       squash_merge_commit_title   = "PR_TITLE"
#        (31 unchanged attributes hidden)

#        (1 unchanged block hidden)
    }

  # github_repository.this["django-commons-playground"] will be updated in-place
!~  resource "github_repository" "this" {
!~      allow_squash_merge          = false -> true
!~      delete_branch_on_merge      = false -> true
        id                          = "django-commons-playground"
+       merge_commit_message        = "PR_TITLE"
+       merge_commit_title          = "MERGE_MESSAGE"
        name                        = "django-commons-playground"
+       squash_merge_commit_message = "BLANK"
+       squash_merge_commit_title   = "PR_TITLE"
#        (31 unchanged attributes hidden)

#        (1 unchanged block hidden)
    }

  # github_repository.this["membership"] will be updated in-place
!~  resource "github_repository" "this" {
!~      allow_squash_merge          = false -> true
!~      delete_branch_on_merge      = false -> true
        id                          = "membership"
+       merge_commit_message        = "PR_TITLE"
+       merge_commit_title          = "MERGE_MESSAGE"
        name                        = "membership"
+       squash_merge_commit_message = "BLANK"
+       squash_merge_commit_title   = "PR_TITLE"
#        (31 unchanged attributes hidden)

#        (1 unchanged block hidden)
    }

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

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

@cunla cunla merged commit d0e9cf7 into main Jul 26, 2024
1 check passed
@cunla cunla deleted the remove-user branch July 26, 2024 17:05
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.

1 participant