Skip to content

Conversation

@foodelevator
Copy link
Member

No description provided.

@github-actions
Copy link

OpenTofu plan for dsekt-infra

Plan: 5 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-commoners"] 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-commoners"
+       secret_name     = "NOMAD_TOKEN"
+       updated_at      = (known after apply)
    }

  # github_actions_secret.nomad_deploy_token["dhost-duckbolt"] 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-duckbolt"
+       secret_name     = "NOMAD_TOKEN"
+       updated_at      = (known after apply)
    }

  # github_actions_secret.nomad_deploy_token["dhost-sallad"] 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-sallad"
+       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)
        }
    }

  # random_pet.stage1_nomad_cluster will be created
+   resource "random_pet" "stage1_nomad_cluster" {
+       id        = (known after apply)
+       keepers   = {
+           "_" = ""
        }
+       length    = 2
+       separator = "-"
    }

  # 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: 5 to add, 1 to change, 1 to destroy.

📝 Plan generated in Create OpenTofu plan #59

@Poizon7 Poizon7 merged commit bc280a1 into main Aug 18, 2025
1 check passed
@Poizon7 Poizon7 deleted the dhost-websites branch August 18, 2025 13:12
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