Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Manage HANA Cloud instance mappings #694

Open
tcasteli opened this issue Jan 31, 2024 · 2 comments
Open

[FEATURE] Manage HANA Cloud instance mappings #694

tcasteli opened this issue Jan 31, 2024 · 2 comments
Labels
btpcli Dependency to BTP CLI backend development enhancement New feature or request pending-decision This issue has not been accepted for implementation nor rejected. It's still open to discussion.

Comments

@tcasteli
Copy link

What area do you want to see improved?

terraform provider

Is your feature request related to a problem? Please describe.

The Terraform Provider in its current state supports the creation of HANA Cloud instances.
It is currently not possible to manage instance mappings via Terraform.

Describe the solution you would like

The management of instance mappings should be possible via Terraform. Here some pseudo code how this could look like

resource "btp_subaccount_hana_cloud_instance_mapping" "space_mapping" {
  subaccount_id = "your_subscr_id"
  hana_instance_id = "your_hana_instance_id"
  platform = "cloudfoundry|kubernetes"
  primary_id = "your_org_id|your_cluster_id"
  secondary_id = "your_space_id|your_namespace_id"
  is_default = "true|false"
}

Describe alternatives you have considered

Calling the Business Accelerator Hub API to manage instance mappings. This needs a restful terraform provider and client_id/client_secret in the provider configuration.

Additional context

The provider would supply the same functionality as the Business Accelerator Hub API which can be found here:
https://api.sap.com/api/InventoryServiceAPI/path/post_inventory_v2_serviceInstances__serviceInstanceID__instanceMappings

@tcasteli tcasteli added enhancement New feature or request pending-decision This issue has not been accepted for implementation nor rejected. It's still open to discussion. labels Jan 31, 2024
Copy link

Thanks for the feature request. We evaluate it and update the issue accordingly.

Community Note

Voting for Prioritization

  • Please vote on this issue by adding a 👍 reaction to the original post to help the community and maintainers prioritize this request.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.

Volunteering to Work on This Issue

  • If you are interested in working on this issue, please leave a comment.
  • If this would be your first contribution, please review the contribution guide.

@zhjuncai
Copy link

I'd love to have this feature too, then we can fully automate the runtime and hana cloud resources provision

@CHERIANS CHERIANS added the btpcli Dependency to BTP CLI backend development label Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
btpcli Dependency to BTP CLI backend development enhancement New feature or request pending-decision This issue has not been accepted for implementation nor rejected. It's still open to discussion.
Projects
None yet
Development

No branches or pull requests

3 participants