Skip to content

Conversation

@victorkt
Copy link
Member

No description provided.

@victorkt victorkt requested review from a team as code owners October 28, 2025 10:04
@linear
Copy link

linear bot commented Oct 28, 2025

@sys-terraform-applier
Copy link

sys-terraform-applier bot commented Oct 28, 2025

Terraform run output for

Cluster: prod-aws
Module: pubsub/kafka-shared-msk-quoting-platform
Path: prod-aws/kafka-shared-msk/quoting-platform
Commit ID: c06ee8df33ac4fff5ecf1d0094f8a9aad1b11b14
✅ 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.basket_v1 will be created
  + resource "kafka_topic" "basket_v1" {
      + config             = {
          + "cleanup.policy"        = "delete"
          + "compression.type"      = "zstd"
          + "local.retention.ms"    = "3600000"
          + "max.message.bytes"     = "1048576"
          + "remote.storage.enable" = "true"
          + "retention.bytes"       = "-1"
          + "retention.ms"          = "-1"
        }
      + id                 = (known after apply)
      + name               = "quoting-platform.basket.events.v1"
      + partitions         = 15
      + replication_factor = 3
    }

  # module.basket_service.kafka_acl.producer_acl["quoting-platform.basket.events.v1"] will be created
  + resource "kafka_acl" "producer_acl" {
      + acl_host                     = "*"
      + acl_operation                = "Write"
      + acl_permission_type          = "Allow"
      + acl_principal                = "User:CN=quoting-platform/basket-service"
      + id                           = (known after apply)
      + resource_name                = "quoting-platform.basket.events.v1"
      + 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 prod-aws/kafka-shared-msk/quoting-platform as comment.

@victorkt victorkt enabled auto-merge (squash) October 28, 2025 10:07
@victorkt victorkt merged commit daac49c into main Oct 29, 2025
2 checks passed
@victorkt victorkt deleted the AQ-4842-prod branch October 29, 2025 13:19
@sys-terraform-applier
Copy link

Terraform run output for

Cluster: prod-aws
Module: pubsub/kafka-shared-msk-quoting-platform
Path: prod-aws/kafka-shared-msk/quoting-platform
Commit ID: daac49c97aabf357a03d52b06235abcadc158a74
✅ 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.basket_v1 will be created
  + resource "kafka_topic" "basket_v1" {
      + config             = {
          + "cleanup.policy"        = "delete"
          + "compression.type"      = "zstd"
          + "local.retention.ms"    = "3600000"
          + "max.message.bytes"     = "1048576"
          + "remote.storage.enable" = "true"
          + "retention.bytes"       = "-1"
          + "retention.ms"          = "-1"
        }
      + id                 = (known after apply)
      + name               = "quoting-platform.basket.events.v1"
      + partitions         = 15
      + replication_factor = 3
    }

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

Plan: 2 to add, 0 to change, 0 to destroy.
kafka_topic.basket_v1: Creating...
kafka_topic.basket_v1: Creation complete after 1s [id=quoting-platform.basket.events.v1]
module.basket_service.kafka_acl.producer_acl["quoting-platform.basket.events.v1"]: Creating...
module.basket_service.kafka_acl.producer_acl["quoting-platform.basket.events.v1"]: Creation complete after 0s [id=User:CN=quoting-platform/basket-service|*|Write|Allow|Topic|quoting-platform.basket.events.v1|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 prod-aws/kafka-shared-msk/quoting-platform 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.

3 participants