We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
0.14.8
data "ibm_resource_group" "default" { name = "Default" } resource "ibm_is_dedicated_host_group" "dh_group01" { family = "balanced" class = "bx2d" zone = "eu-de-1" name = "dp-dh-group-bx2d" resource_group = data.ibm_resource_group.default.id } data "ibm_is_dedicated_host_group" "dgroup" { name = ibm_is_dedicated_host_group.dh_group01.name } resource "ibm_is_dedicated_host" "is_dedicated_host" { profile = "bx2d-host-152x608" name = "dp-dedicated-host-bx2d" host_group = data.ibm_is_dedicated_host_group.dgroup.id
Error: DedicatedHost instance is in FAILED state
Dedicated host should be deleted without throwing error
Deletion fails throwing error saying the State is FAILED
Please list the steps required to reproduce the issue, for example:
terraform apply
The text was updated successfully, but these errors were encountered:
Fixed in latest 1.23.0 thanks..
Sorry, something went wrong.
No branches or pull requests
Terraform Version
0.14.8
Affected Resource(s)
Terraform Configuration Files
Debug Output
Error: DedicatedHost instance is in FAILED state
Expected Behavior
Dedicated host should be deleted without throwing error
Actual Behavior
Deletion fails throwing error saying the State is FAILED
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
The text was updated successfully, but these errors were encountered: