Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/test/src/go_modules-08…
Browse files Browse the repository at this point in the history
…c05a0078
  • Loading branch information
goruha authored Jul 1, 2024
2 parents 135fbdc + 0908cb1 commit ab9f136
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,9 @@ module "kafka" {

certificate_authority_arns = var.certificate_authority_arns

## Use custom broker DNS name to avoid resource conflict for concurrent test runs
## `%%ID%%` is the expected placeholder for cluster node number in `custom_broker_dns_name`
custom_broker_dns_name = format("msk-test-broker-%s-%s", var.attributes[0], "%%ID%%")

context = module.this.context
}

0 comments on commit ab9f136

Please sign in to comment.