Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Commit

Permalink
Updated openshift route readme
Browse files Browse the repository at this point in the history
  • Loading branch information
anilkumarnagaraj committed Oct 21, 2021
1 parent ca1800a commit 84dc529
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
7 changes: 1 addition & 6 deletions examples/openshift-route/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ This module is used to provision a route to an openshift cluster. An [OpenShift
provider "ibm" {
}
locals {
# get json
data = jsondecode(var.route_data)
}
data "ibm_satellite_cluster" "cluster" {
name = var.cluster
}
Expand All @@ -30,7 +25,7 @@ module "openshift_cluster_route" {

## Note

* To update a openshift route, users has to get the "resourceVersion" parameter value from terraform.tfstate or openshift console file, And add it to 'route_data' variable as a route specification.
* To update a openshift route, users has to get the "resourceVersion" parameter value from terraform.tfstate or openshift console, And add it to 'route_data' variable as a route specification.

``` Route Specfication
{
Expand Down
8 changes: 1 addition & 7 deletions modules/openshift-route/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,8 @@

This module is used to provision a route to an openshift cluster. An [OpenShift route](https://docs.openshift.com/enterprise/3.0/architecture/core_concepts/routes.html) is a way to expose a service by giving it an externally-reachable hostname like www.example.com.

## Prerequisite

* Set up the IBM Cloud command line interface (CLI), the Satellite plug-in, and other related CLIs.
* Install cli and plugin package
```console
ibmcloud plugin install container-service
```
## Usage
## Example Usage

```
terraform init
Expand Down

0 comments on commit 84dc529

Please sign in to comment.