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

feat(NAT): Synchronized NAT dataSources, unit test and document. #1099

Conversation

dengyali0125
Copy link

@dengyali0125 dengyali0125 commented Jan 15, 2024

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

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

Acceptance Steps Performed

flexibleengine_nat_gateway_v2

=== RUN TestAccDataPublicGateway_basic
=== PAUSE TestAccDataPublicGateway_basic
=== CONT TestAccDataPublicGateway_basic
--- PASS: TestAccDataPublicGateway_basic (185.81s)
PASS

Comment on lines +39 to +44
resource "flexibleengine_nat_gateway_v2" "test" {
name = "%[2]s"
spec = "1"
subnet_id = flexibleengine_vpc_subnet_v1.test.id
vpc_id = flexibleengine_vpc_v1.test.id
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

too many spaces

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants