Skip to content

Comments

new topic, it will hold home moves outcomes for now#1170

Merged
matiit merged 4 commits intomainfrom
ept-265-home-moves-outcomes
Feb 23, 2026
Merged

new topic, it will hold home moves outcomes for now#1170
matiit merged 4 commits intomainfrom
ept-265-home-moves-outcomes

Conversation

@matiit
Copy link
Contributor

@matiit matiit commented Feb 18, 2026

No description provided.

@matiit matiit requested a review from a team as a code owner February 18, 2026 16:40
@linear
Copy link

linear bot commented Feb 18, 2026

@sys-terraform-applier
Copy link

sys-terraform-applier bot commented Feb 18, 2026

Terraform run output for

Cluster: dev-aws
Module: pubsub/kafka-shared-msk-account-identity
Path: dev-aws/kafka-shared-msk/account-identity
Commit ID: 1e1d8455e03ee92c1950f4337fcf3860444fdeca
✅ Run Status: Ok, Run Summary: Plan: 2 to add, 0 to change, 0 to destroy.
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  + create

Terraform will perform the following actions:

  # kafka_topic.account_identity_account_events_v4 will be created
  + resource "kafka_topic" "account_identity_account_events_v4" {
      + config             = {
          + "cleanup.policy"        = "delete"
          + "compression.type"      = "zstd"
          + "local.retention.ms"    = "259200000"
          + "remote.storage.enable" = "true"
          + "retention.ms"          = "-1"
        }
      + id                 = (known after apply)
      + name               = "account-identity.account.events.v4"
      + partitions         = 15
      + replication_factor = 3
    }

  # module.account_identity_home_moves_outcome_dispatcher.kafka_acl.producer_acl["account-identity.account.events.v4"] will be created
  + resource "kafka_acl" "producer_acl" {
      + acl_host                     = "*"
      + acl_operation                = "Write"
      + acl_permission_type          = "Allow"
      + acl_principal                = "User:CN=account-platform/home_moves_outcome_dispatcher"
      + id                           = (known after apply)
      + resource_name                = "account-identity.account.events.v4"
      + resource_pattern_type_filter = "Literal"
      + resource_type                = "Topic"
    }

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

To manually trigger plan again please post @terraform-applier plan dev-aws/kafka-shared-msk/account-identity as comment.

@sys-terraform-applier
Copy link

sys-terraform-applier bot commented Feb 23, 2026

Terraform run output for

Cluster: dev-aws
Module: pubsub/kafka-shared-msk-account-identity
Path: dev-aws/kafka-shared-msk/account-identity
Commit ID: 9ce2323066f1310678fd1e612623feb134c1580f
✅ Run Status: Ok, Run Summary: Plan: 2 to add, 0 to change, 0 to destroy.
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  + create

Terraform will perform the following actions:

  # kafka_topic.account_identity_account_insights_events_v4 will be created
  + resource "kafka_topic" "account_identity_account_insights_events_v4" {
      + config             = {
          + "cleanup.policy"        = "delete"
          + "compression.type"      = "zstd"
          + "local.retention.ms"    = "259200000"
          + "remote.storage.enable" = "true"
          + "retention.ms"          = "-1"
        }
      + id                 = (known after apply)
      + name               = "account-identity.account.insights.events.v4"
      + partitions         = 15
      + replication_factor = 3
    }

  # module.account_identity_home_moves_outcome_dispatcher.kafka_acl.producer_acl["account-identity.account.insights.events.v4"] will be created
  + resource "kafka_acl" "producer_acl" {
      + acl_host                     = "*"
      + acl_operation                = "Write"
      + acl_permission_type          = "Allow"
      + acl_principal                = "User:CN=account-platform/home_moves_outcome_dispatcher"
      + id                           = (known after apply)
      + resource_name                = "account-identity.account.insights.events.v4"
      + resource_pattern_type_filter = "Literal"
      + resource_type                = "Topic"
    }

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

To manually trigger plan again please post @terraform-applier plan dev-aws/kafka-shared-msk/account-identity as comment.

@matiit matiit requested a review from denisnikulin February 23, 2026 12:24
@matiit matiit merged commit de38bd9 into main Feb 23, 2026
4 checks passed
@matiit matiit deleted the ept-265-home-moves-outcomes branch February 23, 2026 12:40
@sys-terraform-applier
Copy link

Terraform run output for

Cluster: dev-aws
Module: pubsub/kafka-shared-msk-account-identity
Path: dev-aws/kafka-shared-msk/account-identity
Commit ID: de38bd95b9121eeb85b56afe21f93775dce5ae8a
✅ Run Status: Ok, Run Summary: Apply complete! Resources: 2 added, 0 changed, 0 destroyed
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  + create

Terraform will perform the following actions:

  # kafka_topic.account_identity_account_insights_events_v4 will be created
  + resource "kafka_topic" "account_identity_account_insights_events_v4" {
      + config             = {
          + "cleanup.policy"        = "delete"
          + "compression.type"      = "zstd"
          + "local.retention.ms"    = "259200000"
          + "remote.storage.enable" = "true"
          + "retention.ms"          = "-1"
        }
      + id                 = (known after apply)
      + name               = "account-identity.account.insights.events.v4"
      + partitions         = 15
      + replication_factor = 3
    }

  # module.account_identity_home_moves_outcome_dispatcher.kafka_acl.producer_acl["account-identity.account.insights.events.v4"] will be created
  + resource "kafka_acl" "producer_acl" {
      + acl_host                     = "*"
      + acl_operation                = "Write"
      + acl_permission_type          = "Allow"
      + acl_principal                = "User:CN=account-platform/home_moves_outcome_dispatcher"
      + id                           = (known after apply)
      + resource_name                = "account-identity.account.insights.events.v4"
      + resource_pattern_type_filter = "Literal"
      + resource_type                = "Topic"
    }

Plan: 2 to add, 0 to change, 0 to destroy.
kafka_topic.account_identity_account_insights_events_v4: Creating...
kafka_topic.account_identity_account_insights_events_v4: Creation complete after 1s [id=account-identity.account.insights.events.v4]
module.account_identity_home_moves_outcome_dispatcher.kafka_acl.producer_acl["account-identity.account.insights.events.v4"]: Creating...
module.account_identity_home_moves_outcome_dispatcher.kafka_acl.producer_acl["account-identity.account.insights.events.v4"]: Creation complete after 1s [id=User:CN=account-platform/home_moves_outcome_dispatcher|*|Write|Allow|Topic|account-identity.account.insights.events.v4|Literal]

Warning: Argument is deprecated

  with provider["registry.terraform.io/mongey/kafka"],
  on __env.tf line 12, in provider "kafka":
  12: provider "kafka" {

This parameter is now deprecated and will be removed in a later release,
please use `client_cert` instead.

(and one more similar warning elsewhere)

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

To manually trigger plan again please post @terraform-applier plan dev-aws/kafka-shared-msk/account-identity as comment.

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.

2 participants