feat: add changelog channel and repo #152

Merged
anish merged 2 commits from add-changelog-channel into main 2026-08-08 17:11:09 +00:00
Owner
No description provided.
feat: add changelog channel and repo
Some checks failed
CI / build (pull_request) Has been skipped
atlantis/pre_workflow_hook: Install local-only OpenTofu providers succeeded.
CI / check (pull_request) Has been cancelled
PR Title / Conventional Commits (pull_request) Has been cancelled
CI / check-1 (pull_request) Has been cancelled
Validate / Governance (pull_request_target) Has been cancelled
aa92922f14
thesuperRL force-pushed add-changelog-channel from aa92922f14
Some checks failed
CI / build (pull_request) Has been skipped
atlantis/pre_workflow_hook: Install local-only OpenTofu providers succeeded.
CI / check (pull_request) Has been cancelled
PR Title / Conventional Commits (pull_request) Has been cancelled
CI / check-1 (pull_request) Has been cancelled
Validate / Governance (pull_request_target) Has been cancelled
to 7f56b6e05e
Some checks failed
CI / build (pull_request) Has been skipped
atlantis/pre_workflow_hook: Install local-only OpenTofu providers succeeded.
PR Title / Conventional Commits (pull_request) Failing after 0s
Validate / Governance (pull_request_target) Failing after 6m17s
CI / check-1 (pull_request) Successful in 7m14s
CI / check (pull_request) Successful in 0s
2026-08-07 20:43:45 +00:00
Compare
anish force-pushed add-changelog-channel from 7f56b6e05e
Some checks failed
CI / build (pull_request) Has been skipped
atlantis/pre_workflow_hook: Install local-only OpenTofu providers succeeded.
PR Title / Conventional Commits (pull_request) Failing after 0s
Validate / Governance (pull_request_target) Failing after 6m17s
CI / check-1 (pull_request) Successful in 7m14s
CI / check (pull_request) Successful in 0s
to d916053100
Some checks failed
CI / build (pull_request) Has been skipped
atlantis/pre_workflow_hook: Install local-only OpenTofu providers succeeded.
Validate / Governance (pull_request_target) Successful in 4m25s
CI / check-1 (pull_request) Failing after 4m33s
CI / check (pull_request) Failing after 0s
2026-08-08 16:59:29 +00:00
Compare
chore: regenerate tofu, schemas, CODEOWNERS [skip ci]
All checks were successful
atlantis/plan: openbao Plan: 6 to add, 0 to change, 0 to destroy.
atlantis/plan: matrix_bridges Plan: 2 to add, 0 to change, 0 to destroy.
atlantis/plan: discord Plan: 1 to add, 0 to change, 0 to destroy.
atlantis/plan: keycloak Plan: 4 to add, 0 to change, 0 to destroy.
atlantis/plan 4/4 projects planned successfully.
atlantis/pre_workflow_hook: Install local-only OpenTofu providers succeeded.
atlantis/apply: discord Apply succeeded.
atlantis/apply: openbao Apply succeeded.
atlantis/apply: keycloak Apply succeeded.
atlantis/apply: matrix_bridges Apply succeeded.
atlantis/apply 4/4 projects applied successfully.
eae1d01c5b

Ran Plan for 4 projects:

  1. project: openbao dir: tofu/openbao workspace: default
  2. project: matrix_bridges dir: tofu/matrix_bridges workspace: default
  3. project: discord dir: tofu/discord workspace: default
  4. project: keycloak dir: tofu/keycloak workspace: default

1. project: openbao dir: tofu/openbao workspace: default

Show Output
Blocking waiting for file lock on package cache
    Blocking waiting for file lock on package cache
    Blocking waiting for file lock on package cache
    Blocking waiting for file lock on shared package cache
   Compiling governance-schema v0.1.0 (/var/lib/atlantis/repos/ScottyLabs/governance/152/default/crates/governance-schema)
   Compiling governance-core v0.1.0 (/var/lib/atlantis/repos/ScottyLabs/governance/152/default/crates/governance-core)
   Compiling governance-tfgen v0.1.0 (/var/lib/atlantis/repos/ScottyLabs/governance/152/default/crates/governance-tfgen)
   Compiling governance v0.1.0 (/var/lib/atlantis/repos/ScottyLabs/governance/152/default/crates/governance-cli)
    Finished `release` profile [optimized] target(s) in 7.64s


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

OpenTofu will perform the following actions:

  # vault_identity_group.changelog_admins will be created
+ resource "vault_identity_group" "changelog_admins" {
+       external_member_entity_ids = false
+       external_member_group_ids  = false
+       external_policies          = false
+       id                         = (known after apply)
+       name                       = "changelog-admins"
+       policies                   = [
+           "changelog-prod",
        ]
+       type                       = "external"
    }

  # vault_identity_group.changelog_members will be created
+ resource "vault_identity_group" "changelog_members" {
+       external_member_entity_ids = false
+       external_member_group_ids  = false
+       external_policies          = false
+       id                         = (known after apply)
+       name                       = "changelog-members"
+       policies                   = [
+           "changelog-dev",
        ]
+       type                       = "external"
    }

  # vault_identity_group_alias.changelog_admins will be created
+ resource "vault_identity_group_alias" "changelog_admins" {
+       canonical_id   = (known after apply)
+       id             = (known after apply)
+       mount_accessor = "auth_oidc_375ac979"
+       name           = "/projects/changelog/admins"
    }

  # vault_identity_group_alias.changelog_members will be created
+ resource "vault_identity_group_alias" "changelog_members" {
+       canonical_id   = (known after apply)
+       id             = (known after apply)
+       mount_accessor = "auth_oidc_375ac979"
+       name           = "/projects/changelog"
    }

  # vault_policy.changelog_dev will be created
+ resource "vault_policy" "changelog_dev" {
+       allow_overwrite = (known after apply)
+       id              = (known after apply)
+       name            = "changelog-dev"
+       policy          = <<-EOT
            path "secret/data/secretspec/changelog/dev/*" {
              capabilities = ["create", "read", "update", "delete", "list"]
            }
            
            path "secret/metadata/secretspec/changelog/dev/*" {
              capabilities = ["list", "read", "delete"]
            }
            
            path "secret/data/secretspec/changelog/preview/*" {
              capabilities = ["create", "read", "update", "delete", "list"]
            }
            
            path "secret/metadata/secretspec/changelog/preview/*" {
              capabilities = ["list", "read", "delete"]
            }
        EOT
    }

  # vault_policy.changelog_prod will be created
+ resource "vault_policy" "changelog_prod" {
+       allow_overwrite = (known after apply)
+       id              = (known after apply)
+       name            = "changelog-prod"
+       policy          = <<-EOT
            path "secret/data/secretspec/changelog/prod/*" {
              capabilities = ["create", "read", "update", "delete", "list"]
            }
            
            path "secret/metadata/secretspec/changelog/prod/*" {
              capabilities = ["list", "read", "delete"]
            }
            
            path "secret/data/secretspec/changelog/staging/*" {
              capabilities = ["create", "read", "update", "delete", "list"]
            }
            
            path "secret/metadata/secretspec/changelog/staging/*" {
              capabilities = ["list", "read", "delete"]
            }
        EOT
    }

Plan: 6 to add, 0 to change, 0 to destroy.
  • ▶️ To apply this plan, comment:
    atlantis apply -p openbao
    
  • 🚮 To delete this plan and lock, click here
  • 🔁 To plan this project again, comment:
    atlantis plan -p openbao
    

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


2. project: matrix_bridges dir: tofu/matrix_bridges workspace: default

Show Output
Blocking waiting for file lock on package cache
    Blocking waiting for file lock on package cache
    Blocking waiting for file lock on package cache
    Blocking waiting for file lock on shared package cache
    Blocking waiting for file lock on build directory
    Finished `release` profile [optimized] target(s) in 7.67s


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

OpenTofu will perform the following actions:

  # null_resource.slack_bridge_login_devops_changelog will be created
+ resource "null_resource" "slack_bridge_login_devops_changelog" {
+       id       = (known after apply)
+       triggers = {
          + "channel" = "C0BNV84NUTC"
        }
    }

  # synapse_mautrix_slack_link.devops_changelog will be created
+ resource "synapse_mautrix_slack_link" "devops_changelog" {
+       discord_channel_id       = "1535385133958307871"
+       discord_relay_configured = (known after apply)
+       id                       = (known after apply)
+       project_name             = "Changelog"
+       project_slug             = "changelog"
+       room_alias               = (known after apply)
+       room_id                  = (known after apply)
+       slack_bridged            = (known after apply)
+       slack_channel_id         = "C0BNV84NUTC"
+       team_name                = "DevOps"
+       team_slug                = "devops"
    }

Plan: 2 to add, 0 to change, 0 to destroy.
  • ▶️ To apply this plan, comment:
    atlantis apply -p matrix_bridges
    
  • 🚮 To delete this plan and lock, click here
  • 🔁 To plan this project again, comment:
    atlantis plan -p matrix_bridges
    

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


3. project: discord dir: tofu/discord workspace: default

Show Output
Blocking waiting for file lock on package cache
    Blocking waiting for file lock on package cache
    Blocking waiting for file lock on package cache
    Blocking waiting for file lock on package cache
    Blocking waiting for file lock on build directory
    Finished `release` profile [optimized] target(s) in 7.68s


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

OpenTofu will perform the following actions:

  # discord_channel_permission.devops_ch1 will be created
+ resource "discord_channel_permission" "devops_ch1" {
+       allow        = 1024
+       channel_id   = "1535385133958307871"
+       id           = (known after apply)
+       overwrite_id = "1488787087598813215"
+       type         = "role"
    }

Plan: 1 to add, 0 to change, 0 to destroy.
  • ▶️ To apply this plan, comment:
    atlantis apply -p discord
    
  • 🚮 To delete this plan and lock, click here
  • 🔁 To plan this project again, comment:
    atlantis plan -p discord
    

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


4. project: keycloak dir: tofu/keycloak workspace: default

Show Output
Blocking waiting for file lock on package cache
    Blocking waiting for file lock on package cache
    Blocking waiting for file lock on package cache
    Blocking waiting for file lock on package cache
    Blocking waiting for file lock on shared package cache
    Blocking waiting for file lock on build directory
    Finished `release` profile [optimized] target(s) in 7.66s


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

OpenTofu will perform the following actions:

  # keycloak_group.project_devops_changelog will be created
+ resource "keycloak_group" "project_devops_changelog" {
+       id        = (known after apply)
+       name      = "changelog"
+       parent_id = "9e6890c8-50a0-4b82-86b9-91791fffac25"
+       path      = (known after apply)
+       realm_id  = "scottylabs"
    }

  # keycloak_group.project_devops_changelog_admins will be created
+ resource "keycloak_group" "project_devops_changelog_admins" {
+       id        = (known after apply)
+       name      = "admins"
+       parent_id = (known after apply)
+       path      = (known after apply)
+       realm_id  = "scottylabs"
    }

  # keycloak_group_memberships.project_devops_changelog will be created
+ resource "keycloak_group_memberships" "project_devops_changelog" {
+       group_id = (known after apply)
+       id       = (known after apply)
+       realm_id = "scottylabs"
    }

  # keycloak_group_memberships.project_devops_changelog_admins will be created
+ resource "keycloak_group_memberships" "project_devops_changelog_admins" {
+       group_id = (known after apply)
+       id       = (known after apply)
+       realm_id = "scottylabs"
    }

Plan: 4 to add, 0 to change, 0 to destroy.
  • ▶️ To apply this plan, comment:
    atlantis apply -p keycloak
    
  • 🚮 To delete this plan and lock, click here
  • 🔁 To plan this project again, comment:
    atlantis plan -p keycloak
    

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


Plan Summary

4 projects, 4 with changes, 0 with no changes, 0 failed

  • To apply all unapplied plans from this Pull Request, comment:
    atlantis apply
    
  • 🚮 To delete all plans and locks from this Pull Request, comment:
    atlantis unlock
    
Ran Plan for 4 projects: 1. project: `openbao` dir: `tofu/openbao` workspace: `default` 1. project: `matrix_bridges` dir: `tofu/matrix_bridges` workspace: `default` 1. project: `discord` dir: `tofu/discord` workspace: `default` 1. project: `keycloak` dir: `tofu/keycloak` workspace: `default` --- ### 1. project: `openbao` dir: `tofu/openbao` workspace: `default` <details><summary>Show Output</summary> ```diff Blocking waiting for file lock on package cache Blocking waiting for file lock on package cache Blocking waiting for file lock on package cache Blocking waiting for file lock on shared package cache Compiling governance-schema v0.1.0 (/var/lib/atlantis/repos/ScottyLabs/governance/152/default/crates/governance-schema) Compiling governance-core v0.1.0 (/var/lib/atlantis/repos/ScottyLabs/governance/152/default/crates/governance-core) Compiling governance-tfgen v0.1.0 (/var/lib/atlantis/repos/ScottyLabs/governance/152/default/crates/governance-tfgen) Compiling governance v0.1.0 (/var/lib/atlantis/repos/ScottyLabs/governance/152/default/crates/governance-cli) Finished `release` profile [optimized] target(s) in 7.64s OpenTofu used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: + create OpenTofu will perform the following actions: # vault_identity_group.changelog_admins will be created + resource "vault_identity_group" "changelog_admins" { + external_member_entity_ids = false + external_member_group_ids = false + external_policies = false + id = (known after apply) + name = "changelog-admins" + policies = [ + "changelog-prod", ] + type = "external" } # vault_identity_group.changelog_members will be created + resource "vault_identity_group" "changelog_members" { + external_member_entity_ids = false + external_member_group_ids = false + external_policies = false + id = (known after apply) + name = "changelog-members" + policies = [ + "changelog-dev", ] + type = "external" } # vault_identity_group_alias.changelog_admins will be created + resource "vault_identity_group_alias" "changelog_admins" { + canonical_id = (known after apply) + id = (known after apply) + mount_accessor = "auth_oidc_375ac979" + name = "/projects/changelog/admins" } # vault_identity_group_alias.changelog_members will be created + resource "vault_identity_group_alias" "changelog_members" { + canonical_id = (known after apply) + id = (known after apply) + mount_accessor = "auth_oidc_375ac979" + name = "/projects/changelog" } # vault_policy.changelog_dev will be created + resource "vault_policy" "changelog_dev" { + allow_overwrite = (known after apply) + id = (known after apply) + name = "changelog-dev" + policy = <<-EOT path "secret/data/secretspec/changelog/dev/*" { capabilities = ["create", "read", "update", "delete", "list"] } path "secret/metadata/secretspec/changelog/dev/*" { capabilities = ["list", "read", "delete"] } path "secret/data/secretspec/changelog/preview/*" { capabilities = ["create", "read", "update", "delete", "list"] } path "secret/metadata/secretspec/changelog/preview/*" { capabilities = ["list", "read", "delete"] } EOT } # vault_policy.changelog_prod will be created + resource "vault_policy" "changelog_prod" { + allow_overwrite = (known after apply) + id = (known after apply) + name = "changelog-prod" + policy = <<-EOT path "secret/data/secretspec/changelog/prod/*" { capabilities = ["create", "read", "update", "delete", "list"] } path "secret/metadata/secretspec/changelog/prod/*" { capabilities = ["list", "read", "delete"] } path "secret/data/secretspec/changelog/staging/*" { capabilities = ["create", "read", "update", "delete", "list"] } path "secret/metadata/secretspec/changelog/staging/*" { capabilities = ["list", "read", "delete"] } EOT } Plan: 6 to add, 0 to change, 0 to destroy. ``` </details> * :arrow_forward: To **apply** this plan, comment: ```shell atlantis apply -p openbao ``` * :put_litter_in_its_place: To **delete** this plan and lock, click [here](https://atlantis.scottylabs.org/lock?id=ScottyLabs%252Fgovernance%252Ftofu%252Fopenbao%252Fdefault%252Fopenbao) * :repeat: To **plan** this project again, comment: ```shell atlantis plan -p openbao ``` Plan: 6 to add, 0 to change, 0 to destroy. --- ### 2. project: `matrix_bridges` dir: `tofu/matrix_bridges` workspace: `default` <details><summary>Show Output</summary> ```diff Blocking waiting for file lock on package cache Blocking waiting for file lock on package cache Blocking waiting for file lock on package cache Blocking waiting for file lock on shared package cache Blocking waiting for file lock on build directory Finished `release` profile [optimized] target(s) in 7.67s OpenTofu used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: + create OpenTofu will perform the following actions: # null_resource.slack_bridge_login_devops_changelog will be created + resource "null_resource" "slack_bridge_login_devops_changelog" { + id = (known after apply) + triggers = { + "channel" = "C0BNV84NUTC" } } # synapse_mautrix_slack_link.devops_changelog will be created + resource "synapse_mautrix_slack_link" "devops_changelog" { + discord_channel_id = "1535385133958307871" + discord_relay_configured = (known after apply) + id = (known after apply) + project_name = "Changelog" + project_slug = "changelog" + room_alias = (known after apply) + room_id = (known after apply) + slack_bridged = (known after apply) + slack_channel_id = "C0BNV84NUTC" + team_name = "DevOps" + team_slug = "devops" } Plan: 2 to add, 0 to change, 0 to destroy. ``` </details> * :arrow_forward: To **apply** this plan, comment: ```shell atlantis apply -p matrix_bridges ``` * :put_litter_in_its_place: To **delete** this plan and lock, click [here](https://atlantis.scottylabs.org/lock?id=ScottyLabs%252Fgovernance%252Ftofu%252Fmatrix_bridges%252Fdefault%252Fmatrix_bridges) * :repeat: To **plan** this project again, comment: ```shell atlantis plan -p matrix_bridges ``` Plan: 2 to add, 0 to change, 0 to destroy. --- ### 3. project: `discord` dir: `tofu/discord` workspace: `default` <details><summary>Show Output</summary> ```diff Blocking waiting for file lock on package cache Blocking waiting for file lock on package cache Blocking waiting for file lock on package cache Blocking waiting for file lock on package cache Blocking waiting for file lock on build directory Finished `release` profile [optimized] target(s) in 7.68s OpenTofu used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: + create OpenTofu will perform the following actions: # discord_channel_permission.devops_ch1 will be created + resource "discord_channel_permission" "devops_ch1" { + allow = 1024 + channel_id = "1535385133958307871" + id = (known after apply) + overwrite_id = "1488787087598813215" + type = "role" } Plan: 1 to add, 0 to change, 0 to destroy. ``` </details> * :arrow_forward: To **apply** this plan, comment: ```shell atlantis apply -p discord ``` * :put_litter_in_its_place: To **delete** this plan and lock, click [here](https://atlantis.scottylabs.org/lock?id=ScottyLabs%252Fgovernance%252Ftofu%252Fdiscord%252Fdefault%252Fdiscord) * :repeat: To **plan** this project again, comment: ```shell atlantis plan -p discord ``` Plan: 1 to add, 0 to change, 0 to destroy. --- ### 4. project: `keycloak` dir: `tofu/keycloak` workspace: `default` <details><summary>Show Output</summary> ```diff Blocking waiting for file lock on package cache Blocking waiting for file lock on package cache Blocking waiting for file lock on package cache Blocking waiting for file lock on package cache Blocking waiting for file lock on shared package cache Blocking waiting for file lock on build directory Finished `release` profile [optimized] target(s) in 7.66s OpenTofu used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: + create OpenTofu will perform the following actions: # keycloak_group.project_devops_changelog will be created + resource "keycloak_group" "project_devops_changelog" { + id = (known after apply) + name = "changelog" + parent_id = "9e6890c8-50a0-4b82-86b9-91791fffac25" + path = (known after apply) + realm_id = "scottylabs" } # keycloak_group.project_devops_changelog_admins will be created + resource "keycloak_group" "project_devops_changelog_admins" { + id = (known after apply) + name = "admins" + parent_id = (known after apply) + path = (known after apply) + realm_id = "scottylabs" } # keycloak_group_memberships.project_devops_changelog will be created + resource "keycloak_group_memberships" "project_devops_changelog" { + group_id = (known after apply) + id = (known after apply) + realm_id = "scottylabs" } # keycloak_group_memberships.project_devops_changelog_admins will be created + resource "keycloak_group_memberships" "project_devops_changelog_admins" { + group_id = (known after apply) + id = (known after apply) + realm_id = "scottylabs" } Plan: 4 to add, 0 to change, 0 to destroy. ``` </details> * :arrow_forward: To **apply** this plan, comment: ```shell atlantis apply -p keycloak ``` * :put_litter_in_its_place: To **delete** this plan and lock, click [here](https://atlantis.scottylabs.org/lock?id=ScottyLabs%252Fgovernance%252Ftofu%252Fkeycloak%252Fdefault%252Fkeycloak) * :repeat: To **plan** this project again, comment: ```shell atlantis plan -p keycloak ``` Plan: 4 to add, 0 to change, 0 to destroy. --- ### Plan Summary 4 projects, 4 with changes, 0 with no changes, 0 failed * :fast_forward: To **apply** all unapplied plans from this Pull Request, comment: ```shell atlantis apply ``` * :put_litter_in_its_place: To **delete** all plans and locks from this Pull Request, comment: ```shell atlantis unlock ```
Owner

atlantis apply

atlantis apply

Ran Apply for 4 projects:

  1. project: discord dir: tofu/discord workspace: default
  2. project: openbao dir: tofu/openbao workspace: default
  3. project: keycloak dir: tofu/keycloak workspace: default
  4. project: matrix_bridges dir: tofu/matrix_bridges workspace: default

1. project: discord dir: tofu/discord workspace: default

Show Output
Blocking waiting for file lock on package cache
    Blocking waiting for file lock on package cache
    Blocking waiting for file lock on package cache
    Blocking waiting for file lock on build directory
    Finished `release` profile [optimized] target(s) in 0.14s

╷
│ Warning: Provider development overrides are in effect
│ 
│ The following provider development overrides are set in the CLI
│ configuration:
│  - svalabs/forgejo in /tmp/forgejo-provider
│ 
│ The behavior may therefore not match any released version of the provider
│ and applying changes may cause the state to become incompatible with
│ published releases.
╵
discord_channel_permission.devops_ch1: Creating...
discord_channel_permission.devops_ch1: Creation complete after 0s [id=1535385133958307871:1488787087598813215:role]

Apply complete! Resources: 1 added, 0 changed, 0 destroyed.

2. project: openbao dir: tofu/openbao workspace: default

Show Output
Blocking waiting for file lock on package cache
    Blocking waiting for file lock on package cache
    Blocking waiting for file lock on package cache
    Blocking waiting for file lock on package cache
    Blocking waiting for file lock on build directory
    Finished `release` profile [optimized] target(s) in 0.14s

╷
│ Warning: Provider development overrides are in effect
│ 
│ The following provider development overrides are set in the CLI
│ configuration:
│  - svalabs/forgejo in /tmp/forgejo-provider
│ 
│ The behavior may therefore not match any released version of the provider
│ and applying changes may cause the state to become incompatible with
│ published releases.
╵
vault_policy.changelog_prod: Creating...
vault_identity_group.changelog_admins: Creating...
vault_identity_group.changelog_members: Creating...
vault_policy.changelog_dev: Creating...
vault_identity_group.changelog_admins: Creation complete after 0s [id=d73c0ef4-a7d2-d171-ebd1-1c15cee174c8]
vault_identity_group_alias.changelog_admins: Creating...
vault_identity_group.changelog_members: Creation complete after 0s [id=cc6e7a23-f7b6-5867-168e-1899e89cee25]
vault_identity_group_alias.changelog_members: Creating...
vault_policy.changelog_dev: Creation complete after 0s [id=changelog-dev]
vault_policy.changelog_prod: Creation complete after 0s [id=changelog-prod]
vault_identity_group_alias.changelog_admins: Creation complete after 0s [id=1398d981-075a-a3f0-c5c9-b0bc19187e61]
vault_identity_group_alias.changelog_members: Creation complete after 0s [id=51d69119-6f92-73f3-2f0e-94f02b769ad3]

Apply complete! Resources: 6 added, 0 changed, 0 destroyed.

3. project: keycloak dir: tofu/keycloak workspace: default

Show Output
Blocking waiting for file lock on package cache
    Blocking waiting for file lock on package cache
    Blocking waiting for file lock on package cache
    Finished `release` profile [optimized] target(s) in 0.10s

╷
│ Warning: Provider development overrides are in effect
│ 
│ The following provider development overrides are set in the CLI
│ configuration:
│  - svalabs/forgejo in /tmp/forgejo-provider
│ 
│ The behavior may therefore not match any released version of the provider
│ and applying changes may cause the state to become incompatible with
│ published releases.
╵
keycloak_group.project_devops_changelog: Creating...
keycloak_group.project_devops_changelog: Creation complete after 0s [id=a854d323-1d2d-4eaa-a249-1da2827b0d77]
keycloak_group.project_devops_changelog_admins: Creating...
keycloak_group_memberships.project_devops_changelog: Creating...
keycloak_group_memberships.project_devops_changelog: Creation complete after 0s [id=scottylabs/group-memberships/a854d323-1d2d-4eaa-a249-1da2827b0d77]
keycloak_group.project_devops_changelog_admins: Creation complete after 0s [id=09dd7b5c-8a3b-407e-a0a7-fc9eb1420bae]
keycloak_group_memberships.project_devops_changelog_admins: Creating...
keycloak_group_memberships.project_devops_changelog_admins: Creation complete after 0s [id=scottylabs/group-memberships/09dd7b5c-8a3b-407e-a0a7-fc9eb1420bae]

Apply complete! Resources: 4 added, 0 changed, 0 destroyed.

4. project: matrix_bridges dir: tofu/matrix_bridges workspace: default

Show Output
Blocking waiting for file lock on package cache
    Blocking waiting for file lock on package cache
    Blocking waiting for file lock on package cache
    Blocking waiting for file lock on package cache
    Finished `release` profile [optimized] target(s) in 0.13s

╷
│ Warning: Provider development overrides are in effect
│ 
│ The following provider development overrides are set in the CLI
│ configuration:
│  - svalabs/forgejo in /tmp/forgejo-provider
│ 
│ The behavior may therefore not match any released version of the provider
│ and applying changes may cause the state to become incompatible with
│ published releases.
╵
null_resource.slack_bridge_login_devops_changelog: Creating...
null_resource.slack_bridge_login_devops_changelog: Provisioning with 'local-exec'...
null_resource.slack_bridge_login_devops_changelog (local-exec): Executing: ["/bin/sh" "-c" "governance slack-join --channel C0BNV84NUTC"]
null_resource.slack_bridge_login_devops_changelog: Creation complete after 1s [id=7435133907376601899]
synapse_mautrix_slack_link.devops_changelog: Creating...
synapse_mautrix_slack_link.devops_changelog: Creation complete after 6s [id=1535385133958307871]

Apply complete! Resources: 2 added, 0 changed, 0 destroyed.

Apply Summary

4 projects, 4 successful, 0 failed, 0 errored

Ran Apply for 4 projects: 1. project: `discord` dir: `tofu/discord` workspace: `default` 1. project: `openbao` dir: `tofu/openbao` workspace: `default` 1. project: `keycloak` dir: `tofu/keycloak` workspace: `default` 1. project: `matrix_bridges` dir: `tofu/matrix_bridges` workspace: `default` --- ### 1. project: `discord` dir: `tofu/discord` workspace: `default` <details><summary>Show Output</summary> ```diff Blocking waiting for file lock on package cache Blocking waiting for file lock on package cache Blocking waiting for file lock on package cache Blocking waiting for file lock on build directory Finished `release` profile [optimized] target(s) in 0.14s ╷ │ Warning: Provider development overrides are in effect │ │ The following provider development overrides are set in the CLI │ configuration: │ - svalabs/forgejo in /tmp/forgejo-provider │ │ The behavior may therefore not match any released version of the provider │ and applying changes may cause the state to become incompatible with │ published releases. ╵ discord_channel_permission.devops_ch1: Creating... discord_channel_permission.devops_ch1: Creation complete after 0s [id=1535385133958307871:1488787087598813215:role] Apply complete! Resources: 1 added, 0 changed, 0 destroyed. ``` </details> --- ### 2. project: `openbao` dir: `tofu/openbao` workspace: `default` <details><summary>Show Output</summary> ```diff Blocking waiting for file lock on package cache Blocking waiting for file lock on package cache Blocking waiting for file lock on package cache Blocking waiting for file lock on package cache Blocking waiting for file lock on build directory Finished `release` profile [optimized] target(s) in 0.14s ╷ │ Warning: Provider development overrides are in effect │ │ The following provider development overrides are set in the CLI │ configuration: │ - svalabs/forgejo in /tmp/forgejo-provider │ │ The behavior may therefore not match any released version of the provider │ and applying changes may cause the state to become incompatible with │ published releases. ╵ vault_policy.changelog_prod: Creating... vault_identity_group.changelog_admins: Creating... vault_identity_group.changelog_members: Creating... vault_policy.changelog_dev: Creating... vault_identity_group.changelog_admins: Creation complete after 0s [id=d73c0ef4-a7d2-d171-ebd1-1c15cee174c8] vault_identity_group_alias.changelog_admins: Creating... vault_identity_group.changelog_members: Creation complete after 0s [id=cc6e7a23-f7b6-5867-168e-1899e89cee25] vault_identity_group_alias.changelog_members: Creating... vault_policy.changelog_dev: Creation complete after 0s [id=changelog-dev] vault_policy.changelog_prod: Creation complete after 0s [id=changelog-prod] vault_identity_group_alias.changelog_admins: Creation complete after 0s [id=1398d981-075a-a3f0-c5c9-b0bc19187e61] vault_identity_group_alias.changelog_members: Creation complete after 0s [id=51d69119-6f92-73f3-2f0e-94f02b769ad3] Apply complete! Resources: 6 added, 0 changed, 0 destroyed. ``` </details> --- ### 3. project: `keycloak` dir: `tofu/keycloak` workspace: `default` <details><summary>Show Output</summary> ```diff Blocking waiting for file lock on package cache Blocking waiting for file lock on package cache Blocking waiting for file lock on package cache Finished `release` profile [optimized] target(s) in 0.10s ╷ │ Warning: Provider development overrides are in effect │ │ The following provider development overrides are set in the CLI │ configuration: │ - svalabs/forgejo in /tmp/forgejo-provider │ │ The behavior may therefore not match any released version of the provider │ and applying changes may cause the state to become incompatible with │ published releases. ╵ keycloak_group.project_devops_changelog: Creating... keycloak_group.project_devops_changelog: Creation complete after 0s [id=a854d323-1d2d-4eaa-a249-1da2827b0d77] keycloak_group.project_devops_changelog_admins: Creating... keycloak_group_memberships.project_devops_changelog: Creating... keycloak_group_memberships.project_devops_changelog: Creation complete after 0s [id=scottylabs/group-memberships/a854d323-1d2d-4eaa-a249-1da2827b0d77] keycloak_group.project_devops_changelog_admins: Creation complete after 0s [id=09dd7b5c-8a3b-407e-a0a7-fc9eb1420bae] keycloak_group_memberships.project_devops_changelog_admins: Creating... keycloak_group_memberships.project_devops_changelog_admins: Creation complete after 0s [id=scottylabs/group-memberships/09dd7b5c-8a3b-407e-a0a7-fc9eb1420bae] Apply complete! Resources: 4 added, 0 changed, 0 destroyed. ``` </details> --- ### 4. project: `matrix_bridges` dir: `tofu/matrix_bridges` workspace: `default` <details><summary>Show Output</summary> ```diff Blocking waiting for file lock on package cache Blocking waiting for file lock on package cache Blocking waiting for file lock on package cache Blocking waiting for file lock on package cache Finished `release` profile [optimized] target(s) in 0.13s ╷ │ Warning: Provider development overrides are in effect │ │ The following provider development overrides are set in the CLI │ configuration: │ - svalabs/forgejo in /tmp/forgejo-provider │ │ The behavior may therefore not match any released version of the provider │ and applying changes may cause the state to become incompatible with │ published releases. ╵ null_resource.slack_bridge_login_devops_changelog: Creating... null_resource.slack_bridge_login_devops_changelog: Provisioning with 'local-exec'... null_resource.slack_bridge_login_devops_changelog (local-exec): Executing: ["/bin/sh" "-c" "governance slack-join --channel C0BNV84NUTC"] null_resource.slack_bridge_login_devops_changelog: Creation complete after 1s [id=7435133907376601899] synapse_mautrix_slack_link.devops_changelog: Creating... synapse_mautrix_slack_link.devops_changelog: Creation complete after 6s [id=1535385133958307871] Apply complete! Resources: 2 added, 0 changed, 0 destroyed. ``` </details> --- ### Apply Summary 4 projects, 4 successful, 0 failed, 0 errored
anish merged commit 968ce300c9 into main 2026-08-08 17:11:09 +00:00
anish deleted branch add-changelog-channel 2026-08-08 17:11:09 +00:00

Locks and plans deleted for the projects and workspaces modified in this pull request:

  • dir: tofu/discord workspace: default
  • dir: tofu/keycloak workspace: default
  • dir: tofu/matrix_bridges workspace: default
  • dir: tofu/openbao workspace: default
Locks and plans deleted for the projects and workspaces modified in this pull request: - dir: `tofu/discord` workspace: `default` - dir: `tofu/keycloak` workspace: `default` - dir: `tofu/matrix_bridges` workspace: `default` - dir: `tofu/openbao` workspace: `default`
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
ScottyLabs/governance!152
No description provided.