Skip to content

Commit

Permalink
fix: renamed the DA flavor to standard (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
Soaib024 authored Jun 7, 2024
1 parent b6fb688 commit 75b9931
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .catalog-onboard-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ offerings:
catalog_id: 7df1e4ca-d54c-4fd0-82ce-3d13247308cd
offering_id: 8272d54f-b54f-46a6-8dd6-772c6db82e87
variations:
- name: fscloud
- name: standard
mark_ready: true
install_type: fullstack
scc:
Expand Down
6 changes: 3 additions & 3 deletions ibm_catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
],
"flavors": [
{
"label": "fscloud",
"name": "fscloud",
"label": "standard",
"name": "standard",
"install_type": "fullstack",
"working_directory": "solutions/fscloud",
"working_directory": "solutions/standard",
"compliance": {
"authority": "scc-v3",
"profiles": [
Expand Down
2 changes: 1 addition & 1 deletion modules/fscloud/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Profile for IBM Cloud Framework for Financial Services

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.
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.

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.

Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"description": "Allow the locked in provider version to be updated to the latest for DAs",
"enabled": true,
"matchFileNames": ["solutions/fscloud/**"],
"matchFileNames": ["solutions/standard/**"],
"matchManagers": ["terraform"],
"matchDepTypes": ["required_provider"],
"rangeStrategy": "bump",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/pr_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

const completeExampleTerraformDir = "examples/complete"
const fsCloudSolutionTerraformDir = "solutions/fscloud"
const fsCloudSolutionTerraformDir = "solutions/standard"

// Use existing group for tests
const resourceGroup = "geretain-test-event-streams"
Expand Down

0 comments on commit 75b9931

Please sign in to comment.