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 ricardozanini to quarkus-embedded-postgresql.tf #273

Merged
merged 2 commits into from
Sep 16, 2024
Merged

Conversation

gastaldi
Copy link
Member

No description provided.

@gastaldi gastaldi requested a review from a team as a code owner September 16, 2024 13:59
Copy link

github-actions bot commented Sep 16, 2024

Terraform Format and Style 🖌success

Terraform Initialization ⚙️success

Terraform Validation 🤖success

Validation Output

Success! The configuration is valid.


Terraform Plan 📖success

Running plan in the remote backend. Output will stream here. Pressing Ctrl-C
will stop streaming the logs, but will not stop the plan running remotely.

Preparing the remote plan...

The remote workspace is configured to work with configuration at
terraform-scripts relative to the target repository.

Terraform will upload the contents of the following directory,
excluding files or directories as defined by a .terraformignore file
at /home/runner/work/quarkiverse-devops/quarkiverse-devops/.terraformignore (if it is present),
in order to capture the filesystem context the remote workspace expects:
    /home/runner/work/quarkiverse-devops/quarkiverse-devops

To view this run in a browser, visit:
https://app.terraform.io/app/quarkiverse/quarkiverse-devops/runs/run-czvdgnS1zSECAwfo

Waiting for the plan to start...

Terraform v1.9.5
on linux_amd64
Initializing plugins and modules...

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  + create
  - destroy

Terraform will perform the following actions:

  # github_team_membership.quarkus_embedded_postgresql["cristianonicolai"] will be destroyed
  # (because key ["cristianonicolai"] is not in for_each map)
  - resource "github_team_membership" "quarkus_embedded_postgresql" {
      - etag     = "W/"d3c677a9e9ae9a3c0302004b161845740ff1db8f7d353a98281c8e78e3098569"" -> null
      - id       = "7363242:cristianonicolai" -> null
      - role     = "maintainer" -> null
      - team_id  = "7363242" -> null
      - username = "cristianonicolai" -> null
    }

  # github_team_membership.quarkus_embedded_postgresql["ricardozanini"] will be created
  + resource "github_team_membership" "quarkus_embedded_postgresql" {
      + etag     = (known after apply)
      + id       = (known after apply)
      + role     = "maintainer"
      + team_id  = "7363242"
      + username = "ricardozanini"
    }

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

Pusher: @gastaldi, Action: pull_request, Workflow: Terraform

@gastaldi gastaldi merged commit fbd4df4 into main Sep 16, 2024
2 checks passed
@gastaldi gastaldi deleted the gastaldi-patch-1 branch September 16, 2024 14:07
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