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 input to django-commons #146

Merged
merged 1 commit into from
Jan 23, 2025
Merged

Add input to django-commons #146

merged 1 commit into from
Jan 23, 2025

Conversation

cunla
Copy link
Member

@cunla cunla commented Jan 22, 2025

Fix #143

@tim-schilling tim-schilling merged commit 1da708a into main Jan 23, 2025
2 checks passed
@tim-schilling tim-schilling deleted the add-user/143 branch January 23, 2025 12:13
@django-commons django-commons deleted a comment from github-actions bot Jan 23, 2025
@tim-schilling tim-schilling restored the add-user/143 branch January 23, 2025 12:17
Copy link

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

Plan: 2 to add, 0 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

Terraform will perform the following actions:

  # github_membership.this["input"] will be created
+   resource "github_membership" "this" {
+       downgrade_on_destroy = false
+       etag                 = (known after apply)
+       id                   = (known after apply)
+       role                 = "member"
+       username             = "input"
    }

  # github_membership.this["justbackend"] will be created
+   resource "github_membership" "this" {
+       downgrade_on_destroy = false
+       etag                 = (known after apply)
+       id                   = (known after apply)
+       role                 = "member"
+       username             = "justbackend"
    }

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

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

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] - input
4 participants