quarkiverse / quarkiverse-devops

Scripts to maintain Quarkiverse repositories
6 stars 13 forks source link

Rename quarkus-qute-server-pages to quarkus-qute-web #189

Closed gastaldi closed 10 months ago

gastaldi commented 10 months ago
github-actions[bot] commented 10 months ago

Terraform Format and Style 🖌success

Terraform Initialization ⚙️success

Terraform Validation 🤖success

Validation Output ``` Success! The configuration is valid. ```

Terraform Plan 📖success


[command]/home/runner/work/_temp/1fddf5e9-7f8d-428b-9be7-2848e28e6d9e/terraform-bin plan -no-color
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-mKy1Ea3gGUqUpW5L

Waiting for the plan to start...

Terraform v1.6.1
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:
  ~ update in-place
-/+ destroy and then create replacement

Terraform will perform the following actions:

  # github_repository.quarkus_qute_server_pages will be updated in-place
  ~ resource "github_repository" "quarkus_qute_server_pages" {
      ~ full_name                   = "quarkiverse/quarkus-qute-server-pages" -> (known after apply)
        id                          = "quarkus-qute-server-pages"
      ~ name                        = "quarkus-qute-server-pages" -> "quarkus-qute-web"
        # (33 unchanged attributes hidden)

        # (1 unchanged block hidden)
    }

  # github_team.quarkus_qute_server_pages will be updated in-place
  ~ resource "github_team" "quarkus_qute_server_pages" {
      ~ description               = "qute-server-pages team" -> "qute-web team"
        id                        = "7571564"
      ~ name                      = "quarkiverse-qute-server-pages" -> "quarkiverse-qute-web"
      ~ slug                      = "quarkiverse-qute-server-pages" -> (known after apply)
        # (8 unchanged attributes hidden)
    }

  # github_team_repository.quarkus_qute_server_pages must be replaced
-/+ resource "github_team_repository" "quarkus_qute_server_pages" {
      ~ etag       = "W/"c7966f427af6ec3dca9795ad1eb41af15e8577567af42be80e3b5561ba4b8fec"" -> (known after apply)
      ~ id         = "7571564:quarkus-qute-server-pages" -> (known after apply)
      ~ repository = "quarkus-qute-server-pages" -> "quarkus-qute-web" # forces replacement
        # (2 unchanged attributes hidden)
    }

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

::debug::Terraform exited with code 0.
::debug::stderr: 
::debug::exitcode: 0

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

mkouba commented 10 months ago

@gastaldi I'm not authorized to merge this PR ;-)

gastaldi commented 10 months ago

That's okay, just did that ;)