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 network ACL and security group #1159

Merged
merged 1 commit into from
May 25, 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_network_acl
  • huaweicloud_iec_security_group

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 TestAccIECNetworkACLDataSource_basic'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./huaweicloud -v -run TestAccIECNetworkACLDataSource_basic -timeout 360m -parallel 4
=== RUN   TestAccIECNetworkACLDataSource_basic
=== PAUSE TestAccIECNetworkACLDataSource_basic
=== CONT  TestAccIECNetworkACLDataSource_basic
--- PASS: TestAccIECNetworkACLDataSource_basic (21.38s)
PASS
ok      github.com/huaweicloud/terraform-provider-huaweicloud/huaweicloud       21.444s

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

@ShiChangkuo ShiChangkuo merged commit 1b0f8d5 into huaweicloud:master May 25, 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