On adding existing_vpc_id under vpcs map of landing-zone module, got vpc_data output issue #1882
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI-Pipeline | |
# Controls when the workflow will run, when comment is created | |
on: | |
issue_comment: | |
types: | |
- created | |
jobs: | |
call-terraform-ci-pipeline: | |
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/[email protected] | |
secrets: inherit | |
with: | |
craSCCv2: true | |
craConfigYamlFile: "cra-config.yaml" |