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

Update team-ictsc2024.tf #222

Merged
merged 1 commit into from
Nov 17, 2024
Merged

Update team-ictsc2024.tf #222

merged 1 commit into from
Nov 17, 2024

Conversation

proelbtn
Copy link
Member

No description provided.

Copy link

Terraform Plan

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.member["hide-1"] will be created
  + resource "github_membership" "member" {
      + etag     = (known after apply)
      + id       = (known after apply)
      + role     = "member"
      + username = "hide-1"
    }

  # github_team_members.team_member["ictsc2024"] will be updated in-place
  ~ resource "github_team_members" "team_member" {
        id      = "10324448"
        # (2 unchanged attributes hidden)

      + members {
          + role     = "member"
          + username = "hide-1"
        }

        # (26 unchanged blocks hidden)
    }

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

─────────────────────────────────────────────────────────────────────────────

Note: You didn't use the -out option to save this plan, so Terraform can't
guarantee to take exactly these actions if you run "terraform apply" now.

@proelbtn proelbtn merged commit eb4a741 into production Nov 17, 2024
2 checks passed
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.

1 participant