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(IAM): import IAM resource, unit test and document. #1044

Closed Zippo-Wang closed 9 months ago

Zippo-Wang commented 11 months ago

What this PR does / why we need it: import data_source_flexibleengine_account 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:

‍‍```release-note

‍‍```

PR Checklist

Acceptance Steps Performed

data_source_flexibleengine_account

=== RUN   TestAccDatasourceAccount_basic
=== PAUSE TestAccDatasourceAccount_basic
=== CONT  TestAccDatasourceAccount_basic
--- PASS: TestAccDatasourceAccount_basic (36.26s)
PASS

coverage: 1.7% of statements in ../../../terraform-provider-flexibleengine/...

data_source_flexibleengine_identity_projects

=== RUN   TestAccIdentityProjectsDataSource_basic
=== PAUSE TestAccIdentityProjectsDataSource_basic
=== CONT  TestAccIdentityProjectsDataSource_basic
--- PASS: TestAccIdentityProjectsDataSource_basic (29.56s)
PASS

coverage: 1.7% of statements in ../../../terraform-provider-flexibleengine/...
‍‍```
chengxiangdong commented 11 months ago

/lgtm