Skip to content

Commit

Permalink
Remove from readme and bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <[email protected]>
  • Loading branch information
gaiksaya committed Feb 17, 2024
1 parent 3a5009f commit 164d480
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ In order to deploy both the stacks the user needs to provide a set of required a
| restrictServerAccessTo | Required | string | The value for `serverAccessType`, e.g., 10.10.10.10/32, pl-12345, sg-12345. See [Restricting Server Access](#restricting-server-access) for more details. |
| dashboardsUrl | Optional | string | OpenSearch Dashboards tar distribution url |
| vpcId | Optional | string | Re-use existing vpc, provide vpc id |
| securityGroupId | Optional | boolean | Re-use existing security group, provide security group id |
| cidr | Optional | string | User provided CIDR block for new Vpc. Defaults to `10.0.0.0/16` |
| managerNodeCount | Optional | integer | Number of cluster manager nodes. Defaults to 3 |
| dataNodeCount | Optional | integer | Number of data nodes. Defaults to 2 |
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opensearch-project/opensearch-cluster-cdk",
"version": "1.1.0",
"version": "2.0.0",
"bin": {
"cdk_v2": "bin/app.js"
},
Expand Down

0 comments on commit 164d480

Please sign in to comment.