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 vpc bandwidth data source and docs #595

Merged
merged 2 commits into from
Oct 20, 2020

Conversation

ShiChangkuo
Copy link
Collaborator

Fixes #575

  • add vpc bandwidth data source and docs
  • Add some attributes for bandwidth resource

The acceptance testing result as follows:

$ make testacc TEST='./huaweicloud' TESTARGS='-run TestAccVpcBandWidthV2_basic'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./huaweicloud -v -run TestAccVpcBandWidthV2_basic -timeout 360m
=== RUN   TestAccVpcBandWidthV2_basic
--- PASS: TestAccVpcBandWidthV2_basic (34.21s)
PASS
ok      github.com/huaweicloud/terraform-provider-huaweicloud/huaweicloud       34.247s

$ make testacc TEST='./huaweicloud' TESTARGS='-run TestAccBandWidthDataSource_basic'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./huaweicloud -v -run TestAccBandWidthDataSource_basic -timeout 360m
=== RUN   TestAccBandWidthDataSource_basic
--- PASS: TestAccBandWidthDataSource_basic (23.58s)
PASS
ok      github.com/huaweicloud/terraform-provider-huaweicloud/huaweicloud       23.628s

@ShiChangkuo ShiChangkuo merged commit 1c3a5b0 into huaweicloud:master Oct 20, 2020
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.

Feature request: bandwidth data source
1 participant