File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 334334 "key" : " existing_rabbitmq_instance_crn"
335335 },
336336 {
337- "key" : " configuration"
337+ "key" : " configuration"
338338 }
339339 ]
340340 }
Original file line number Diff line number Diff line change @@ -165,14 +165,14 @@ resource "time_sleep" "wait_for_backup_kms_authorization_policy" {
165165# #######################################################################################################################
166166
167167resource "ibm_database" "rabbitmq_database" {
168- depends_on = [time_sleep . wait_for_authorization_policy , time_sleep . wait_for_backup_kms_authorization_policy ]
169- name = var. name
170- plan = var. plan
171- location = var. region
172- service = " messages-for-rabbitmq"
173- version = var. rabbitmq_version
174- resource_group_id = var. resource_group_id
175- service_endpoints = var. service_endpoints
168+ depends_on = [time_sleep . wait_for_authorization_policy , time_sleep . wait_for_backup_kms_authorization_policy ]
169+ name = var. name
170+ plan = var. plan
171+ location = var. region
172+ service = " messages-for-rabbitmq"
173+ version = var. rabbitmq_version
174+ resource_group_id = var. resource_group_id
175+ service_endpoints = var. service_endpoints
176176 # remove elements with null values: see https://github.com/terraform-ibm-modules/terraform-ibm-icd-postgresql/issues/273
177177 configuration = var. configuration != null ? jsonencode ({ for k , v in var . configuration : k => v if v != null }) : null
178178 tags = var. tags
You can’t perform that action at this time.
0 commit comments