Skip to content

Commit

Permalink
feat: moved fscloud submodule from profiles directory to modules
Browse files Browse the repository at this point in the history
…directory. Ensure consuming code is updated to point to new directory (#590)
  • Loading branch information
Aayush-Abhyarthi committed Dec 19, 2023
1 parent 754e4db commit 019a397
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ This module creates virtual server instances (VSI) across multiple subnets with
<!-- BEGIN OVERVIEW HOOK -->
## Overview
* [terraform-ibm-landing-zone-vsi](#terraform-ibm-landing-zone-vsi)
* [Submodules](./modules)
* [fscloud](./modules/fscloud)
* [Examples](./examples)
* [Complete Example using a placement group, attaching a load balancer, creating secondary interface, and adding additional data volumes](./examples/complete)
* [End to end basic example](./examples/basic)
Expand Down
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 a VSI.
An end-to-end example that uses the [Profile for IBM Cloud Framework for Financial Services](https://github.com/terraform-ibm-modules/terraform-ibm-landing-zone-vsi/tree/main/modules/fscloud) to deploy a VSI.

The example uses the IBM Cloud Terraform provider to create the following infrastructure:
* A resource group, if one is not passed in.
Expand Down
2 changes: 1 addition & 1 deletion examples/fscloud/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ module "slz_vpc" {
#############################################################################

module "slz_vsi" {
source = "../../profiles/fscloud"
source = "../../modules/fscloud"
resource_group_id = module.resource_group.resource_group_id
image_id = var.image_id
create_security_group = var.create_security_group
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 019a397

Please sign in to comment.