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

add deprecation notice #87

Merged
merged 6 commits into from
Oct 3, 2023
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# 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)

If you want to request features from the open [issues](issues) in this repo, create a [feature request](https://github.com/terraform-ibm-modules/terraform-ibm-issue-tracker/issues/new?labels=enhancement&projects=&template=feature_request.md) in the terraform-ibm-issue-tracker repo.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think maybe leave out this line for now


---

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 +207,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.
Loading