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

Add devatbosch to django-commons #149

Merged
merged 3 commits into from
Jan 27, 2025
Merged

Add devatbosch to django-commons #149

merged 3 commits into from
Jan 27, 2025

Conversation

cunla
Copy link
Member

@cunla cunla commented Jan 27, 2025

Fix #148

Copy link

github-actions bot commented Jan 27, 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, 2 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["devatbosch"] will be created
+   resource "github_membership" "this" {
+       downgrade_on_destroy = false
+       etag                 = (known after apply)
+       id                   = (known after apply)
+       role                 = "member"
+       username             = "devatbosch"
    }

  # github_team_members.repo_team_members["django-debug-toolbar"] will be updated in-place
!~  resource "github_team_members" "repo_team_members" {
        id      = "django-debug-toolbar"
#        (1 unchanged attribute hidden)

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

#        (5 unchanged blocks hidden)
    }

  # github_team_members.repo_team_members["django-tasks-scheduler"] will be updated in-place
!~  resource "github_team_members" "repo_team_members" {
        id      = "django-tasks-scheduler"
#        (1 unchanged attribute hidden)

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

#        (1 unchanged block hidden)
    }

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

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

tim-schilling and others added 2 commits January 27, 2025 07:54
Files changed:
M	terraform/production/repositories.tfvars
@tim-schilling tim-schilling merged commit 669fc24 into main Jan 27, 2025
@tim-schilling tim-schilling deleted the add-user/148 branch January 27, 2025 13:56
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.

✋ [Basu] - devatbosch
3 participants