Skip to content

Commit 75b9931

Browse files
authored
fix: renamed the DA flavor to standard (#248)
1 parent b6fb688 commit 75b9931

12 files changed

+7
-7
lines changed

.catalog-onboard-pipeline.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ offerings:
66
catalog_id: 7df1e4ca-d54c-4fd0-82ce-3d13247308cd
77
offering_id: 8272d54f-b54f-46a6-8dd6-772c6db82e87
88
variations:
9-
- name: fscloud
9+
- name: standard
1010
mark_ready: true
1111
install_type: fullstack
1212
scc:

ibm_catalog.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
],
4242
"flavors": [
4343
{
44-
"label": "fscloud",
45-
"name": "fscloud",
44+
"label": "standard",
45+
"name": "standard",
4646
"install_type": "fullstack",
47-
"working_directory": "solutions/fscloud",
47+
"working_directory": "solutions/standard",
4848
"compliance": {
4949
"authority": "scc-v3",
5050
"profiles": [

modules/fscloud/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Profile for IBM Cloud Framework for Financial Services
22

3-
This code is a version of the [parent root module](../../) that includes a default configuration that complies with the relevant controls from the [IBM Cloud Framework for Financial Services](https://cloud.ibm.com/docs/framework-financial-services?topic=framework-financial-services-about). See the [Solution for IBM Cloud Framework for Financial Services](/solutions/fscloud/) for logic that uses this module. The profile assumes you are deploying into an account that complies with the framework.
3+
This code is a version of the [parent root module](../../) that includes a default configuration that complies with the relevant controls from the [IBM Cloud Framework for Financial Services](https://cloud.ibm.com/docs/framework-financial-services?topic=framework-financial-services-about). See the [Solution for IBM Cloud Framework for Financial Services](/solutions/standard/) for logic that uses this module. The profile assumes you are deploying into an account that complies with the framework.
44

55
The default values in this profile were scanned by [IBM Code Risk Analyzer (CRA)](https://cloud.ibm.com/docs/code-risk-analyzer-cli-plugin?topic=code-risk-analyzer-cli-plugin-cra-cli-plugin#terraform-command) for compliance with the IBM Cloud Framework for Financial Services profile that is specified by the IBM Security and Compliance Center. The scan passed for all applicable rules.
66

renovate.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"description": "Allow the locked in provider version to be updated to the latest for DAs",
77
"enabled": true,
8-
"matchFileNames": ["solutions/fscloud/**"],
8+
"matchFileNames": ["solutions/standard/**"],
99
"matchManagers": ["terraform"],
1010
"matchDepTypes": ["required_provider"],
1111
"rangeStrategy": "bump",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

tests/pr_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
)
1313

1414
const completeExampleTerraformDir = "examples/complete"
15-
const fsCloudSolutionTerraformDir = "solutions/fscloud"
15+
const fsCloudSolutionTerraformDir = "solutions/standard"
1616

1717
// Use existing group for tests
1818
const resourceGroup = "geretain-test-event-streams"

0 commit comments

Comments
 (0)