Skip to content

Conversation

@cunla
Copy link
Member

@cunla cunla commented Sep 30, 2024

@github-actions
Copy link

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

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

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

@williln
Copy link
Member

williln commented Sep 30, 2024

Woohoo! Thanks @cunla!

@cunla cunla merged commit 5caa5aa into main Sep 30, 2024
2 checks passed
@cunla cunla deleted the add-salty-ivy branch September 30, 2024 17:09
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] - <salty-ivy>

3 participants