FlexibleEngineCloud / terraform-provider-flexibleengine

Terraform flexibleengine provider
https://www.terraform.io/docs/providers/flexibleengine/
Mozilla Public License 2.0
30 stars 53 forks source link

feat(CCE): import CCE resource, unit test and document. #1060

Closed Zippo-Wang closed 10 months ago

Zippo-Wang commented 10 months ago

What this PR does / why we need it: import data_source_flexibleengine_cce_nodes resource, unit test and document

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:

PR Checklist

Acceptance Steps Performed

make testacc TEST='./flexibleengine' TESTARGS='-run=TestAccSomethingV0_basic'
...
=== RUN   TestAccNodesDataSource_basic
=== PAUSE TestAccNodesDataSource_basic
=== CONT  TestAccNodesDataSource_basic
--- PASS: TestAccNodesDataSource_basic (972.24s)
PASS
coverage: 3.5% of statements in ../../../terraform-provider-flexibleengine/...