Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.

Commit 25b3a64

Browse files
fix: moved fscloud submodule profile from profiles/fscloud -> modules/fscloud as per hashicorp standards (#137)
1 parent 5b1aef0 commit 25b3a64

File tree

8 files changed

+4
-2
lines changed

8 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ This module implements an instance of the IBM Cloud Databases for EnterpriseDB s
1414
<!-- BEGIN OVERVIEW HOOK -->
1515
## Overview
1616
* [terraform-ibm-icd-edb](#terraform-ibm-icd-edb)
17+
* [Submodules](./modules)
18+
* [fscloud](./modules/fscloud)
1719
* [Examples](./examples)
1820
* [Basic with read-only replica example](./examples/basic)
1921
* [Complete example with BYOK encryption, CBR rules and VPE creation](./examples/complete)

examples/fscloud/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Financial Services Cloud profile example with autoscaling enabled
22

3-
An end-to-end example that uses the [Profile for IBM Cloud Framework for Financial Services](../../profiles/fscloud/) to deploy an instance of IBM Cloud Databases for Enterprise.
3+
An end-to-end example that uses the [Profile for IBM Cloud Framework for Financial Services](https://github.com/terraform-ibm-modules/terraform-ibm-icd-edb/tree/main/modules/fscloud) to deploy an instance of IBM Cloud Databases for Enterprise.
44

55
The example uses the IBM Cloud Terraform provider to create the following infrastructure:
66

examples/fscloud/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ module "cbr_zone" {
5353
##############################################################################
5454

5555
module "enterprise_db" {
56-
source = "../../profiles/fscloud"
56+
source = "../../modules/fscloud"
5757
resource_group_id = module.resource_group.resource_group_id
5858
name = "${var.prefix}-edb"
5959
region = var.region
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)