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 Probelab-CMI user #13

Merged
merged 4 commits into from
Jan 9, 2024
Merged

Add Probelab-CMI user #13

merged 4 commits into from
Jan 9, 2024

Conversation

dennis-tra
Copy link
Contributor

No description provided.

Copy link
Contributor

github-actions bot commented Jan 9, 2024

Before merge, verify that all the following plans are correct. They will be applied as-is after the merge.

Terraform plans

plprobelab

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

  # github_team.this["probelab-bots"] will be created
  + resource "github_team" "this" {
      + create_default_maintainer = false
      + description               = "Bot users that ProbeLab uses to automate their infrastructure"
      + etag                      = (known after apply)
      + id                        = (known after apply)
      + members_count             = (known after apply)
      + name                      = "probelab-bots"
      + node_id                   = (known after apply)
      + privacy                   = "secret"
      + slug                      = (known after apply)
    }

  # github_team_membership.this["probelab-bots:probelab-cmi"] will be created
  + resource "github_team_membership" "this" {
      + etag     = (known after apply)
      + id       = (known after apply)
      + role     = "member"
      + team_id  = (known after apply)
      + username = "probelab-cmi"
    }

  # github_team_membership.this["probelab-bots:web3-bot"] will be created
  + resource "github_team_membership" "this" {
      + etag     = (known after apply)
      + id       = (known after apply)
      + role     = "member"
      + team_id  = (known after apply)
      + username = "web3-bot"
    }

  # github_team_repository.this["probelab-core:network-measurements"] will be updated in-place
  ~ resource "github_team_repository" "this" {
        id         = "7597558:network-measurements"
      ~ permission = "pull" -> "admin"
        # (3 unchanged attributes hidden)
    }

  # github_team_repository.this["probelab-core:tracecatcher"] will be updated in-place
  ~ resource "github_team_repository" "this" {
        id         = "7597558:tracecatcher"
      ~ permission = "pull" -> "admin"
        # (3 unchanged attributes hidden)
    }

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

@dennis-tra dennis-tra merged commit d6ca5ef into master Jan 9, 2024
6 checks passed
@dennis-tra dennis-tra deleted the probelab-cmi branch January 9, 2024 10:55
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