-
Notifications
You must be signed in to change notification settings - Fork 16
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
feat: [MSSQL] expose publicly_accessible property #1088
Conversation
There was a problem hiding this 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
integration-tests/mssql_test.go
Outdated
@@ -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, |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.)
There was a problem hiding this 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
Co-authored-by: Andrea Zucchini <zandrea@vmware.com>
[#185201362]
Checklist:
make run-integration-tests
andmake run-terraform-tests
?