Skip to content

Commit

Permalink
Fixed header syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
tvories committed Feb 24, 2021
1 parent e02935d commit 3f48fba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ provider "vsphere" {
The required module variables:
(Please read the [terraform registry documentation](https://registry.terraform.io/modules/tvories/talos/vsphere/latest?tab=inputs) for the full list of available inputs)

|Variable | Type | Description |
|---------|------------|
| Variable | Type | Description |
| ------------ | ------------ | ------------ |
| `controlplane_nodes` | number | The number of control plane nodes (between 1 and 3) you want to have in your cluster |
|`worker_nodes`| number | The number of woker nodes you want in your cluster |
|`vsphere_datacenter` | string | The name of the datacenter in vSphere you want the cluster to be deployed to |
Expand Down

0 comments on commit 3f48fba

Please sign in to comment.