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

Commit

Permalink
Merge pull request #87 from SirSpidey/deprecate
Browse files Browse the repository at this point in the history
  • Loading branch information
ocofaigh authored Oct 3, 2023
2 parents 27702ce + 63d6aba commit 753b5a9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"files": "^.secrets.baseline$",
"lines": null
},
"generated_at": "2022-06-27T05:49:06Z",
"generated_at": "2023-09-27T19:16:13Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
Expand Down Expand Up @@ -82,7 +82,7 @@
"hashed_secret": "91199272d5d6a574a51722ca6f3d1148edb1a0e7",
"is_secret": false,
"is_verified": false,
"line_number": 106,
"line_number": 119,
"type": "Secret Keyword",
"verified_result": null
}
Expand Down
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# IBM Clusters Terraform Module

[![Community-supported](https://img.shields.io/badge/support-community-blue)](https://terraform-ibm-modules.github.io/documentation/#/badge-status)


---

Community supported: This repo is not officially supported by any team.

See these repos for Red Hat OpenShift VPC clusters that are supported:
- [terraform-ibm-base-ocp-vpc](https://github.com/terraform-ibm-modules/terraform-ibm-base-ocp-vpc)
- [terraform-ibm-ocp-all-inclusive](https://github.com/terraform-ibm-modules/terraform-ibm-ocp-all-inclusive)

---

This is a collection of modules that make it easier to provision a cluster on IBM Cloud Platform:

* classic-kubernetes-multi-zone-cluster
Expand Down Expand Up @@ -192,4 +205,4 @@ All optional parameters by default will be set to null in respective example's v

## Note

All optional fields should be given value `null` in respective resource varaible.tf file. User can configure the same by overwriting with appropriate values.
All optional fields should be given value `null` in respective resource varaible.tf file. User can configure the same by overwriting with appropriate values.

0 comments on commit 753b5a9

Please sign in to comment.