Skip to content

Commit

Permalink
fix: moved fscloud submodule profile from profiles/fscloud -> `modu…
Browse files Browse the repository at this point in the history
…les/fscloud` as per hashicorp standards (#165)
  • Loading branch information
Aayush-Abhyarthi authored Jan 3, 2024
1 parent 68c95d7 commit 76e83ff
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ This module implements Event Streams with topics, partitions, throughput, storag
<!-- BEGIN OVERVIEW HOOK -->
## Overview
* [terraform-ibm-event-streams](#terraform-ibm-event-streams)
* [Submodules](./modules)
* [fscloud](./modules/fscloud)
* [Examples](./examples)
* [ Financial Services Cloud profile example](./examples/fscloud)
* [Basic example](./examples/basic)
Expand Down
2 changes: 1 addition & 1 deletion common-dev-assets
2 changes: 1 addition & 1 deletion examples/fscloud/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Financial Services Cloud profile example

An end-to-end example that uses the [Profile for IBM Cloud Framework for Financial Services](../../profiles/fscloud/) to deploy an instance of Event Streams.
An end-to-end example that uses the [Profile for IBM Cloud Framework for Financial Services](https://github.com/terraform-ibm-modules/terraform-ibm-event-streams/tree/main/modules/fscloud) to deploy an instance of Event Streams.

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

Expand Down
2 changes: 1 addition & 1 deletion examples/fscloud/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ module "cbr_zone" {
# #############################################################################

module "event_streams" {
source = "../../profiles/fscloud"
source = "../../modules/fscloud"
resource_group_id = module.resource_group.resource_group_id
es_name = "${var.prefix}-es-fs"
kms_key_crn = var.kms_key_crn
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 76e83ff

Please sign in to comment.