You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!--This heading should always match the name of the root level module (aka the repo name) -->
46
+
<!--Replace this heading with the name of the root level module (the repo name) -->
40
47
## terraform-ibm-module-template
41
48
42
49
### Usage
@@ -82,7 +89,7 @@ statement instead the previous block.
82
89
<!-- No permissions are needed to run this module.-->
83
90
84
91
85
-
<!--Below content is automatically populated via pre-commit hook -->
92
+
<!--The following content is automatically populated by the pre-commit hook -->
86
93
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
87
94
### Requirements
88
95
@@ -107,7 +114,7 @@ No inputs.
107
114
No outputs.
108
115
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
109
116
110
-
<!-- Leave this section as is so that your module has a link to local development environment setup steps for contributors to follow -->
117
+
<!-- Leave this section as is so that your module has a link to local development environment set-up steps for contributors to follow -->
111
118
## Contributing
112
119
113
120
You can report issues and request features for this module in GitHub issues in the module repo. See [Report an issue or request a feature](https://github.com/terraform-ibm-modules/.github/blob/main/.github/SUPPORT.md).
Copy file name to clipboardExpand all lines: cra-config.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# 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
2
2
version: "v1"
3
3
CRA_TARGETS:
4
-
- CRA_TARGET: "examples/complete"# Target directory for CRA scan. If not provided, the CRA Scan will not be run.
4
+
- CRA_TARGET: "examples/advanced"# Target directory for CRA scan. If not provided, the CRA Scan will not be run.
5
5
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`
6
6
PROFILE_ID: "0e6e7b5a-817d-4344-ab6f-e5d7a9c49520"# SCC profile ID (currently set to the FSCloud 1.4.0 profile).
7
7
# SCC_INSTANCE_ID: "" # The SCC instance ID to use to download profile for CRA scan. If not provided, a default global value will be used.
<!-- Update the below text with the name of the module -->
5
+
6
+
A thin wrapper around the [terraform-ibm-module-template](../../) module which includes a provider configuration meaning it can be deployed as is.
7
+
This is not intended to be called by one or more other modules since it contains a provider configuration, meaning it is not compatible with the `for_each`, `count`, and `depends_on` arguments. For more information see [Providers Within Modules](https://developer.hashicorp.com/terraform/language/modules/develop/providers).
0 commit comments