SAP / terraform-provider-btp

Terraform provider for SAP BTP
https://registry.terraform.io/providers/SAP/btp/latest
Apache License 2.0
72 stars 12 forks source link

[BUG] Error Handling during new HANA cloud instance creation #821

Closed lechnerc77 closed 1 week ago

lechnerc77 commented 2 weeks ago

Is there an existing issue for this?

What version of the Terraform provider are you using?

1.3.0

What version of the Terraform CLI are you using?

1.8.0

What type of issue are you facing

bug report

Describe the bug

For new instance creation if i dont set generateSystemPassword set to true, i am getting broker error ( See the attached image). same for even if any any miss match between memory to CPU. However the error message does not contain the root cause.

This works however for updates

Expected Behavior

Same behavior for creation and updates as provided by https://github.com/SAP/terraform-provider-btp/pull/771

Steps To Reproduce

image (1)

User's Role Collections

Add screenshots to help explain your problem

see above

Additional context

originally reported by @surendrababub here: https://github.com/SAP/terraform-provider-cloudfoundry/issues/126 -> relevant for BTP provider not CF provider