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 #223

Merged
merged 1 commit into from
Nov 18, 2024
Merged

Update team-ictsc2024.tf #223

merged 1 commit into from
Nov 18, 2024

Conversation

proelbtn
Copy link
Member

No description provided.

@proelbtn proelbtn merged commit a1516b8 into production Nov 18, 2024
2 checks passed
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["jeterdx"] will be created
  + resource "github_membership" "member" {
      + etag     = (known after apply)
      + id       = (known after apply)
      + role     = "member"
      + username = "jeterdx"
    }

  # 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"
        }
      + members {
          + role     = "member"
          + username = "jeterdx"
        }

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

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