Skip to content

Commit

Permalink
Merge pull request #212 from vmware/bangerar/fix-tmc-sm-doc
Browse files Browse the repository at this point in the history
Documentation fixes
  • Loading branch information
ramya-bangera authored Jul 27, 2023
2 parents f85dec4 + b07a4ed commit 02fd808
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ $ make test
```

## Acceptance Tests

**NOTE:** This block is applicable only for Tanzu Mission Control SaaS offering.
### Configuring Environment Variables:
Set the environment variables in your IDE configurations or Terminal.
Environment variables that are required to be set universally are `TMC_ENDPOINT`, `VMW_CLOUD_ENDPOINT` and `VMW_CLOUD_API_TOKEN`.
Expand Down
1 change: 1 addition & 0 deletions docs/data-sources/akscluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ Optional:
- `availability_zones` (List of String) The list of Availability zones to use for nodepool. This can only be specified if the type of the nodepool is AvailabilitySet.
- `enable_node_public_ip` (Boolean) Whether each node is allocated its own public IP
- `max_pods` (Number) The maximum number of pods that can run on a node
- `node_image_version` (String) The node image version of the nodepool.
- `node_labels` (Map of String) The node labels to be persisted across all nodes in nodepool
- `os_disk_size_gb` (Number) OS Disk Size in GB to be used to specify the disk size for every machine in the nodepool. If you specify 0, it will apply the default osDisk size according to the vmSize specified
- `os_disk_type` (String) OS Disk Type
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ To use the **Tanzu Mission Control provider** for Tanzu Mission Control Self-Man
[prepapre-cluster-for-tmc-sm]: https://docs.vmware.com/en/VMware-Tanzu-Mission-Control/1.0/tanzumc-sm-install/prepare-cluster.html

-> **Note:**
Tanzu Mission Control Provider supports Tanzu Mission Control Self-Managed from **v1.1.9** onwards.
Tanzu Mission Control Terraform Provider v1.2.0 onwards required for usage with Tanzu Mission Control Self-Managed v1.0 onwards.

## Example Usage

Expand Down
1 change: 1 addition & 0 deletions docs/resources/akscluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ Optional:
- `availability_zones` (List of String) The list of Availability zones to use for nodepool. This can only be specified if the type of the nodepool is AvailabilitySet.
- `enable_node_public_ip` (Boolean) Whether each node is allocated its own public IP
- `max_pods` (Number) The maximum number of pods that can run on a node
- `node_image_version` (String) The node image version of the nodepool.
- `node_labels` (Map of String) The node labels to be persisted across all nodes in nodepool
- `os_disk_size_gb` (Number) OS Disk Size in GB to be used to specify the disk size for every machine in the nodepool. If you specify 0, it will apply the default osDisk size according to the vmSize specified
- `os_disk_type` (String) OS Disk Type
Expand Down
2 changes: 1 addition & 1 deletion templates/index.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ To use the **Tanzu Mission Control provider** for Tanzu Mission Control Self-Man
[prepapre-cluster-for-tmc-sm]: https://docs.vmware.com/en/VMware-Tanzu-Mission-Control/1.0/tanzumc-sm-install/prepare-cluster.html

-> **Note:**
Tanzu Mission Control Provider supports Tanzu Mission Control Self-Managed from **v1.1.9** onwards.
Tanzu Mission Control Terraform Provider v1.2.0 onwards required for usage with Tanzu Mission Control Self-Managed v1.0 onwards.

## Example Usage

Expand Down

0 comments on commit 02fd808

Please sign in to comment.