Skip to content

Commit cd833d5

Browse files
committed
fix: add test coverage
1 parent 67be6a0 commit cd833d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/complete/main.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,10 @@ module "icd_rabbitmq" {
125125
backup_encryption_key_crn = module.key_protect_all_inclusive.keys["icd.${local.backups_key_name}"].crn
126126
service_credential_names = local.service_credential_names
127127
member_host_flavor = "multitenant"
128+
# Example of setting configuration - none of the below is mandatory - those settings are set in this example for illustation purpose and ensure path is exercised in automated test using this example.
129+
configuration = {
130+
delete_undefined_queues = true
131+
}
128132
cbr_rules = [
129133
{
130134
description = "${var.prefix}-rabbitmq access only from vpc"

0 commit comments

Comments
 (0)