Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Acc-1098, add move out module #730

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Acc-1098, add move out module #730

wants to merge 1 commit into from

Conversation

abramin
Copy link
Contributor

@abramin abramin commented Dec 16, 2024

No description provided.

@abramin abramin requested a review from a team as a code owner December 16, 2024 08:06
Copy link

linear bot commented Dec 16, 2024

@uw-infra
Copy link

uw-infra commented Dec 16, 2024

Terraform run output for

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

Terraform will perform the following actions:

  # module.account_identity_di_move_out_notifications.kafka_acl.group_acl["account-identity.di-kafka-source-move-out"] will be created
  + resource "kafka_acl" "group_acl" {
      + acl_host                     = "*"
      + acl_operation                = "Read"
      + acl_permission_type          = "Allow"
      + acl_principal                = "User:CN=account-platform/di_home_moves"
      + id                           = (known after apply)
      + resource_name                = "account-identity.di-kafka-source-move-out"
      + resource_pattern_type_filter = "Literal"
      + resource_type                = "Group"
    }

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

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

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

@abramin abramin self-assigned this Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants