v1.2.0
·
144 commits
to main
since this release
1.2.0 (2024-08-01)
Updates (#131) (652f20e)
- updated to CBR module 1.23.0. This update means that the
zone_service_ref_listinput variable format has changed fromlist(string)tomap(object({service_ref_location=optional(list(string),[])}))- For example, previously you would use like so:
and in this version and later, you should use like so:
zone_service_ref_list = ["cloud-object-storage"]zone_service_ref_list = { "cloud-object-storage" = {} }
- For example, previously you would use like so: