terraform-provider-cloudfoundry
terraform-provider-cloudfoundry copied to clipboard
replace_on_params_change option for cloudfoundry_user_provided_service
Hi,
In cloudfoundry_user_provided_service ,if the service is already created and we change the syslog_drain_url, the resource doesn't get recreated. Hence the service id doesn't change.
Impact:
The resource cloudfoundry_app doesnt consider this as a change hence the application binding doesnt change(service_binding.service_instance).
Please introduce an option similar to replace_on_params_change which is available in cloudfoundry_service_instance where the service instance gets recreated with change in syslog_drain_url.