You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
updated to CBR module 1.23.0. This update means that the zone_service_ref_list input variable format has changed from list(string) to map(object({service_ref_location=optional(list(string),[])}))
For example, previously you would use like so:
zone_service_ref_list = ["cloud-object-storage"]
and in this version and later, you should use like so:
Previously the module accepted either CRN or GUID to be passed for the source_resource_instance_id and target_resource_instance_id, this has changed to only accept the GUID as valid input for this field in the var.service_map variable (#75) (af6de41)