Skip to content

Commit 7c1b823

Browse files
fix: moved fscloud submodule profile from profiles/fscloud -> modules/fscloud as per hashicorp standards (#344)
Co-authored-by: Conall Ó Cofaigh <ocofaigh@ie.ibm.com>
1 parent 8fe46df commit 7c1b823

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed

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 PostgreSQL.
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-postgresql/tree/main/modules/fscloud) to deploy an instance of IBM Cloud Databases for PostgreSQL.
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
@@ -54,7 +54,7 @@ module "cbr_zone" {
5454
##############################################################################
5555

5656
module "postgresql_db" {
57-
source = "../../profiles/fscloud"
57+
source = "../../modules/fscloud"
5858
resource_group_id = module.resource_group.resource_group_id
5959
name = "${var.prefix}-postgres"
6060
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)