terraform-provider-huaweicloud icon indicating copy to clipboard operation
terraform-provider-huaweicloud copied to clipboard

feat(cph): add resource cph server restart

Open luoping-12345 opened this issue 4 months ago • 0 comments

What this PR does / why we need it: add resource cph server restart

Which issue this PR fixes: (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged) fixes #xxx

Special notes for your reviewer:

Release note:

add resource cph server restart

PR Checklist

  • [ ] Tests added/passed.
make testacc TEST="./huaweicloud/services/acceptance/cph" TESTARGS="-run TestAccCphServerRestart_basic"
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./huaweicloud/services/acceptance/cph -v -run TestAccCphServerRestart_basic -timeout 360m -parallel 4
=== RUN   TestAccCphServerRestart_basic
=== PAUSE TestAccCphServerRestart_basic
=== CONT  TestAccCphServerRestart_basic
--- PASS: TestAccCphServerRestart_basic (2316.44s)
PASS
ok      github.com/huaweicloud/terraform-provider-huaweicloud/huaweicloud/services/acceptance/cph       2316.492s
  • [ ] Documentation updated.

  • [ ] Schema updated.

  • [ ] CheckDeleted.

    • a. During query operation (Read Context) aa. Resource not found >>>>>> Paste the screenshot here <<<<<<

    • b. During delete/disassociate/unbind operation (Delete Context) ba. Resource not found >>>>>> Paste the screenshot here <<<<<<

luoping-12345 avatar Oct 25 '24 07:10 luoping-12345