Skip to content

Commit ab375a0

Browse files
authored
docs: use absolute links for images (#382)
1 parent 5d5d9cd commit ab375a0

File tree

5 files changed

+13
-10
lines changed

5 files changed

+13
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,7 @@ statement instead the previous block.
880880
- [ VPC landing zone (No compute example)](examples/no-compute-example)
881881
- [ One VPC with one VSI](examples/one-vpc-one-vsi)
882882
- [ Override.json example](examples/override-example)
883-
- [ VSI on VPC landing zone (Quick start example)](examples/quickstart)
883+
- [ VSI on VPC landing zone (QuickStart example)](examples/quickstart)
884884
<!-- END EXAMPLES HOOK -->
885885

886886
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# VPC landing zone (No compute example)
22

3-
![vpc](../../reference-architectures/vpc.drawio.svg)
3+
![Architecture diagram for the Standard variation of VPC landing zone](https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-landing-zone/main/reference-architectures/vpc.drawio.svg)
44

5-
- This example shows how you can use the landing zone module to create a networking infrastructure layer without any compute resources (no VSI, nor OpenShift cluster).
6-
- This example provides a base to a modular solution because you can use this network layer as a base on which the compute resources are deployed, possibly through separate Terraform modules.
5+
You can use the VPC landing zone example to deploy a simple IBM Cloud VPC infrastructure without any compute resources like Virtual Server Instances (VSIs) or Red Hat OpenShift clusters.
6+
7+
The example is a modular solution because you can use this architecture as a base on which to deploy compute resources. You can also deploy those resources by using the other landing zone deployable architectures or Terraform modules.

examples/quickstart/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# VSI on VPC landing zone (Quick start example)
1+
# VSI on VPC landing zone (QuickStart example)
22

3-
![vsi-quickstart](../../reference-architectures/vsi-quickstart.drawio.svg)
3+
![Architecture diagram for the QuickStart variation of VSI on VPC landing zone](https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-landing-zone/main/reference-architectures/vsi-quickstart.drawio.svg)
44

55
This example deploys the following infrastructure:
66

77
- An edge VPC with 1 VSI in one of the three subnets and a VPC load balancer in the edge VPC, exposing the VSI publicly.
88
- A jump server VSI in the management VPC, exposing a public floating IP address.
99

10-
:exclamation: **Important:** This example helps you get started quickly, but is not highly available or validated for the IBM Cloud Framework for Financial Services.
10+
**Important:** This example helps you get started quickly, but is not highly available or validated for the IBM Cloud Framework for Financial Services.

patterns/roks/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# Red Hat OpenShift Container Platform on VPC landing zone
22

3-
![roks](../../reference-architectures/roks.drawio.svg)
3+
![Architecture diagram of the OpenShift Container Platform on VPC deployable architecture](https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-landing-zone/main/reference-architectures/roks.drawio.svg)
4+
5+
This architecture supports the creation of a Red Hat OpenShift Container Platform on VPC landing zone in a single region architecture on IBM Cloud.

patterns/vsi/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# VSI on VPC landing zone
22

3-
This template allows a user to create a landing zone
3+
![Architecture diagram for the Standard variation of VSI on VPC landing zone](https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-landing-zone/main/reference-architectures/vsi-vsi.drawio.svg)
44

5-
![vsi](../../reference-architectures/vsi-vsi.drawio.svg)
5+
This architecture supports the creation of a VSI on VPC landing zone on IBM Cloud.

0 commit comments

Comments
 (0)