Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add data source for IEC keypair and EIPs #1164

Merged
merged 2 commits into from
May 26, 2021

Conversation

ShiChangkuo
Copy link
Collaborator

What this PR does / why we need it:

Which issue this PR fixes:
(optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged)
relate to #1151
the following data sources are added:

  • huaweicloud_iec_eips
  • huaweicloud_iec_keypair

Special notes for your reviewer:

Release note:


PR Checklist

  • Tests added/passed.
  • Documentation updated.
  • Schema updated.

Acceptance Steps Performed

$ make testacc TEST='./huaweicloud' TESTARGS='-run TestAccIECKeypairDataSource_basic'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./huaweicloud -v -run TestAccIECKeypairDataSource_basic -timeout 360m -parallel 4
=== RUN   TestAccIECKeypairDataSource_basic
=== PAUSE TestAccIECKeypairDataSource_basic
=== CONT  TestAccIECKeypairDataSource_basic
--- PASS: TestAccIECKeypairDataSource_basic (15.73s)
PASS
ok      github.com/huaweicloud/terraform-provider-huaweicloud/huaweicloud       15.771s

$ make testacc TEST='./huaweicloud' TESTARGS='-run TestAccIECPublicIPsDataSource_basic'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./huaweicloud -v -run TestAccIECPublicIPsDataSource_basic -timeout 360m -parallel 4
=== RUN   TestAccIECPublicIPsDataSource_basic
=== PAUSE TestAccIECPublicIPsDataSource_basic
=== CONT  TestAccIECPublicIPsDataSource_basic
--- PASS: TestAccIECPublicIPsDataSource_basic (51.61s)
PASS
ok      github.com/huaweicloud/terraform-provider-huaweicloud/huaweicloud       51.649s

@ShiChangkuo ShiChangkuo merged commit 3ce0392 into huaweicloud:master May 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant