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: [MSSQL] expose publicly_accessible property #1088

Merged
merged 5 commits into from
Aug 21, 2023

Conversation

fnaranjo-vmw
Copy link
Contributor

@fnaranjo-vmw fnaranjo-vmw commented Aug 18, 2023

[#185201362]

Checklist:

  • Have you added Release Notes in the docs repositories?
  • Have you ran make run-integration-tests and make run-terraform-tests?
  • Have you ran acceptance tests for the service under change?
  • Have you followed the Conventional Commits specification?

Copy link
Contributor

@zucchinidev zucchinidev left a comment

Choose a reason for hiding this comment

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

Great job @fnaranjo-vmw . I asked for a little refactor

@@ -53,6 +53,7 @@ var _ = Describe("MSSQL", Label("MSSQL"), func() {
"rds_subnet_group": "some-rds-subnet-group",
"instance_class": "some-instance-class",
"max_allocated_storage": 999,
"publicly_accessible": false,
Copy link
Contributor

Choose a reason for hiding this comment

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

nit-pick: this property is not needed. The default value is propagate

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Feel free to remove it. I have the tendency to add every new field to some of the maps in the tests (required, optional, defaults, etc.)

Copy link
Contributor

@zucchinidev zucchinidev left a comment

Choose a reason for hiding this comment

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

I added the suggested change

integration-tests/mssql_test.go Outdated Show resolved Hide resolved
Co-authored-by: Andrea Zucchini <zandrea@vmware.com>
@zucchinidev zucchinidev merged commit 607ccda into main Aug 21, 2023
@zucchinidev zucchinidev deleted the feat-mssql-expose-publicly-accessible-#185201362 branch August 21, 2023 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants