terraform-provider-huaweicloud
terraform-provider-huaweicloud copied to clipboard
[CCE] Creating CCE Node with Disk Encryption Failed
When I try to create a data disk with kms encryption id, error message below was reported:
│ Error: Error waiting for job (2b2e2b9d-2d32-11ed-abcc-0255ac1002c7) to become success: unexpected state 'Failed', wanted target 'Success'. last error: %!s(
In the document for huaweicloud_cce_node, it mentioned EVSAccessKMS is required. I have already had such agency created in my terraform as below:
resource "huaweicloud_identity_agency" "agency" {
name = "EVSAccessKMS"
description = "Agency Created by Terraform for EVS Accessing KMS"
delegated_service_name = "op_svc_evs"
domain_roles = ["KMS Administrator"]
}
Seems this is an error on Service side, you can create a ticket to them with the API error logs.
@zhenzh I will close it temporarily, If you have any questions, please reopen it. Thanks.