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 daniel-cfa to django-commons #111

Closed
wants to merge 2 commits into from
Closed

Add daniel-cfa to django-commons #111

wants to merge 2 commits into from

Conversation

github-actions[bot]
Copy link

Fix #109

@cunla cunla closed this Nov 17, 2024
@cunla cunla deleted the add-user/109 branch November 17, 2024 21:28
Copy link
Author

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["daniel-cfa"] will be created
+   resource "github_membership" "this" {
+       downgrade_on_destroy = false
+       etag                 = (known after apply)
+       id                   = (known after apply)
+       role                 = "member"
+       username             = "daniel-cfa"
    }

  # github_repository.this["django-debug-toolbar"] will be updated in-place
!~  resource "github_repository" "this" {
!~      has_discussions             = true -> false
        id                          = "django-debug-toolbar"
        name                        = "django-debug-toolbar"
#        (36 unchanged attributes hidden)

#        (1 unchanged block hidden)
    }

  # github_repository.this["django-tasks-scheduler"] will be updated in-place
!~  resource "github_repository" "this" {
!~      description                 = "Schedule async tasks using redis protocol. Redis/ValKey/Dragonfly or any broker using the redis protocol can be used." -> "Schedule async tasks using redis pub/sub."
        id                          = "django-tasks-scheduler"
        name                        = "django-tasks-scheduler"
#        (36 unchanged attributes hidden)

#        (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 #37

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.

✋ [MEMBER] - daniel-cfa
2 participants