Closed v0lkc closed 3 months ago
Thanks for the feature request. We evaluate it and update the issue accordingly.
Further information:
Datasource for service broker is available. The new resource would reflect the BTP CLI commands that represent the modification:
What area do you want to see improved?
terraform provider
Is your feature request related to a problem? Please describe.
The SAP BTP Terraform Provider currently lacks the capability to register service brokers that comply with the Open Service Broker API specification within a BTP subaccount. The introduction of a new resource, namely
btp_subaccount_service_broker
, would fill this gap for integration testing of service brokers.Describe the solution you would like
Introduce a new resource,
btp_subaccount_service_broker
, to the Terraform Provider for SAP BTP. This resource will manage the lifecycle of service brokers within a subaccount. It will support creating, updating, and deleting service broker registrations.Details for the new resource include:
Example Configuration
Describe alternatives you have considered
null_resource
http_get
requests to the service manager api with the http datasourceAdditional context
btp get services/broker
btp register services/broker
btp update services/broker
btp unregister services/broker