Skip to content
Merged
Show file tree
Hide file tree
Changes from 34 commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
a305dab
add : fully configurable version
Aditya-ranjan-16 Apr 17, 2025
f708cc7
Merge branch 'main' into DA-13008
Aditya-ranjan-16 Apr 20, 2025
db10441
fix: made kms encryption optional
Aditya-ranjan-16 Apr 22, 2025
9eef3c0
fix: added security-enforced variation
Aditya-ranjan-16 Apr 24, 2025
4129153
Merge branch 'main' into DA-13008
Aditya-ranjan-16 Apr 27, 2025
1aeb6d4
Merge branch 'main' into DA-13008
Aditya-ranjan-16 Apr 28, 2025
df1752d
fix: added var in root module and refactored validations
Aditya-ranjan-16 Apr 28, 2025
0f4d7a3
Merge branch 'main' into DA-13008
Aditya-ranjan-16 Apr 29, 2025
4b5c114
Merge branch 'main' into DA-13008
Aditya-ranjan-16 May 5, 2025
1ed8dcc
update: test,catalog changes etc..
Aditya-ranjan-16 May 5, 2025
5745f7d
fix
Aditya-ranjan-16 May 5, 2025
deaae38
fix
Aditya-ranjan-16 May 5, 2025
ac25cc0
SKIP UPGRADE TEST
Aditya-ranjan-16 May 5, 2025
03054ae
fix: resolved comments
Aditya-ranjan-16 May 7, 2025
7d61759
fix
Aditya-ranjan-16 May 7, 2025
a9b37c0
Merge branch 'main' into DA-13008
Aditya-ranjan-16 May 8, 2025
e3cd7e2
fix: prefix validation , pipeline failures
Aditya-ranjan-16 May 8, 2025
6cf52b5
fix
Aditya-ranjan-16 May 8, 2025
c7382d7
Merge branch 'main' into DA-13008
Aditya-ranjan-16 May 12, 2025
d487821
Merge branch 'main' into DA-13008
Aditya-ranjan-16 May 15, 2025
1fa45b3
Merge branch 'main' into DA-13008
Aditya-ranjan-16 May 27, 2025
1c47b13
fix: synced changes
Aditya-ranjan-16 May 27, 2025
b4b211c
fix
Aditya-ranjan-16 May 30, 2025
96f54ed
fiix
Aditya-ranjan-16 May 30, 2025
507e035
fix: pre-commit
Aditya-ranjan-16 May 30, 2025
ecec24d
fix: SE upgrade test added
Aditya-ranjan-16 Jun 3, 2025
38aa4a7
fix: minor changes, formatting, references to other ICD types, versions
shemau Jun 5, 2025
26dd07c
Merge branch 'main' into DA-13008
Aditya-ranjan-16 Jun 18, 2025
a52c822
improve DA user experience
Aditya-ranjan-16 Jun 18, 2025
b43e39e
fix: changed region variable description
Aditya-ranjan-16 Jun 18, 2025
a046eec
synced with redis PR
Aditya-ranjan-16 Jun 25, 2025
6b7464d
fix
Aditya-ranjan-16 Jun 25, 2025
154e9b7
fix
Aditya-ranjan-16 Jun 26, 2025
683b0cc
fix: minor changes
Aditya-ranjan-16 Jun 26, 2025
eac103a
fix: resolved comments
Aditya-ranjan-16 Jun 27, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion .catalog-onboard-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,17 @@ offerings:
catalog_id: 7df1e4ca-d54c-4fd0-82ce-3d13247308cd
offering_id: 4be16b65-3efc-457e-bc30-690e3ac7a6a1
variations:
- name: standard
- name: fully-configurable
mark_ready: true
install_type: fullstack
scc:
instance_id: 1c7d5f78-9262-44c3-b779-b28fe4d88c37
region: us-south
scope_resource_group_var_name: existing_resource_group_name
- name: security-enforced
mark_ready: true
install_type: fullstack
scc:
instance_id: 1c7d5f78-9262-44c3-b779-b28fe4d88c37
region: us-south
scope_resource_group_var_name: existing_resource_group_name
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ To attach access management tags to resources in this module, you need the follo
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.9.0 |
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.79.2, < 2.0.0 |
| <a name="requirement_time"></a> [time](#requirement\_time) | >= 0.9.1 |
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.79.2, <2.0.0 |
| <a name="requirement_time"></a> [time](#requirement\_time) | >= 0.9.1, < 1.0.0 |

### Modules

Expand Down Expand Up @@ -130,7 +130,7 @@ To attach access management tags to resources in this module, you need the follo
| <a name="input_name"></a> [name](#input\_name) | The name given to the MySQL instance. | `string` | n/a | yes |
| <a name="input_pitr_id"></a> [pitr\_id](#input\_pitr\_id) | (Optional) The ID of the source deployment MySQL instance that you want to recover back to. The MySQL instance is expected to be in an up and in running state. | `string` | `null` | no |
| <a name="input_pitr_time"></a> [pitr\_time](#input\_pitr\_time) | (Optional) The timestamp in UTC format (%Y-%m-%dT%H:%M:%SZ) for any time in the last 7 days that you want to restore to. To retrieve the timestamp, run the command (ibmcloud cdb mysql earliest-pitr-timestamp <deployment name or CRN>). For more info on Point-in-time Recovery, see https://cloud.ibm.com/docs/databases-for-mysql?topic=databases-for-mysql-pitr | `string` | `null` | no |
| <a name="input_region"></a> [region](#input\_region) | The region where you want to deploy your instance. | `string` | `"us-south"` | no |
| <a name="input_region"></a> [region](#input\_region) | The region to provision all resources in. [Learn more](https://terraform-ibm-modules.github.io/documentation/#/region) about how to select different regions for different services. | `string` | `"us-south"` | no |
| <a name="input_remote_leader_crn"></a> [remote\_leader\_crn](#input\_remote\_leader\_crn) | A CRN of the leader database to make the replica(read-only) deployment. The leader database is created by a database deployment with the same service ID. A read-only replica is set up to replicate all of your data from the leader deployment to the replica deployment by using asynchronous replication. For more information, see https://cloud.ibm.com/docs/databases-for-mysql?topic=databases-for-mysql-read-replicas | `string` | `null` | no |
| <a name="input_resource_group_id"></a> [resource\_group\_id](#input\_resource\_group\_id) | The resource group ID where the MySQL instance will be created. | `string` | n/a | yes |
| <a name="input_service_credential_names"></a> [service\_credential\_names](#input\_service\_credential\_names) | Map of name, role for service credentials that you want to create for the database | `map(string)` | `{}` | no |
Expand Down
7 changes: 4 additions & 3 deletions cra-config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +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_key_crn: "crn:v1:bluemix:public:hs-crypto:us-south:a/abac0df06b644a9cabc6e44f55b3880e:e6dce284-e80f-46e1-a3c1-830f7adff7a9:key:76170fae-4e0c-48c3-8ebe-326059ebb533"
TF_VAR_use_existing_resource_group: true
TF_VAR_resource_group_name: "geretain-test-mysql"
TF_VAR_existing_resource_group_name: "geretain-test-mysql"
TF_VAR_kms_encryption_enabled: true
TF_VAR_provider_visibility: "public"
TF_VAR_prefix: "test"
Loading