-
Notifications
You must be signed in to change notification settings - Fork 2
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
fix: change count condition #360
Conversation
/run pipeline |
/run pipeline |
/run pipeline |
Reason for skipping upgrade tests:
|
/run pipeline |
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.
use_custom_backup_encryption_key
doesn't really make sense here. Its all getting very very confusing for the consumer. We may consider some refactoring here. I'm doing a deep dive now, so will get back to you
@arya-girish-k, refer this PR updates here for your issue in the PR- terraform-ibm-modules/terraform-ibm-icd-postgresql#530 |
@Ak-sky This PR has nothing to do with scoping the KMS policy to the exact key. Its related to how we are handling the use case when users pass a different KMS key for backup encryption |
right @ocofaigh, but @arya-girish-k is refering the same changes from here in postgresql to create 2 auth-policies and running into the same issue Invalid count argument. So the same usecase would be need to be handled in terraform-ibm-modules/terraform-ibm-icd-postgresql#530. |
OK, bare with me - I'll be creating a new PR with some refactoring |
Superseeded by #363 |
Description
#359
Release required?
x.x.X
)x.X.x
)X.x.x
)Release notes content
Change count condition to no longer use resources that are only created after apply.
Run the pipeline
If the CI pipeline doesn't run when you create the PR, the PR requires a user with GitHub collaborators access to run the pipeline.
Run the CI pipeline when the PR is ready for review and you expect tests to pass. Add a comment to the PR with the following text:
Checklist for reviewers
For mergers