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(Network ACL): Synchronized Network ACL resources, unit test and document. #1095

Closed liwanting0517 closed 5 months ago

liwanting0517 commented 7 months ago

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) fixes #xxx

Special notes for your reviewer:

Release note:

PR Checklist

Acceptance Steps Performed

## TestAccNetworkACL_basic
=== RUN   TestAccNetworkACL_basic
=== PAUSE TestAccNetworkACL_basic
=== CONT  TestAccNetworkACL_basic
--- PASS: TestAccNetworkACL_basic (89.24s)
PASS

## TestAccNetworkACL_no_subnets
=== RUN   TestAccNetworkACL_no_subnets
=== PAUSE TestAccNetworkACL_no_subnets
=== CONT  TestAccNetworkACL_no_subnets
--- PASS: TestAccNetworkACL_no_subnets (29.65s)
PASS

## TestAccNetworkACL_remove
=== RUN   TestAccNetworkACL_remove
=== PAUSE TestAccNetworkACL_remove
=== CONT  TestAccNetworkACL_remove
--- PASS: TestAccNetworkACL_remove (116.74s)
PASS

## TestAccNetworkACLRule_basic
=== RUN   TestAccNetworkACLRule_basic
=== PAUSE TestAccNetworkACLRule_basic
=== CONT  TestAccNetworkACLRule_basic
--- PASS: TestAccNetworkACLRule_basic (65.06s)
PASS

## TestAccNetworkACLRule_anyProtocol
=== RUN   TestAccNetworkACLRule_anyProtocol
=== PAUSE TestAccNetworkACLRule_anyProtocol
=== CONT  TestAccNetworkACLRule_anyProtocol
--- PASS: TestAccNetworkACLRule_anyProtocol (32.29s)
PASS