Skip to content

Conversation

@tim-schilling
Copy link
Member

Replaces #359

The plan action needs run on a branch within the repo.

@tim-schilling tim-schilling requested a review from a team as a code owner December 19, 2025 16:24
@cunla
Copy link
Member

cunla commented Dec 19, 2025

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, 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:
!~  update in-place

Terraform will perform the following actions:

  # github_repository.this["django-click"] will be updated in-place
!~  resource "github_repository" "this" {
!~      allow_merge_commit          = true -> false
!~      allow_squash_merge          = false -> true
        id                          = "django-click"
        name                        = "django-click"
#        (38 unchanged attributes hidden)

#        (1 unchanged block hidden)
    }

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

✅ Plan applied in Apply org changes #129

Outputs
invalid_users = []

@tim-schilling tim-schilling merged commit 767319a into main Dec 19, 2025
5 checks passed
@tim-schilling tim-schilling deleted the ci-timeouts branch December 19, 2025 17:31
@tim-schilling
Copy link
Member Author

The plan changes are the same from #360

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.

3 participants