-
Notifications
You must be signed in to change notification settings - Fork 24
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
test: Fix DBaaS tests, mark 'connection_pooler' as Computed #674
Conversation
71f4ec0
to
2174e26
Compare
@@ -68,6 +68,7 @@ func resourceDbaasPgSqlCluster() *schema.Resource { | |||
MaxItems: 1, | |||
Description: "Configuration options for the connection pooler", | |||
Optional: true, | |||
Computed: true, |
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.
if this changed, we should add it to the changelog, also to the commit title
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.
@cristiGuranIonos yes, I forgot to add it in the CHANGELOG.md
. This was supposed to be done in the PR for the connection_pooler
attribute but I missed it. I'll add it in both CHANGELOG.md
and title.
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.
@cristiGuranIonos done in e8383e7
2174e26
to
054b9e3
Compare
054b9e3
to
e8383e7
Compare
e8383e7
to
7675f14
Compare
Quality Gate passedIssues Measures |
What does this fix or implement?
Checklist
feat:
/fix:
/doc:
/test:
/refactor:
)