You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Optionally, the module supports advanced security group management for the worke
37
37
* <divstyle="display: inline-block;"><ahref="./examples/cross_kms_support">Cross account KMS encryption example</a></div> <divstyle="display: inline-block; vertical-align: middle;"><ahref="https://cloud.ibm.com/schematics/workspaces/create?workspace_name=bov-cross_kms_support-example&repository=https://github.com/terraform-ibm-modules/terraform-ibm-base-ocp-vpc/tree/main/examples/cross_kms_support"target="_blank"><imgsrc="https://cloud.ibm.com/media/docs/images/icons/Deploy_to_cloud.svg"alt="Deploy to IBM Cloud button"></a></div>
38
38
* <divstyle="display: inline-block;"><ahref="./examples/custom_sg">Attaching custom security groups</a></div> <divstyle="display: inline-block; vertical-align: middle;"><ahref="https://cloud.ibm.com/schematics/workspaces/create?workspace_name=bov-custom_sg-example&repository=https://github.com/terraform-ibm-modules/terraform-ibm-base-ocp-vpc/tree/main/examples/custom_sg"target="_blank"><imgsrc="https://cloud.ibm.com/media/docs/images/icons/Deploy_to_cloud.svg"alt="Deploy to IBM Cloud button"></a></div>
39
39
* <divstyle="display: inline-block;"><ahref="./examples/fscloud">Financial Services compliant example</a></div> <divstyle="display: inline-block; vertical-align: middle;"><ahref="https://cloud.ibm.com/schematics/workspaces/create?workspace_name=bov-fscloud-example&repository=https://github.com/terraform-ibm-modules/terraform-ibm-base-ocp-vpc/tree/main/examples/fscloud"target="_blank"><imgsrc="https://cloud.ibm.com/media/docs/images/icons/Deploy_to_cloud.svg"alt="Deploy to IBM Cloud button"></a></div>
40
-
* <divstyle="display: inline-block;"><ahref="./examples/monolith">IBM Cloud OpenShift DA - Monolith Add-ons Module</a></div> <divstyle="display: inline-block; vertical-align: middle;"><ahref="https://cloud.ibm.com/schematics/workspaces/create?workspace_name=bov-monolith-example&repository=https://github.com/terraform-ibm-modules/terraform-ibm-base-ocp-vpc/tree/main/examples/monolith"target="_blank"><imgsrc="https://cloud.ibm.com/media/docs/images/icons/Deploy_to_cloud.svg"alt="Deploy to IBM Cloud button"></a></div>
40
+
* <divstyle="display: inline-block;"><ahref="./examples/monolith">IBM Cloud OpenShift DA - Monolith Add-ons Module Example</a></div> <divstyle="display: inline-block; vertical-align: middle;"><ahref="https://cloud.ibm.com/schematics/workspaces/create?workspace_name=bov-monolith-example&repository=https://github.com/terraform-ibm-modules/terraform-ibm-base-ocp-vpc/tree/main/examples/monolith"target="_blank"><imgsrc="https://cloud.ibm.com/media/docs/images/icons/Deploy_to_cloud.svg"alt="Deploy to IBM Cloud button"></a></div>
41
41
* <divstyle="display: inline-block;"><ahref="./examples/multiple_mzr_clusters">2 MZR clusters in same VPC example</a></div> <divstyle="display: inline-block; vertical-align: middle;"><ahref="https://cloud.ibm.com/schematics/workspaces/create?workspace_name=bov-multiple_mzr_clusters-example&repository=https://github.com/terraform-ibm-modules/terraform-ibm-base-ocp-vpc/tree/main/examples/multiple_mzr_clusters"target="_blank"><imgsrc="https://cloud.ibm.com/media/docs/images/icons/Deploy_to_cloud.svg"alt="Deploy to IBM Cloud button"></a></div>
Copy file name to clipboardExpand all lines: examples/monolith/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# IBM Cloud OpenShift DA - Monolith Add-ons Module
1
+
# IBM Cloud OpenShift DA - Monolith Add-ons Module Example
2
2
3
3
A simple example that shows how to provision a multi zone OCP VPC cluster as well as all foundational infrastructure and supporting services required for a secure and compliant OpenShift (OCP) cluster deployment on IBM Cloud VPC.
4
4
@@ -19,3 +19,5 @@ The following resources are provisioned by this example:
19
19
- A COS instance along with 3 buckets for VPC flow logs, metrics/data bucket and activity tracker bucket.
20
20
- A SCC-WP instance
21
21
- A VPC instance
22
+
- An event notifications instance
23
+
- An app configuration service with aggregator enabled
error_message="The specified pricing plan is not available. The following plans are supported: `Lite`, `Standard`"
165
+
}
166
+
}
167
+
168
+
variable"en_service_endpoints" {
169
+
type=string
170
+
description="Specify whether you want to enable public, private, or both public and private service endpoints. Possible values: `public`, `private`, `public-and-private`."
error_message="The specified service endpoint is not supported. The following endpoint options are supported: `public`, `private`, `public-and-private`"
175
+
}
176
+
}
177
+
158
178
variable"existing_secrets_manager_crn" {
159
179
type=string
160
180
description="The CRN of an existing Secrets Manager instance. If not supplied, a new instance is created."
description="The type of endpoint for the IBM Terraform provider to use to manage Object Storage buckets. Possible values: `public`, `private`, `direct`. If you specify `private`, enable virtual routing and forwarding in your account, and the Terraform runtime must have access to the the IBM Cloud private network."
0 commit comments