generated from terraform-ibm-modules/terraform-ibm-module-template
-
Notifications
You must be signed in to change notification settings - Fork 1
add : fully configurable version #300
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
Merged
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
781c0a6
add : fully configurable version
Aayush-Abhyarthi 1d9f1f9
Merge branch 'main' into baseline_DA
Aayush-Abhyarthi cf7ab9c
working code for fully-configurable variation
Aayush-Abhyarthi 609490f
update variables
Aayush-Abhyarthi 12d9433
SKIP UPGRADE TEST
Aayush-Abhyarthi 5a56420
fix: cra scan
Aayush-Abhyarthi 180ca17
fix: cra scan
Aayush-Abhyarthi 6de6278
fix: cra scan
Aayush-Abhyarthi 0968514
add: security-enforced variation
Aayush-Abhyarthi e4060bb
Merge branch 'main' into baseline_DA
Aayush-Abhyarthi 5e87ae9
fix: tests
Aayush-Abhyarthi a34b815
resolve comments
Aayush-Abhyarthi 81ccd0f
Merge branch 'main' into baseline_DA
Aayush-Abhyarthi db91381
Merge branch 'main' into baseline_DA
Aayush-Abhyarthi a6ee04f
fix: resolve comments
Aayush-Abhyarthi 1610d86
fix: resolve comments
Aayush-Abhyarthi 3d5c6de
fix: cra-scan
Aayush-Abhyarthi 2d235ff
Merge branch 'main' into baseline_DA
Aayush-Abhyarthi a133332
resolve conflicts
Aayush-Abhyarthi 0a31f19
fix: resolve comments
Aayush-Abhyarthi 1208b06
resolve comments
Aayush-Abhyarthi 1bea161
resolve conflicts
Aayush-Abhyarthi 14d0c6a
resolve conflicts
Aayush-Abhyarthi 8373ece
add tests
Aayush-Abhyarthi c3562ca
fix: error
Aayush-Abhyarthi 02d9e06
resolve comments
Aayush-Abhyarthi ce59392
fix: resolve comments
Aayush-Abhyarthi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
# More info about this file at https://github.com/terraform-ibm-modules/common-pipeline-assets/blob/main/.github/workflows/terraform-test-pipeline.md#cra-config-yaml | ||
version: "v1" | ||
CRA_TARGETS: | ||
- CRA_TARGET: "solutions/standard" # Target directory for CRA scan. If not provided, the CRA Scan will not be run. | ||
- CRA_TARGET: "solutions/fully-configurable" # Target directory for CRA scan. If not provided, the CRA Scan will not be run. | ||
CRA_IGNORE_RULES_FILE: "cra-tf-validate-ignore-rules.json" # CRA Ignore file to use. If not provided, it checks the repo root directory for `cra-tf-validate-ignore-rules.json` | ||
PROFILE_ID: "fe96bd4d-9b37-40f2-b39f-a62760e326a3" # SCC profile ID (currently set to 'IBM Cloud Framework for Financial Services' '1.7.0' profile). | ||
CRA_ENVIRONMENT_VARIABLES: # An optional map of environment variables for CRA, where the key is the variable name and value is the value. Useful for providing TF_VARs. | ||
TF_VAR_existing_kms_instance_crn: "crn:v1:bluemix:public:hs-crypto:us-south:a/abac0df06b644a9cabc6e44f55b3880e:e6dce284-e80f-46e1-a3c1-830f7adff7a9::" | ||
TF_VAR_resource_group_name: "test" | ||
TF_VAR_kms_encryption_enabled: "true" | ||
TF_VAR_existing_resource_group_name: "geretain-test-secrets-manager" | ||
TF_VAR_provider_visibility: "public" | ||
TF_VAR_prefix: "test" |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.