Skip to content

Conversation

@foodelevator
Copy link
Member

No description provided.

@foodelevator foodelevator requested a review from RafDevX August 8, 2025 18:09
@github-actions
Copy link

github-actions bot commented Aug 8, 2025

OpenTofu plan for dsekt-infra

Plan: 2 to add, 1 to change, 1 to destroy.
OpenTofu used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+   create
!~  update in-place
-/+ destroy and then create replacement

OpenTofu will perform the following actions:

  # github_actions_secret.nomad_deploy_token["dhost-chat"] will be created
+   resource "github_actions_secret" "nomad_deploy_token" {
+       created_at      = (known after apply)
+       id              = (known after apply)
+       plaintext_value = (sensitive value)
+       repository      = "dhost-chat"
+       secret_name     = "NOMAD_TOKEN"
+       updated_at      = (known after apply)
    }

  # nomad_acl_auth_method.sso will be updated in-place
!~  resource "nomad_acl_auth_method" "sso" {
        id                = "sso"
        name              = "sso"
#        (5 unchanged attributes hidden)

!~      config {
!~          oidc_client_secret    = (sensitive value)
#            (10 unchanged attributes hidden)
        }
    }

  # module.nixos_install["ares"].module.nixos-rebuild[0].null_resource.nixos-rebuild is tainted, so it must be replaced
-/+ resource "null_resource" "nixos-rebuild" {
!~      id       = "*******************" -> (known after apply)
#        (1 unchanged attribute hidden)
    }

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

📝 Plan generated in Create OpenTofu plan #58

@RafDevX RafDevX merged commit 07902a3 into main Aug 8, 2025
1 check passed
@RafDevX RafDevX deleted the deploy-dhost-chat branch August 8, 2025 20:37
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.

3 participants