Skip to content

Commit 879ad04

Browse files
fix: moved fscloud submodule profile from profiles/fscloud -> modules/fscloud as per hashicorp standards (#283)
1 parent 65e5dd0 commit 879ad04

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 MongoDB.
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-mongodb/tree/main/modules/fscloud) to deploy an instance of IBM Cloud Databases for MongoDB.
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 "mongodb" {
57-
source = "../../profiles/fscloud"
57+
source = "../../modules/fscloud"
5858
resource_group_id = module.resource_group.resource_group_id
5959
instance_name = "${var.prefix}-mongodb"
6060
region = var.region
File renamed without changes.

0 commit comments

Comments
 (0)