Closed Soaib024 closed 4 months ago
/run pipeline
/run pipeline
/run pipeline
Name in output will be null, when using existing instance, is that okay? If not we will need data block to fetch it
output "scc_name" {
description = "SCC instance name"
value = var.existing_scc_instance_crn == null ? module.scc[0].name : null
}
@Soaib024 lets add the data lookup - no harm. Then we can update to get the values from there. Assume data lookup can be done on the CRN?
/run pipeline
/run pipeline
@Soaib024 lets add the data lookup - no harm. Then we can update to get the values from there. Assume data lookup can be done on the CRN?
@ocofaigh I have added data look up to fetch the existing instance from guid
/run pipeline
:tada: This issue has been resolved in version 1.14.0 :tada:
The release is available on:
v1.14.0
Your semantic-release bot :package::rocket:
@ocofaigh should existing_scc_instance_crn
be included in ibm_catalog?
@jor2 yea we should of put it there but just for ordering - it will still appear in the DA inputs, but not in any order. Do you want to create an issue to add it please?
@jor2 yea we should of put it there but just for ordering - it will still appear in the DA inputs, but not in any order. Do you want to create an issue to add it please?
Description
https://github.com/terraform-ibm-modules/terraform-ibm-scc-da/issues/140
Support for existing scc instance
Release required?
x.x.X
)x.X.x
)X.x.x
)Release notes content
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