IBM-Cloud / terraform-provider-ibm

https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs
Mozilla Public License 2.0
336 stars 645 forks source link

wait for kms apply #5383

Closed attilatabori closed 1 month ago

attilatabori commented 1 month ago

Community Note

Relates OR Closes #0000

Output from acceptance testing:

[…]

[DEBUG] Wait for KMS to apply to master
[DEBUG] Waiting for state to become: [Ready]
[DEBUG] Waiting for KMS to apply to master
[DEBUG] REQUEST: [2024-05-22T15:53:06+02:00] GET /global/v2/getCluster?cluster=<redacted>&v1-compatible HTTP/1.1
[…]
[DEBUG] RESPONSE: [2024-05-22T15:53:07+02:00] Elapsed: 1199ms HTTP/1.1 200 OK
[…]
[DEBUG] KeyProtectEnabled still false
[DEBUG] Waiting for KMS to apply to master
[DEBUG] REQUEST: [2024-05-22T15:53:12+02:00] GET /global/v2/getCluster?cluster=<redacted>&v1-compatible HTTP/1.1
[…]
[DEBUG] RESPONSE: [2024-05-22T15:53:14+02:00] Elapsed: 1120ms HTTP/1.1 200 OK

[…]

[DEBUG] KeyProtectEnabled still false
[DEBUG] Waiting for KMS to apply to master
[DEBUG] REQUEST: [2024-05-22T16:08:58+02:00] GET /global/v2/getCluster?cluster=<redacted>&v1-compatible HTTP/1.1
[…]
[DEBUG] RESPONSE: [2024-05-22T16:08:59+02:00] Elapsed: 1014ms HTTP/1.1 200 OK
[…]
[DEBUG] KMS applied to master

[…]

2024-05-22T16:17:15.975+0200 [DEBUG] sdk.helper_resource: Finished TestCase: test_name=TestAccIBMContainerVpcClusterBaseEnvvar
--- PASS: TestAccIBMContainerVpcClusterBaseEnvvar (1931.50s)
PASS
ok      github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/kubernetes      1934.223s

...