What area do you want to see improved?
terraform provider
Is your feature request related to a problem? Please describe.
Currently it is cumbersome to list and filter information of resources on SAP BTP. With Terraform 1.14 the option to list resources including filtering is available: https://developer.hashicorp.com/terraform/plugin/framework/list-resources which imporves the situation if available
From an administration perspective this could also help users to find unmanaged resources
Describe the solution you would like
Implement the List functionality for all resources that can support resource identities.
Describe alternatives you have considered
n/a
Additional context
Prerequisite is that the List functionality of Terraform is GA i.e. the plugin framework part is considered stable
Also requires #353
What area do you want to see improved?
terraform provider
Is your feature request related to a problem? Please describe.
Currently it is cumbersome to list and filter information of resources on SAP BTP. With Terraform 1.14 the option to list resources including filtering is available: https://developer.hashicorp.com/terraform/plugin/framework/list-resources which imporves the situation if available
From an administration perspective this could also help users to find unmanaged resources
Describe the solution you would like
Implement the List functionality for all resources that can support resource identities.
Describe alternatives you have considered
n/a
Additional context
Prerequisite is that the List functionality of Terraform is GA i.e. the plugin framework part is considered stable
Also requires #353