hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.84k stars 9.19k forks source link

feat: add topic_name_configuration to msk replicator #40101

Open lvthillo opened 3 days ago

lvthillo commented 3 days ago

Description

Add topic_name_configuration attribute to MSK replicator.

Relations

Closes #39309

References

Output from Acceptance Testing

$ make testacc TESTARGS='-run=TestAccKafkaReplicator_basic\|TestAccKafkaReplicator_update' PKG=kafka
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.23.2 test ./internal/service/kafka/... -v -count 1 -parallel 20  -run=TestAccKafkaReplicator_basic\|TestAccKafkaReplicator_update -timeout 360m
2024/11/12 11:50:56 Initializing Terraform AWS Provider...
=== RUN   TestAccKafkaReplicator_basic
=== PAUSE TestAccKafkaReplicator_basic
=== RUN   TestAccKafkaReplicator_update
=== PAUSE TestAccKafkaReplicator_update
=== CONT  TestAccKafkaReplicator_basic
=== CONT  TestAccKafkaReplicator_update
--- PASS: TestAccKafkaReplicator_basic (9085.58s)
--- PASS: TestAccKafkaReplicator_update (9902.97s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/kafka      9919.192s

...
github-actions[bot] commented 3 days ago

Community Note

Voting for Prioritization

For Submitters