Skip to content

Conversation

@mazxaxz
Copy link
Contributor

@mazxaxz mazxaxz commented Oct 29, 2025

No description provided.

@mazxaxz mazxaxz requested a review from a team as a code owner October 29, 2025 10:53
@linear
Copy link

linear bot commented Oct 29, 2025

@sys-terraform-applier
Copy link

sys-terraform-applier bot commented Oct 29, 2025

Terraform run output for

Cluster: dev-aws
Module: pubsub/kafka-shared-msk-payment-platform
Path: dev-aws/kafka-shared-msk/payment-platform
Commit ID: 80f5d8b7a5c0d690b0181743815bb69e6b8aadbf
✅ Run Status: Ok, Run Summary: Plan: 5 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.payment_v1_public_events_debt will be created
  + resource "kafka_topic" "payment_v1_public_events_debt" {
      + config             = {
          + "cleanup.policy"        = "delete"
          + "compression.type"      = "zstd"
          + "local.retention.ms"    = "172800000"
          + "remote.storage.enable" = "true"
          + "retention.bytes"       = "-1"
          + "retention.ms"          = "2592000000"
        }
      + id                 = (known after apply)
      + name               = "payment-platform.payment.v1.public.events.debt"
      + partitions         = 5
      + replication_factor = 3
    }

  # module.debt_api.kafka_acl.group_acl["debt.debt-api"] will be created
  + resource "kafka_acl" "group_acl" {
      + acl_host                     = "*"
      + acl_operation                = "Read"
      + acl_permission_type          = "Allow"
      + acl_principal                = "User:CN=debt/debt-api"
      + id                           = (known after apply)
      + resource_name                = "debt.debt-api"
      + resource_pattern_type_filter = "Literal"
      + resource_type                = "Group"
    }

  # module.debt_api.kafka_acl.topic_acl["payment-platform.payment.v1.public.events.debt"] will be created
  + resource "kafka_acl" "topic_acl" {
      + acl_host                     = "*"
      + acl_operation                = "Read"
      + acl_permission_type          = "Allow"
      + acl_principal                = "User:CN=debt/debt-api"
      + id                           = (known after apply)
      + resource_name                = "payment-platform.payment.v1.public.events.debt"
      + resource_pattern_type_filter = "Literal"
      + resource_type                = "Topic"
    }

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

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

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

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

@sys-terraform-applier
Copy link

sys-terraform-applier bot commented Oct 29, 2025

Terraform run output for

Cluster: prod-aws
Module: pubsub/kafka-shared-msk-payment-platform
Path: prod-aws/kafka-shared-msk/payment-platform
Commit ID: 80f5d8b7a5c0d690b0181743815bb69e6b8aadbf
✅ Run Status: Ok, Run Summary: Plan: 5 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.payment_v1_public_events_debt will be created
  + resource "kafka_topic" "payment_v1_public_events_debt" {
      + config             = {
          + "cleanup.policy"        = "delete"
          + "compression.type"      = "zstd"
          + "local.retention.ms"    = "172800000"
          + "remote.storage.enable" = "true"
          + "retention.bytes"       = "-1"
          + "retention.ms"          = "2592000000"
        }
      + id                 = (known after apply)
      + name               = "payment-platform.payment.v1.public.events.debt"
      + partitions         = 15
      + replication_factor = 3
    }

  # module.debt-api.kafka_acl.group_acl["debt.debt-api"] will be created
  + resource "kafka_acl" "group_acl" {
      + acl_host                     = "*"
      + acl_operation                = "Read"
      + acl_permission_type          = "Allow"
      + acl_principal                = "User:CN=debt/debt-api"
      + id                           = (known after apply)
      + resource_name                = "debt.debt-api"
      + resource_pattern_type_filter = "Literal"
      + resource_type                = "Group"
    }

  # module.debt-api.kafka_acl.topic_acl["payment-platform.payment.v1.public.events.debt"] will be created
  + resource "kafka_acl" "topic_acl" {
      + acl_host                     = "*"
      + acl_operation                = "Read"
      + acl_permission_type          = "Allow"
      + acl_principal                = "User:CN=debt/debt-api"
      + id                           = (known after apply)
      + resource_name                = "payment-platform.payment.v1.public.events.debt"
      + resource_pattern_type_filter = "Literal"
      + resource_type                = "Topic"
    }

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

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

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

To manually trigger plan again please post @terraform-applier plan prod-aws/kafka-shared-msk/payment-platform as comment.

@sys-terraform-applier
Copy link

sys-terraform-applier bot commented Oct 29, 2025

Terraform run output for

Cluster: dev-aws
Module: pubsub/kafka-shared-msk-backup-bucket-retention
Path: dev-aws/kafka-shared-msk/msk-backup-bucket-retention
Commit ID: 50763b0c4d040acbd3d2fe1d9be3bb23b1c6e8c3
✅ Run Status: Ok, Run Summary: Plan: 0 to add, 1 to change, 0 to destroy.
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  ~ update in-place

Terraform will perform the following actions:

  # aws_s3_bucket_lifecycle_configuration.msk_topics_retention will be updated in-place
  ~ resource "aws_s3_bucket_lifecycle_configuration" "msk_topics_retention" {
        id                                     = "uw-dev-pubsub-msk-backup"
        # (4 unchanged attributes hidden)

      ~ rule {
          ~ id     = "payment-platform.payment.v1.public.events.pp_test" -> "payment-platform.payment.v1.public.events.debt"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/payment-platform.payment.v1.public.events.pp_test/" -> "msk-backup-parquet/payment-platform.payment.v1.public.events.debt/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "payment-platform.payment.v1.public.events" -> "payment-platform.payment.v1.public.events.pp_test"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/payment-platform.payment.v1.public.events/" -> "msk-backup-parquet/payment-platform.payment.v1.public.events.pp_test/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "pubsub.examples" -> "payment-platform.payment.v1.public.events"
            # (2 unchanged attributes hidden)

          ~ expiration {
              ~ days                         = 1 -> 31
                # (1 unchanged attribute hidden)
            }

          ~ filter {
              ~ prefix = "msk-backup-parquet/pubsub.examples/" -> "msk-backup-parquet/payment-platform.payment.v1.public.events/"
            }
        }
      ~ rule {
          ~ id     = "pubsub.proximo-example" -> "pubsub.examples"
            # (2 unchanged attributes hidden)

          ~ expiration {
              ~ days                         = 3 -> 1
                # (1 unchanged attribute hidden)
            }

          ~ filter {
              ~ prefix = "msk-backup-parquet/pubsub.proximo-example/" -> "msk-backup-parquet/pubsub.examples/"
            }
        }
      ~ rule {
          ~ id     = "pubsub.restore-test.energy-platform.meter.read.events.v3" -> "pubsub.proximo-example"
            # (2 unchanged attributes hidden)

          ~ expiration {
              ~ days                         = 92 -> 3
                # (1 unchanged attribute hidden)
            }

          ~ filter {
              ~ prefix = "msk-backup-parquet/pubsub.restore-test.energy-platform.meter.read.events.v3/" -> "msk-backup-parquet/pubsub.proximo-example/"
            }
        }
      ~ rule {
          ~ id     = "unicom.bill-events" -> "pubsub.restore-test.energy-platform.meter.read.events.v3"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.bill-events/" -> "msk-backup-parquet/pubsub.restore-test.energy-platform.meter.read.events.v3/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.bill-failed" -> "unicom.bill-events"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.bill-failed/" -> "msk-backup-parquet/unicom.bill-events/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.bounce.2019.1" -> "unicom.bill-failed"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.bounce.2019.1/" -> "msk-backup-parquet/unicom.bill-failed/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.cancel-status.1" -> "unicom.bounce.2019.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.cancel-status.1/" -> "msk-backup-parquet/unicom.bounce.2019.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.cancellation.1" -> "unicom.cancel-status.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.cancellation.1/" -> "msk-backup-parquet/unicom.cancel-status.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.caps-consent" -> "unicom.cancellation.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.caps-consent/" -> "msk-backup-parquet/unicom.cancellation.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.caps" -> "unicom.caps-consent"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.caps/" -> "msk-backup-parquet/unicom.caps-consent/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.clx-report" -> "unicom.caps"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.clx-report/" -> "msk-backup-parquet/unicom.caps/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.comms-fallback.1" -> "unicom.clx-report"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.comms-fallback.1/" -> "msk-backup-parquet/unicom.clx-report/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.cost-calculated.1" -> "unicom.comms-fallback.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.cost-calculated.1/" -> "msk-backup-parquet/unicom.comms-fallback.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.email-batch.1" -> "unicom.cost-calculated.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.email-batch.1/" -> "msk-backup-parquet/unicom.cost-calculated.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.email-post-delivery.1" -> "unicom.email-batch.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.email-post-delivery.1/" -> "msk-backup-parquet/unicom.email-batch.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.email-released-critical.1" -> "unicom.email-post-delivery.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.email-released-critical.1/" -> "msk-backup-parquet/unicom.email-post-delivery.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.email-released-important.1" -> "unicom.email-released-critical.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.email-released-important.1/" -> "msk-backup-parquet/unicom.email-released-critical.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.email-released-mock-critical.1" -> "unicom.email-released-important.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.email-released-mock-critical.1/" -> "msk-backup-parquet/unicom.email-released-important.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.email-released-mock-important.1" -> "unicom.email-released-mock-critical.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.email-released-mock-important.1/" -> "msk-backup-parquet/unicom.email-released-mock-critical.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.email-released-mock.1" -> "unicom.email-released-mock-important.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.email-released-mock.1/" -> "msk-backup-parquet/unicom.email-released-mock-important.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.email-released-ses-critical.1" -> "unicom.email-released-mock.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.email-released-ses-critical.1/" -> "msk-backup-parquet/unicom.email-released-mock.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.email-released-ses-important.1" -> "unicom.email-released-ses-critical.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.email-released-ses-important.1/" -> "msk-backup-parquet/unicom.email-released-ses-critical.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.email-released-ses.1" -> "unicom.email-released-ses-important.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.email-released-ses.1/" -> "msk-backup-parquet/unicom.email-released-ses-important.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.email-released.1" -> "unicom.email-released-ses.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.email-released.1/" -> "msk-backup-parquet/unicom.email-released-ses.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.email-status.1" -> "unicom.email-released.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.email-status.1/" -> "msk-backup-parquet/unicom.email-released.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.failed" -> "unicom.email-status.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.failed/" -> "msk-backup-parquet/unicom.email-status.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.go-inspire-letter-status.1" -> "unicom.failed"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.go-inspire-letter-status.1/" -> "msk-backup-parquet/unicom.failed/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.letter-batch-critical.1" -> "unicom.go-inspire-letter-status.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.letter-batch-critical.1/" -> "msk-backup-parquet/unicom.go-inspire-letter-status.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.letter-batch-important.1" -> "unicom.letter-batch-critical.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.letter-batch-important.1/" -> "msk-backup-parquet/unicom.letter-batch-critical.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.letter-batch.1" -> "unicom.letter-batch-important.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.letter-batch.1/" -> "msk-backup-parquet/unicom.letter-batch-important.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.letter-released-critical.1" -> "unicom.letter-batch.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.letter-released-critical.1/" -> "msk-backup-parquet/unicom.letter-batch.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.letter-released-important.1" -> "unicom.letter-released-critical.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.letter-released-important.1/" -> "msk-backup-parquet/unicom.letter-released-critical.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.letter-released-mock-critical.1" -> "unicom.letter-released-important.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.letter-released-mock-critical.1/" -> "msk-backup-parquet/unicom.letter-released-important.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.letter-released-mock-important.1" -> "unicom.letter-released-mock-critical.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.letter-released-mock-important.1/" -> "msk-backup-parquet/unicom.letter-released-mock-critical.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.letter-released-mock.1" -> "unicom.letter-released-mock-important.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.letter-released-mock.1/" -> "msk-backup-parquet/unicom.letter-released-mock-important.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.letter-released.1" -> "unicom.letter-released-mock.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.letter-released.1/" -> "msk-backup-parquet/unicom.letter-released-mock.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.letter-send-adare" -> "unicom.letter-released.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.letter-send-adare/" -> "msk-backup-parquet/unicom.letter-released.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.letter-status.1" -> "unicom.letter-send-adare"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.letter-status.1/" -> "msk-backup-parquet/unicom.letter-send-adare/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.mparticle-output-integration" -> "unicom.letter-status.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.mparticle-output-integration/" -> "msk-backup-parquet/unicom.letter-status.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.orchestration-entity.1" -> "unicom.mparticle-output-integration"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.orchestration-entity.1/" -> "msk-backup-parquet/unicom.mparticle-output-integration/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.orchestration-rule-execution.1" -> "unicom.orchestration-entity.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.orchestration-rule-execution.1/" -> "msk-backup-parquet/unicom.orchestration-entity.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.outbound-call-request" -> "unicom.orchestration-rule-execution.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.outbound-call-request/" -> "msk-backup-parquet/unicom.orchestration-rule-execution.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.push-notification-released.1" -> "unicom.outbound-call-request"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.push-notification-released.1/" -> "msk-backup-parquet/unicom.outbound-call-request/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.push-notification-status.1" -> "unicom.push-notification-released.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.push-notification-status.1/" -> "msk-backup-parquet/unicom.push-notification-released.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.rejected" -> "unicom.push-notification-status.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.rejected/" -> "msk-backup-parquet/unicom.push-notification-status.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.rendered.1" -> "unicom.rejected"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.rendered.1/" -> "msk-backup-parquet/unicom.rejected/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.requests" -> "unicom.rendered.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.requests/" -> "msk-backup-parquet/unicom.rendered.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.scheduled.1" -> "unicom.requests"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.scheduled.1/" -> "msk-backup-parquet/unicom.requests/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.send-notification.1" -> "unicom.scheduled.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.send-notification.1/" -> "msk-backup-parquet/unicom.scheduled.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.sftp-status" -> "unicom.send-notification.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.sftp-status/" -> "msk-backup-parquet/unicom.send-notification.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.sms-batch.1" -> "unicom.sftp-status"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.sms-batch.1/" -> "msk-backup-parquet/unicom.sftp-status/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.sms-released-critical.1" -> "unicom.sms-batch.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.sms-released-critical.1/" -> "msk-backup-parquet/unicom.sms-batch.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.sms-released-important.1" -> "unicom.sms-released-critical.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.sms-released-important.1/" -> "msk-backup-parquet/unicom.sms-released-critical.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.sms-released.1" -> "unicom.sms-released-important.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.sms-released.1/" -> "msk-backup-parquet/unicom.sms-released-important.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.sms-status.1" -> "unicom.sms-released.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.sms-status.1/" -> "msk-backup-parquet/unicom.sms-released.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.status-bill-email-connector" -> "unicom.sms-status.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.status-bill-email-connector/" -> "msk-backup-parquet/unicom.sms-status.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.status-energy-smets1-notifier" -> "unicom.status-bill-email-connector"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.status-energy-smets1-notifier/" -> "msk-backup-parquet/unicom.status-bill-email-connector/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.status-finance-email-delivery-engine" -> "unicom.status-energy-smets1-notifier"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.status-finance-email-delivery-engine/" -> "msk-backup-parquet/unicom.status-energy-smets1-notifier/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.status-v2" -> "unicom.status-finance-email-delivery-engine"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.status-v2/" -> "msk-backup-parquet/unicom.status-finance-email-delivery-engine/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.status" -> "unicom.status-v2"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.status/" -> "msk-backup-parquet/unicom.status-v2/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.tests" -> "unicom.status"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.tests/" -> "msk-backup-parquet/unicom.status/"
            }

            # (1 unchanged block hidden)
        }
      + rule {
          + id     = "unicom.tests"
          + status = "Enabled"
            # (1 unchanged attribute hidden)

          + expiration {
              + days                         = 92
              + expired_object_delete_marker = false
            }

          + filter {
              + prefix = "msk-backup-parquet/unicom.tests/"
            }
        }

        # (121 unchanged blocks hidden)
    }

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

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

@sys-terraform-applier
Copy link

sys-terraform-applier bot commented Oct 29, 2025

Terraform run output for

Cluster: prod-aws
Module: pubsub/kafka-shared-msk-backup-bucket-retention
Path: prod-aws/kafka-shared-msk/msk-backup-bucket-retention
Commit ID: 50763b0c4d040acbd3d2fe1d9be3bb23b1c6e8c3
✅ Run Status: Ok, Run Summary: Plan: 0 to add, 1 to change, 0 to destroy.
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  ~ update in-place

Terraform will perform the following actions:

  # aws_s3_bucket_lifecycle_configuration.msk_topics_retention will be updated in-place
  ~ resource "aws_s3_bucket_lifecycle_configuration" "msk_topics_retention" {
        id                                     = "uw-prod-pubsub-msk-backup"
        # (4 unchanged attributes hidden)

      ~ rule {
          ~ id     = "payment-platform.payment.v1.public.events.pp_test" -> "payment-platform.payment.v1.public.events.debt"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/payment-platform.payment.v1.public.events.pp_test/" -> "msk-backup-parquet/payment-platform.payment.v1.public.events.debt/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "payment-platform.payment.v1.public.events" -> "payment-platform.payment.v1.public.events.pp_test"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/payment-platform.payment.v1.public.events/" -> "msk-backup-parquet/payment-platform.payment.v1.public.events.pp_test/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "pubsub.examples" -> "payment-platform.payment.v1.public.events"
            # (2 unchanged attributes hidden)

          ~ expiration {
              ~ days                         = 3 -> 31
                # (1 unchanged attribute hidden)
            }

          ~ filter {
              ~ prefix = "msk-backup-parquet/pubsub.examples/" -> "msk-backup-parquet/payment-platform.payment.v1.public.events/"
            }
        }
      ~ rule {
          ~ id     = "pubsub.proximo-example" -> "pubsub.examples"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/pubsub.proximo-example/" -> "msk-backup-parquet/pubsub.examples/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.bill-events" -> "pubsub.proximo-example"
            # (2 unchanged attributes hidden)

          ~ expiration {
              ~ days                         = 181 -> 3
                # (1 unchanged attribute hidden)
            }

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.bill-events/" -> "msk-backup-parquet/pubsub.proximo-example/"
            }
        }
      ~ rule {
          ~ id     = "unicom.bill-failed" -> "unicom.bill-events"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.bill-failed/" -> "msk-backup-parquet/unicom.bill-events/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.bounce.2019.1" -> "unicom.bill-failed"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.bounce.2019.1/" -> "msk-backup-parquet/unicom.bill-failed/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.cancel-status.1" -> "unicom.bounce.2019.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.cancel-status.1/" -> "msk-backup-parquet/unicom.bounce.2019.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.cancellation.1" -> "unicom.cancel-status.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.cancellation.1/" -> "msk-backup-parquet/unicom.cancel-status.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.caps-consent" -> "unicom.cancellation.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.caps-consent/" -> "msk-backup-parquet/unicom.cancellation.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.caps" -> "unicom.caps-consent"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.caps/" -> "msk-backup-parquet/unicom.caps-consent/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.clx-report" -> "unicom.caps"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.clx-report/" -> "msk-backup-parquet/unicom.caps/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.comms-fallback.1" -> "unicom.clx-report"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.comms-fallback.1/" -> "msk-backup-parquet/unicom.clx-report/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.cost-calculated.1" -> "unicom.comms-fallback.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.cost-calculated.1/" -> "msk-backup-parquet/unicom.comms-fallback.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.email-batch.1" -> "unicom.cost-calculated.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.email-batch.1/" -> "msk-backup-parquet/unicom.cost-calculated.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.email-post-delivery.1" -> "unicom.email-batch.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.email-post-delivery.1/" -> "msk-backup-parquet/unicom.email-batch.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.email-released-critical.1" -> "unicom.email-post-delivery.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.email-released-critical.1/" -> "msk-backup-parquet/unicom.email-post-delivery.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.email-released-important.1" -> "unicom.email-released-critical.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.email-released-important.1/" -> "msk-backup-parquet/unicom.email-released-critical.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.email-released.1" -> "unicom.email-released-important.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.email-released.1/" -> "msk-backup-parquet/unicom.email-released-important.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.email-status.1" -> "unicom.email-released.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.email-status.1/" -> "msk-backup-parquet/unicom.email-released.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.failed" -> "unicom.email-status.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.failed/" -> "msk-backup-parquet/unicom.email-status.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.go-inspire-letter-status.1" -> "unicom.failed"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.go-inspire-letter-status.1/" -> "msk-backup-parquet/unicom.failed/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.letter-batch-critical.1" -> "unicom.go-inspire-letter-status.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.letter-batch-critical.1/" -> "msk-backup-parquet/unicom.go-inspire-letter-status.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.letter-batch-important.1" -> "unicom.letter-batch-critical.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.letter-batch-important.1/" -> "msk-backup-parquet/unicom.letter-batch-critical.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.letter-batch.1" -> "unicom.letter-batch-important.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.letter-batch.1/" -> "msk-backup-parquet/unicom.letter-batch-important.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.letter-released-critical.1" -> "unicom.letter-batch.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.letter-released-critical.1/" -> "msk-backup-parquet/unicom.letter-batch.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.letter-released-important.1" -> "unicom.letter-released-critical.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.letter-released-important.1/" -> "msk-backup-parquet/unicom.letter-released-critical.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.letter-released.1" -> "unicom.letter-released-important.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.letter-released.1/" -> "msk-backup-parquet/unicom.letter-released-important.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.letter-send-adare" -> "unicom.letter-released.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.letter-send-adare/" -> "msk-backup-parquet/unicom.letter-released.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.letter-status.1" -> "unicom.letter-send-adare"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.letter-status.1/" -> "msk-backup-parquet/unicom.letter-send-adare/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.mparticle-output-integration" -> "unicom.letter-status.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.mparticle-output-integration/" -> "msk-backup-parquet/unicom.letter-status.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.orchestration-entity.1" -> "unicom.mparticle-output-integration"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.orchestration-entity.1/" -> "msk-backup-parquet/unicom.mparticle-output-integration/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.orchestration-rule-execution.1" -> "unicom.orchestration-entity.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.orchestration-rule-execution.1/" -> "msk-backup-parquet/unicom.orchestration-entity.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.outbound-call-request" -> "unicom.orchestration-rule-execution.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.outbound-call-request/" -> "msk-backup-parquet/unicom.orchestration-rule-execution.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.push-notification-released.1" -> "unicom.outbound-call-request"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.push-notification-released.1/" -> "msk-backup-parquet/unicom.outbound-call-request/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.push-notification-status.1" -> "unicom.push-notification-released.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.push-notification-status.1/" -> "msk-backup-parquet/unicom.push-notification-released.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.rejected" -> "unicom.push-notification-status.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.rejected/" -> "msk-backup-parquet/unicom.push-notification-status.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.rendered.1" -> "unicom.rejected"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.rendered.1/" -> "msk-backup-parquet/unicom.rejected/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.requests" -> "unicom.rendered.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.requests/" -> "msk-backup-parquet/unicom.rendered.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.scheduled.1" -> "unicom.requests"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.scheduled.1/" -> "msk-backup-parquet/unicom.requests/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.send-notification.1" -> "unicom.scheduled.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.send-notification.1/" -> "msk-backup-parquet/unicom.scheduled.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.sftp-status" -> "unicom.send-notification.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.sftp-status/" -> "msk-backup-parquet/unicom.send-notification.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.sms-batch.1" -> "unicom.sftp-status"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.sms-batch.1/" -> "msk-backup-parquet/unicom.sftp-status/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.sms-released-critical.1" -> "unicom.sms-batch.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.sms-released-critical.1/" -> "msk-backup-parquet/unicom.sms-batch.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.sms-released-important.1" -> "unicom.sms-released-critical.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.sms-released-important.1/" -> "msk-backup-parquet/unicom.sms-released-critical.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.sms-released.1" -> "unicom.sms-released-important.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.sms-released.1/" -> "msk-backup-parquet/unicom.sms-released-important.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.sms-status.1" -> "unicom.sms-released.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.sms-status.1/" -> "msk-backup-parquet/unicom.sms-released.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.status-bill-email-connector" -> "unicom.sms-status.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.status-bill-email-connector/" -> "msk-backup-parquet/unicom.sms-status.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.status-energy-smets1-notifier" -> "unicom.status-bill-email-connector"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.status-energy-smets1-notifier/" -> "msk-backup-parquet/unicom.status-bill-email-connector/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.status-finance-email-delivery-engine" -> "unicom.status-energy-smets1-notifier"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.status-finance-email-delivery-engine/" -> "msk-backup-parquet/unicom.status-energy-smets1-notifier/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.status-v2" -> "unicom.status-finance-email-delivery-engine"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.status-v2/" -> "msk-backup-parquet/unicom.status-finance-email-delivery-engine/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.status" -> "unicom.status-v2"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.status/" -> "msk-backup-parquet/unicom.status-v2/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.tests" -> "unicom.status"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.tests/" -> "msk-backup-parquet/unicom.status/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "workplace-infrastructure.netapp-audit-v1.svm_cifs_a" -> "unicom.tests"
            # (2 unchanged attributes hidden)

          ~ expiration {
              ~ days                         = 2 -> 181
                # (1 unchanged attribute hidden)
            }

          ~ filter {
              ~ prefix = "msk-backup-parquet/workplace-infrastructure.netapp-audit-v1.svm_cifs_a/" -> "msk-backup-parquet/unicom.tests/"
            }
        }
      ~ rule {
          ~ id     = "workplace-infrastructure.netapp-audit-v1.svm_cifs_b" -> "workplace-infrastructure.netapp-audit-v1.svm_cifs_a"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/workplace-infrastructure.netapp-audit-v1.svm_cifs_b/" -> "msk-backup-parquet/workplace-infrastructure.netapp-audit-v1.svm_cifs_a/"
            }

            # (1 unchanged block hidden)
        }
      + rule {
          + id     = "workplace-infrastructure.netapp-audit-v1.svm_cifs_b"
          + status = "Enabled"
            # (1 unchanged attribute hidden)

          + expiration {
              + days                         = 2
              + expired_object_delete_marker = false
            }

          + filter {
              + prefix = "msk-backup-parquet/workplace-infrastructure.netapp-audit-v1.svm_cifs_b/"
            }
        }

        # (118 unchanged blocks hidden)
    }

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

To manually trigger plan again please post @terraform-applier plan prod-aws/kafka-shared-msk/msk-backup-bucket-retention as comment.

… of github.com:utilitywarehouse/kafka-cluster-config into feature/FPAY-1945-debt-api-payment-card-v2-integration
@sys-terraform-applier
Copy link

sys-terraform-applier bot commented Oct 29, 2025

Terraform run output for

Cluster: prod-aws
Module: pubsub/kafka-shared-msk-payment-platform
Path: prod-aws/kafka-shared-msk/payment-platform
Commit ID: 5606cfa787668c79b7b539e6e1f42c8eb0e19ea0
✅ Run Status: Ok, Run Summary: Plan: 5 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.payment_v1_public_events_debt will be created
  + resource "kafka_topic" "payment_v1_public_events_debt" {
      + config             = {
          + "cleanup.policy"        = "delete"
          + "compression.type"      = "zstd"
          + "local.retention.ms"    = "172800000"
          + "remote.storage.enable" = "true"
          + "retention.bytes"       = "-1"
          + "retention.ms"          = "2592000000"
        }
      + id                 = (known after apply)
      + name               = "payment-platform.payment.v1.public.events.debt"
      + partitions         = 15
      + replication_factor = 3
    }

  # module.debt_api.kafka_acl.group_acl["debt.debt-api"] will be created
  + resource "kafka_acl" "group_acl" {
      + acl_host                     = "*"
      + acl_operation                = "Read"
      + acl_permission_type          = "Allow"
      + acl_principal                = "User:CN=debt/debt-api"
      + id                           = (known after apply)
      + resource_name                = "debt.debt-api"
      + resource_pattern_type_filter = "Literal"
      + resource_type                = "Group"
    }

  # module.debt_api.kafka_acl.topic_acl["payment-platform.payment.v1.public.events.debt"] will be created
  + resource "kafka_acl" "topic_acl" {
      + acl_host                     = "*"
      + acl_operation                = "Read"
      + acl_permission_type          = "Allow"
      + acl_principal                = "User:CN=debt/debt-api"
      + id                           = (known after apply)
      + resource_name                = "payment-platform.payment.v1.public.events.debt"
      + resource_pattern_type_filter = "Literal"
      + resource_type                = "Topic"
    }

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

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

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

To manually trigger plan again please post @terraform-applier plan prod-aws/kafka-shared-msk/payment-platform as comment.

@mazxaxz mazxaxz merged commit 30b13a9 into main Oct 29, 2025
2 checks passed
@mazxaxz mazxaxz deleted the feature/FPAY-1945-debt-api-payment-card-v2-integration branch October 29, 2025 11:49
@sys-terraform-applier
Copy link

Terraform run output for

Cluster: dev-aws
Module: pubsub/kafka-shared-msk-payment-platform
Path: dev-aws/kafka-shared-msk/payment-platform
Commit ID: 30b13a9857a9f9d4f4d338215b27db08506b2e94
✅ Run Status: Ok, Run Summary: Apply complete! Resources: 5 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.payment_v1_public_events_debt will be created
  + resource "kafka_topic" "payment_v1_public_events_debt" {
      + config             = {
          + "cleanup.policy"        = "delete"
          + "compression.type"      = "zstd"
          + "local.retention.ms"    = "172800000"
          + "remote.storage.enable" = "true"
          + "retention.bytes"       = "-1"
          + "retention.ms"          = "2592000000"
        }
      + id                 = (known after apply)
      + name               = "payment-platform.payment.v1.public.events.debt"
      + partitions         = 5
      + replication_factor = 3
    }

  # module.debt_api.kafka_acl.group_acl["debt.debt-api"] will be created
  + resource "kafka_acl" "group_acl" {
      + acl_host                     = "*"
      + acl_operation                = "Read"
      + acl_permission_type          = "Allow"
      + acl_principal                = "User:CN=debt/debt-api"
      + id                           = (known after apply)
      + resource_name                = "debt.debt-api"
      + resource_pattern_type_filter = "Literal"
      + resource_type                = "Group"
    }

  # module.debt_api.kafka_acl.topic_acl["payment-platform.payment.v1.public.events.debt"] will be created
  + resource "kafka_acl" "topic_acl" {
      + acl_host                     = "*"
      + acl_operation                = "Read"
      + acl_permission_type          = "Allow"
      + acl_principal                = "User:CN=debt/debt-api"
      + id                           = (known after apply)
      + resource_name                = "payment-platform.payment.v1.public.events.debt"
      + resource_pattern_type_filter = "Literal"
      + resource_type                = "Topic"
    }

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

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

Plan: 5 to add, 0 to change, 0 to destroy.
kafka_topic.payment_v1_public_events_debt: Creating...
module.debt_api.kafka_acl.group_acl["debt.debt-api"]: Creating...
module.debt_api.kafka_acl.group_acl["debt.debt-api"]: Creation complete after 1s [id=User:CN=debt/debt-api|*|Read|Allow|Group|debt.debt-api|Literal]
kafka_topic.payment_v1_public_events_debt: Creation complete after 1s [id=payment-platform.payment.v1.public.events.debt]
module.payment_query_service_downstream.kafka_acl.producer_acl["payment-platform.payment.v1.public.events.debt"]: Creating...
module.debt_api.kafka_acl.topic_acl["payment-platform.payment.v1.public.events.debt"]: Creating...
module.payment_query_service.kafka_acl.producer_acl["payment-platform.payment.v1.public.events.debt"]: Creating...
module.payment_query_service_downstream.kafka_acl.producer_acl["payment-platform.payment.v1.public.events.debt"]: Creation complete after 1s [id=User:CN=payment-platform/payment-query-service-downstream|*|Write|Allow|Topic|payment-platform.payment.v1.public.events.debt|Literal]
module.payment_query_service.kafka_acl.producer_acl["payment-platform.payment.v1.public.events.debt"]: Creation complete after 1s [id=User:CN=payment-platform/payment-query-service|*|Write|Allow|Topic|payment-platform.payment.v1.public.events.debt|Literal]
module.debt_api.kafka_acl.topic_acl["payment-platform.payment.v1.public.events.debt"]: Creation complete after 1s [id=User:CN=debt/debt-api|*|Read|Allow|Topic|payment-platform.payment.v1.public.events.debt|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_key` instead.

(and one more similar warning elsewhere)

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

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

@sys-terraform-applier
Copy link

Terraform run output for

Cluster: prod-aws
Module: pubsub/kafka-shared-msk-payment-platform
Path: prod-aws/kafka-shared-msk/payment-platform
Commit ID: 30b13a9857a9f9d4f4d338215b27db08506b2e94
✅ Run Status: Ok, Run Summary: Apply complete! Resources: 5 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.payment_v1_public_events_debt will be created
  + resource "kafka_topic" "payment_v1_public_events_debt" {
      + config             = {
          + "cleanup.policy"        = "delete"
          + "compression.type"      = "zstd"
          + "local.retention.ms"    = "172800000"
          + "remote.storage.enable" = "true"
          + "retention.bytes"       = "-1"
          + "retention.ms"          = "2592000000"
        }
      + id                 = (known after apply)
      + name               = "payment-platform.payment.v1.public.events.debt"
      + partitions         = 15
      + replication_factor = 3
    }

  # module.debt_api.kafka_acl.group_acl["debt.debt-api"] will be created
  + resource "kafka_acl" "group_acl" {
      + acl_host                     = "*"
      + acl_operation                = "Read"
      + acl_permission_type          = "Allow"
      + acl_principal                = "User:CN=debt/debt-api"
      + id                           = (known after apply)
      + resource_name                = "debt.debt-api"
      + resource_pattern_type_filter = "Literal"
      + resource_type                = "Group"
    }

  # module.debt_api.kafka_acl.topic_acl["payment-platform.payment.v1.public.events.debt"] will be created
  + resource "kafka_acl" "topic_acl" {
      + acl_host                     = "*"
      + acl_operation                = "Read"
      + acl_permission_type          = "Allow"
      + acl_principal                = "User:CN=debt/debt-api"
      + id                           = (known after apply)
      + resource_name                = "payment-platform.payment.v1.public.events.debt"
      + resource_pattern_type_filter = "Literal"
      + resource_type                = "Topic"
    }

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

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

Plan: 5 to add, 0 to change, 0 to destroy.
module.debt_api.kafka_acl.group_acl["debt.debt-api"]: Creating...
kafka_topic.payment_v1_public_events_debt: Creating...
module.debt_api.kafka_acl.group_acl["debt.debt-api"]: Creation complete after 1s [id=User:CN=debt/debt-api|*|Read|Allow|Group|debt.debt-api|Literal]
kafka_topic.payment_v1_public_events_debt: Creation complete after 1s [id=payment-platform.payment.v1.public.events.debt]
module.debt_api.kafka_acl.topic_acl["payment-platform.payment.v1.public.events.debt"]: Creating...
module.payment_query_service_downstream.kafka_acl.producer_acl["payment-platform.payment.v1.public.events.debt"]: Creating...
module.payment_query_service.kafka_acl.producer_acl["payment-platform.payment.v1.public.events.debt"]: Creating...
module.payment_query_service_downstream.kafka_acl.producer_acl["payment-platform.payment.v1.public.events.debt"]: Creation complete after 1s [id=User:CN=payment-platform/payment-query-service-downstream|*|Write|Allow|Topic|payment-platform.payment.v1.public.events.debt|Literal]
module.debt_api.kafka_acl.topic_acl["payment-platform.payment.v1.public.events.debt"]: Creation complete after 1s [id=User:CN=debt/debt-api|*|Read|Allow|Topic|payment-platform.payment.v1.public.events.debt|Literal]
module.payment_query_service.kafka_acl.producer_acl["payment-platform.payment.v1.public.events.debt"]: Creation complete after 1s [id=User:CN=payment-platform/payment-query-service|*|Write|Allow|Topic|payment-platform.payment.v1.public.events.debt|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: 5 added, 0 changed, 0 destroyed.

To manually trigger plan again please post @terraform-applier plan prod-aws/kafka-shared-msk/payment-platform as comment.

@sys-terraform-applier
Copy link

Terraform run output for

Cluster: prod-aws
Module: pubsub/kafka-shared-msk-backup-bucket-retention
Path: prod-aws/kafka-shared-msk/msk-backup-bucket-retention
Commit ID: 30b13a9857a9f9d4f4d338215b27db08506b2e94
✅ Run Status: Ok, Run Summary: Apply complete! Resources: 0 added, 1 changed, 0 destroyed
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  ~ update in-place

Terraform will perform the following actions:

  # aws_s3_bucket_lifecycle_configuration.msk_topics_retention will be updated in-place
  ~ resource "aws_s3_bucket_lifecycle_configuration" "msk_topics_retention" {
        id                                     = "uw-prod-pubsub-msk-backup"
        # (4 unchanged attributes hidden)

      ~ rule {
          ~ id     = "payment-platform.payment.v1.public.events.pp_test" -> "payment-platform.payment.v1.public.events.debt"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/payment-platform.payment.v1.public.events.pp_test/" -> "msk-backup-parquet/payment-platform.payment.v1.public.events.debt/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "payment-platform.payment.v1.public.events" -> "payment-platform.payment.v1.public.events.pp_test"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/payment-platform.payment.v1.public.events/" -> "msk-backup-parquet/payment-platform.payment.v1.public.events.pp_test/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "pubsub.examples" -> "payment-platform.payment.v1.public.events"
            # (2 unchanged attributes hidden)

          ~ expiration {
              ~ days                         = 3 -> 31
                # (1 unchanged attribute hidden)
            }

          ~ filter {
              ~ prefix = "msk-backup-parquet/pubsub.examples/" -> "msk-backup-parquet/payment-platform.payment.v1.public.events/"
            }
        }
      ~ rule {
          ~ id     = "pubsub.proximo-example" -> "pubsub.examples"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/pubsub.proximo-example/" -> "msk-backup-parquet/pubsub.examples/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.bill-events" -> "pubsub.proximo-example"
            # (2 unchanged attributes hidden)

          ~ expiration {
              ~ days                         = 181 -> 3
                # (1 unchanged attribute hidden)
            }

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.bill-events/" -> "msk-backup-parquet/pubsub.proximo-example/"
            }
        }
      ~ rule {
          ~ id     = "unicom.bill-failed" -> "unicom.bill-events"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.bill-failed/" -> "msk-backup-parquet/unicom.bill-events/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.bounce.2019.1" -> "unicom.bill-failed"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.bounce.2019.1/" -> "msk-backup-parquet/unicom.bill-failed/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.cancel-status.1" -> "unicom.bounce.2019.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.cancel-status.1/" -> "msk-backup-parquet/unicom.bounce.2019.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.cancellation.1" -> "unicom.cancel-status.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.cancellation.1/" -> "msk-backup-parquet/unicom.cancel-status.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.caps-consent" -> "unicom.cancellation.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.caps-consent/" -> "msk-backup-parquet/unicom.cancellation.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.caps" -> "unicom.caps-consent"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.caps/" -> "msk-backup-parquet/unicom.caps-consent/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.clx-report" -> "unicom.caps"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.clx-report/" -> "msk-backup-parquet/unicom.caps/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.comms-fallback.1" -> "unicom.clx-report"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.comms-fallback.1/" -> "msk-backup-parquet/unicom.clx-report/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.cost-calculated.1" -> "unicom.comms-fallback.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.cost-calculated.1/" -> "msk-backup-parquet/unicom.comms-fallback.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.email-batch.1" -> "unicom.cost-calculated.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.email-batch.1/" -> "msk-backup-parquet/unicom.cost-calculated.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.email-post-delivery.1" -> "unicom.email-batch.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.email-post-delivery.1/" -> "msk-backup-parquet/unicom.email-batch.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.email-released-critical.1" -> "unicom.email-post-delivery.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.email-released-critical.1/" -> "msk-backup-parquet/unicom.email-post-delivery.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.email-released-important.1" -> "unicom.email-released-critical.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.email-released-important.1/" -> "msk-backup-parquet/unicom.email-released-critical.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.email-released.1" -> "unicom.email-released-important.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.email-released.1/" -> "msk-backup-parquet/unicom.email-released-important.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.email-status.1" -> "unicom.email-released.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.email-status.1/" -> "msk-backup-parquet/unicom.email-released.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.failed" -> "unicom.email-status.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.failed/" -> "msk-backup-parquet/unicom.email-status.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.go-inspire-letter-status.1" -> "unicom.failed"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.go-inspire-letter-status.1/" -> "msk-backup-parquet/unicom.failed/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.letter-batch-critical.1" -> "unicom.go-inspire-letter-status.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.letter-batch-critical.1/" -> "msk-backup-parquet/unicom.go-inspire-letter-status.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.letter-batch-important.1" -> "unicom.letter-batch-critical.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.letter-batch-important.1/" -> "msk-backup-parquet/unicom.letter-batch-critical.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.letter-batch.1" -> "unicom.letter-batch-important.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.letter-batch.1/" -> "msk-backup-parquet/unicom.letter-batch-important.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.letter-released-critical.1" -> "unicom.letter-batch.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.letter-released-critical.1/" -> "msk-backup-parquet/unicom.letter-batch.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.letter-released-important.1" -> "unicom.letter-released-critical.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.letter-released-important.1/" -> "msk-backup-parquet/unicom.letter-released-critical.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.letter-released.1" -> "unicom.letter-released-important.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.letter-released.1/" -> "msk-backup-parquet/unicom.letter-released-important.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.letter-send-adare" -> "unicom.letter-released.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.letter-send-adare/" -> "msk-backup-parquet/unicom.letter-released.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.letter-status.1" -> "unicom.letter-send-adare"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.letter-status.1/" -> "msk-backup-parquet/unicom.letter-send-adare/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.mparticle-output-integration" -> "unicom.letter-status.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.mparticle-output-integration/" -> "msk-backup-parquet/unicom.letter-status.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.orchestration-entity.1" -> "unicom.mparticle-output-integration"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.orchestration-entity.1/" -> "msk-backup-parquet/unicom.mparticle-output-integration/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.orchestration-rule-execution.1" -> "unicom.orchestration-entity.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.orchestration-rule-execution.1/" -> "msk-backup-parquet/unicom.orchestration-entity.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.outbound-call-request" -> "unicom.orchestration-rule-execution.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.outbound-call-request/" -> "msk-backup-parquet/unicom.orchestration-rule-execution.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.push-notification-released.1" -> "unicom.outbound-call-request"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.push-notification-released.1/" -> "msk-backup-parquet/unicom.outbound-call-request/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.push-notification-status.1" -> "unicom.push-notification-released.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.push-notification-status.1/" -> "msk-backup-parquet/unicom.push-notification-released.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.rejected" -> "unicom.push-notification-status.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.rejected/" -> "msk-backup-parquet/unicom.push-notification-status.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.rendered.1" -> "unicom.rejected"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.rendered.1/" -> "msk-backup-parquet/unicom.rejected/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.requests" -> "unicom.rendered.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.requests/" -> "msk-backup-parquet/unicom.rendered.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.scheduled.1" -> "unicom.requests"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.scheduled.1/" -> "msk-backup-parquet/unicom.requests/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.send-notification.1" -> "unicom.scheduled.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.send-notification.1/" -> "msk-backup-parquet/unicom.scheduled.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.sftp-status" -> "unicom.send-notification.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.sftp-status/" -> "msk-backup-parquet/unicom.send-notification.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.sms-batch.1" -> "unicom.sftp-status"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.sms-batch.1/" -> "msk-backup-parquet/unicom.sftp-status/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.sms-released-critical.1" -> "unicom.sms-batch.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.sms-released-critical.1/" -> "msk-backup-parquet/unicom.sms-batch.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.sms-released-important.1" -> "unicom.sms-released-critical.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.sms-released-important.1/" -> "msk-backup-parquet/unicom.sms-released-critical.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.sms-released.1" -> "unicom.sms-released-important.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.sms-released.1/" -> "msk-backup-parquet/unicom.sms-released-important.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.sms-status.1" -> "unicom.sms-released.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.sms-status.1/" -> "msk-backup-parquet/unicom.sms-released.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.status-bill-email-connector" -> "unicom.sms-status.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.status-bill-email-connector/" -> "msk-backup-parquet/unicom.sms-status.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.status-energy-smets1-notifier" -> "unicom.status-bill-email-connector"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.status-energy-smets1-notifier/" -> "msk-backup-parquet/unicom.status-bill-email-connector/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.status-finance-email-delivery-engine" -> "unicom.status-energy-smets1-notifier"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.status-finance-email-delivery-engine/" -> "msk-backup-parquet/unicom.status-energy-smets1-notifier/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.status-v2" -> "unicom.status-finance-email-delivery-engine"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.status-v2/" -> "msk-backup-parquet/unicom.status-finance-email-delivery-engine/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.status" -> "unicom.status-v2"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.status/" -> "msk-backup-parquet/unicom.status-v2/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.tests" -> "unicom.status"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.tests/" -> "msk-backup-parquet/unicom.status/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "workplace-infrastructure.netapp-audit-v1.svm_cifs_a" -> "unicom.tests"
            # (2 unchanged attributes hidden)

          ~ expiration {
              ~ days                         = 2 -> 181
                # (1 unchanged attribute hidden)
            }

          ~ filter {
              ~ prefix = "msk-backup-parquet/workplace-infrastructure.netapp-audit-v1.svm_cifs_a/" -> "msk-backup-parquet/unicom.tests/"
            }
        }
      ~ rule {
          ~ id     = "workplace-infrastructure.netapp-audit-v1.svm_cifs_b" -> "workplace-infrastructure.netapp-audit-v1.svm_cifs_a"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/workplace-infrastructure.netapp-audit-v1.svm_cifs_b/" -> "msk-backup-parquet/workplace-infrastructure.netapp-audit-v1.svm_cifs_a/"
            }

            # (1 unchanged block hidden)
        }
      + rule {
          + id     = "workplace-infrastructure.netapp-audit-v1.svm_cifs_b"
          + status = "Enabled"
            # (1 unchanged attribute hidden)

          + expiration {
              + days                         = 2
              + expired_object_delete_marker = false
            }

          + filter {
              + prefix = "msk-backup-parquet/workplace-infrastructure.netapp-audit-v1.svm_cifs_b/"
            }
        }

        # (118 unchanged blocks hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.
aws_s3_bucket_lifecycle_configuration.msk_topics_retention: Modifying... [id=uw-prod-pubsub-msk-backup]
aws_s3_bucket_lifecycle_configuration.msk_topics_retention: Still modifying... [id=uw-prod-pubsub-msk-backup, 00m10s elapsed]
aws_s3_bucket_lifecycle_configuration.msk_topics_retention: Still modifying... [id=uw-prod-pubsub-msk-backup, 00m20s elapsed]
aws_s3_bucket_lifecycle_configuration.msk_topics_retention: Still modifying... [id=uw-prod-pubsub-msk-backup, 00m30s elapsed]
aws_s3_bucket_lifecycle_configuration.msk_topics_retention: Still modifying... [id=uw-prod-pubsub-msk-backup, 00m40s elapsed]
aws_s3_bucket_lifecycle_configuration.msk_topics_retention: Still modifying... [id=uw-prod-pubsub-msk-backup, 00m50s elapsed]
aws_s3_bucket_lifecycle_configuration.msk_topics_retention: Modifications complete after 56s [id=uw-prod-pubsub-msk-backup]

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

To manually trigger plan again please post @terraform-applier plan prod-aws/kafka-shared-msk/msk-backup-bucket-retention as comment.

@sys-terraform-applier
Copy link

Terraform run output for

Cluster: dev-aws
Module: pubsub/kafka-shared-msk-backup-bucket-retention
Path: dev-aws/kafka-shared-msk/msk-backup-bucket-retention
Commit ID: 30b13a9857a9f9d4f4d338215b27db08506b2e94
✅ Run Status: Ok, Run Summary: Apply complete! Resources: 0 added, 1 changed, 0 destroyed
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  ~ update in-place

Terraform will perform the following actions:

  # aws_s3_bucket_lifecycle_configuration.msk_topics_retention will be updated in-place
  ~ resource "aws_s3_bucket_lifecycle_configuration" "msk_topics_retention" {
        id                                     = "uw-dev-pubsub-msk-backup"
        # (4 unchanged attributes hidden)

      ~ rule {
          ~ id     = "payment-platform.payment.v1.public.events.pp_test" -> "payment-platform.payment.v1.public.events.debt"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/payment-platform.payment.v1.public.events.pp_test/" -> "msk-backup-parquet/payment-platform.payment.v1.public.events.debt/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "payment-platform.payment.v1.public.events" -> "payment-platform.payment.v1.public.events.pp_test"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/payment-platform.payment.v1.public.events/" -> "msk-backup-parquet/payment-platform.payment.v1.public.events.pp_test/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "pubsub.examples" -> "payment-platform.payment.v1.public.events"
            # (2 unchanged attributes hidden)

          ~ expiration {
              ~ days                         = 1 -> 31
                # (1 unchanged attribute hidden)
            }

          ~ filter {
              ~ prefix = "msk-backup-parquet/pubsub.examples/" -> "msk-backup-parquet/payment-platform.payment.v1.public.events/"
            }
        }
      ~ rule {
          ~ id     = "pubsub.proximo-example" -> "pubsub.examples"
            # (2 unchanged attributes hidden)

          ~ expiration {
              ~ days                         = 3 -> 1
                # (1 unchanged attribute hidden)
            }

          ~ filter {
              ~ prefix = "msk-backup-parquet/pubsub.proximo-example/" -> "msk-backup-parquet/pubsub.examples/"
            }
        }
      ~ rule {
          ~ id     = "pubsub.restore-test.energy-platform.meter.read.events.v3" -> "pubsub.proximo-example"
            # (2 unchanged attributes hidden)

          ~ expiration {
              ~ days                         = 92 -> 3
                # (1 unchanged attribute hidden)
            }

          ~ filter {
              ~ prefix = "msk-backup-parquet/pubsub.restore-test.energy-platform.meter.read.events.v3/" -> "msk-backup-parquet/pubsub.proximo-example/"
            }
        }
      ~ rule {
          ~ id     = "unicom.bill-events" -> "pubsub.restore-test.energy-platform.meter.read.events.v3"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.bill-events/" -> "msk-backup-parquet/pubsub.restore-test.energy-platform.meter.read.events.v3/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.bill-failed" -> "unicom.bill-events"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.bill-failed/" -> "msk-backup-parquet/unicom.bill-events/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.bounce.2019.1" -> "unicom.bill-failed"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.bounce.2019.1/" -> "msk-backup-parquet/unicom.bill-failed/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.cancel-status.1" -> "unicom.bounce.2019.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.cancel-status.1/" -> "msk-backup-parquet/unicom.bounce.2019.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.cancellation.1" -> "unicom.cancel-status.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.cancellation.1/" -> "msk-backup-parquet/unicom.cancel-status.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.caps-consent" -> "unicom.cancellation.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.caps-consent/" -> "msk-backup-parquet/unicom.cancellation.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.caps" -> "unicom.caps-consent"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.caps/" -> "msk-backup-parquet/unicom.caps-consent/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.clx-report" -> "unicom.caps"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.clx-report/" -> "msk-backup-parquet/unicom.caps/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.comms-fallback.1" -> "unicom.clx-report"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.comms-fallback.1/" -> "msk-backup-parquet/unicom.clx-report/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.cost-calculated.1" -> "unicom.comms-fallback.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.cost-calculated.1/" -> "msk-backup-parquet/unicom.comms-fallback.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.email-batch.1" -> "unicom.cost-calculated.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.email-batch.1/" -> "msk-backup-parquet/unicom.cost-calculated.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.email-post-delivery.1" -> "unicom.email-batch.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.email-post-delivery.1/" -> "msk-backup-parquet/unicom.email-batch.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.email-released-critical.1" -> "unicom.email-post-delivery.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.email-released-critical.1/" -> "msk-backup-parquet/unicom.email-post-delivery.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.email-released-important.1" -> "unicom.email-released-critical.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.email-released-important.1/" -> "msk-backup-parquet/unicom.email-released-critical.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.email-released-mock-critical.1" -> "unicom.email-released-important.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.email-released-mock-critical.1/" -> "msk-backup-parquet/unicom.email-released-important.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.email-released-mock-important.1" -> "unicom.email-released-mock-critical.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.email-released-mock-important.1/" -> "msk-backup-parquet/unicom.email-released-mock-critical.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.email-released-mock.1" -> "unicom.email-released-mock-important.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.email-released-mock.1/" -> "msk-backup-parquet/unicom.email-released-mock-important.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.email-released-ses-critical.1" -> "unicom.email-released-mock.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.email-released-ses-critical.1/" -> "msk-backup-parquet/unicom.email-released-mock.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.email-released-ses-important.1" -> "unicom.email-released-ses-critical.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.email-released-ses-important.1/" -> "msk-backup-parquet/unicom.email-released-ses-critical.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.email-released-ses.1" -> "unicom.email-released-ses-important.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.email-released-ses.1/" -> "msk-backup-parquet/unicom.email-released-ses-important.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.email-released.1" -> "unicom.email-released-ses.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.email-released.1/" -> "msk-backup-parquet/unicom.email-released-ses.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.email-status.1" -> "unicom.email-released.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.email-status.1/" -> "msk-backup-parquet/unicom.email-released.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.failed" -> "unicom.email-status.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.failed/" -> "msk-backup-parquet/unicom.email-status.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.go-inspire-letter-status.1" -> "unicom.failed"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.go-inspire-letter-status.1/" -> "msk-backup-parquet/unicom.failed/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.letter-batch-critical.1" -> "unicom.go-inspire-letter-status.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.letter-batch-critical.1/" -> "msk-backup-parquet/unicom.go-inspire-letter-status.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.letter-batch-important.1" -> "unicom.letter-batch-critical.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.letter-batch-important.1/" -> "msk-backup-parquet/unicom.letter-batch-critical.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.letter-batch.1" -> "unicom.letter-batch-important.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.letter-batch.1/" -> "msk-backup-parquet/unicom.letter-batch-important.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.letter-released-critical.1" -> "unicom.letter-batch.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.letter-released-critical.1/" -> "msk-backup-parquet/unicom.letter-batch.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.letter-released-important.1" -> "unicom.letter-released-critical.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.letter-released-important.1/" -> "msk-backup-parquet/unicom.letter-released-critical.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.letter-released-mock-critical.1" -> "unicom.letter-released-important.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.letter-released-mock-critical.1/" -> "msk-backup-parquet/unicom.letter-released-important.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.letter-released-mock-important.1" -> "unicom.letter-released-mock-critical.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.letter-released-mock-important.1/" -> "msk-backup-parquet/unicom.letter-released-mock-critical.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.letter-released-mock.1" -> "unicom.letter-released-mock-important.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.letter-released-mock.1/" -> "msk-backup-parquet/unicom.letter-released-mock-important.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.letter-released.1" -> "unicom.letter-released-mock.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.letter-released.1/" -> "msk-backup-parquet/unicom.letter-released-mock.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.letter-send-adare" -> "unicom.letter-released.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.letter-send-adare/" -> "msk-backup-parquet/unicom.letter-released.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.letter-status.1" -> "unicom.letter-send-adare"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.letter-status.1/" -> "msk-backup-parquet/unicom.letter-send-adare/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.mparticle-output-integration" -> "unicom.letter-status.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.mparticle-output-integration/" -> "msk-backup-parquet/unicom.letter-status.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.orchestration-entity.1" -> "unicom.mparticle-output-integration"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.orchestration-entity.1/" -> "msk-backup-parquet/unicom.mparticle-output-integration/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.orchestration-rule-execution.1" -> "unicom.orchestration-entity.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.orchestration-rule-execution.1/" -> "msk-backup-parquet/unicom.orchestration-entity.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.outbound-call-request" -> "unicom.orchestration-rule-execution.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.outbound-call-request/" -> "msk-backup-parquet/unicom.orchestration-rule-execution.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.push-notification-released.1" -> "unicom.outbound-call-request"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.push-notification-released.1/" -> "msk-backup-parquet/unicom.outbound-call-request/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.push-notification-status.1" -> "unicom.push-notification-released.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.push-notification-status.1/" -> "msk-backup-parquet/unicom.push-notification-released.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.rejected" -> "unicom.push-notification-status.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.rejected/" -> "msk-backup-parquet/unicom.push-notification-status.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.rendered.1" -> "unicom.rejected"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.rendered.1/" -> "msk-backup-parquet/unicom.rejected/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.requests" -> "unicom.rendered.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.requests/" -> "msk-backup-parquet/unicom.rendered.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.scheduled.1" -> "unicom.requests"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.scheduled.1/" -> "msk-backup-parquet/unicom.requests/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.send-notification.1" -> "unicom.scheduled.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.send-notification.1/" -> "msk-backup-parquet/unicom.scheduled.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.sftp-status" -> "unicom.send-notification.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.sftp-status/" -> "msk-backup-parquet/unicom.send-notification.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.sms-batch.1" -> "unicom.sftp-status"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.sms-batch.1/" -> "msk-backup-parquet/unicom.sftp-status/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.sms-released-critical.1" -> "unicom.sms-batch.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.sms-released-critical.1/" -> "msk-backup-parquet/unicom.sms-batch.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.sms-released-important.1" -> "unicom.sms-released-critical.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.sms-released-important.1/" -> "msk-backup-parquet/unicom.sms-released-critical.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.sms-released.1" -> "unicom.sms-released-important.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.sms-released.1/" -> "msk-backup-parquet/unicom.sms-released-important.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.sms-status.1" -> "unicom.sms-released.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.sms-status.1/" -> "msk-backup-parquet/unicom.sms-released.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.status-bill-email-connector" -> "unicom.sms-status.1"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.status-bill-email-connector/" -> "msk-backup-parquet/unicom.sms-status.1/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.status-energy-smets1-notifier" -> "unicom.status-bill-email-connector"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.status-energy-smets1-notifier/" -> "msk-backup-parquet/unicom.status-bill-email-connector/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.status-finance-email-delivery-engine" -> "unicom.status-energy-smets1-notifier"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.status-finance-email-delivery-engine/" -> "msk-backup-parquet/unicom.status-energy-smets1-notifier/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.status-v2" -> "unicom.status-finance-email-delivery-engine"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.status-v2/" -> "msk-backup-parquet/unicom.status-finance-email-delivery-engine/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.status" -> "unicom.status-v2"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.status/" -> "msk-backup-parquet/unicom.status-v2/"
            }

            # (1 unchanged block hidden)
        }
      ~ rule {
          ~ id     = "unicom.tests" -> "unicom.status"
            # (2 unchanged attributes hidden)

          ~ filter {
              ~ prefix = "msk-backup-parquet/unicom.tests/" -> "msk-backup-parquet/unicom.status/"
            }

            # (1 unchanged block hidden)
        }
      + rule {
          + id     = "unicom.tests"
          + status = "Enabled"
            # (1 unchanged attribute hidden)

          + expiration {
              + days                         = 92
              + expired_object_delete_marker = false
            }

          + filter {
              + prefix = "msk-backup-parquet/unicom.tests/"
            }
        }

        # (121 unchanged blocks hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.
aws_s3_bucket_lifecycle_configuration.msk_topics_retention: Modifying... [id=uw-dev-pubsub-msk-backup]
aws_s3_bucket_lifecycle_configuration.msk_topics_retention: Still modifying... [id=uw-dev-pubsub-msk-backup, 00m10s elapsed]
aws_s3_bucket_lifecycle_configuration.msk_topics_retention: Still modifying... [id=uw-dev-pubsub-msk-backup, 00m20s elapsed]
aws_s3_bucket_lifecycle_configuration.msk_topics_retention: Still modifying... [id=uw-dev-pubsub-msk-backup, 00m30s elapsed]
aws_s3_bucket_lifecycle_configuration.msk_topics_retention: Still modifying... [id=uw-dev-pubsub-msk-backup, 00m40s elapsed]
aws_s3_bucket_lifecycle_configuration.msk_topics_retention: Still modifying... [id=uw-dev-pubsub-msk-backup, 00m50s elapsed]
aws_s3_bucket_lifecycle_configuration.msk_topics_retention: Modifications complete after 56s [id=uw-dev-pubsub-msk-backup]

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

To manually trigger plan again please post @terraform-applier plan dev-aws/kafka-shared-msk/msk-backup-bucket-retention 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.

4 participants