Added validation for var.existing_secrets_manager_instance_crn when var.skip_cos_sm_auth_policy is false
Added "skip_cos_sm_auth_policy": true in solutions/instance/catalogValidationValues.json.template as we are not creating sm credentials while catalog validation
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:
/run pipeline
Checklist for reviewers
[ ] If relevant, a test for the change is included or updated with this PR.
[ ] If relevant, documentation for the change is included or updated with this PR.
For mergers
Use a conventional commit message to set the release level. Follow the guidelines.
Include information that users need to know about the PR in the commit message. The commit message becomes part of the GitHub release notes.
Description
PR: https://github.com/terraform-ibm-modules/terraform-ibm-cos/issues/708
Release required?
x.x.X
)x.X.x
)X.x.x
)Release notes content
var.existing_secrets_manager_instance_crn
whenvar.skip_cos_sm_auth_policy
is falsesolutions/instance/catalogValidationValues.json.template
as we are not creating sm credentials while catalog validationRun 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