Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion docs/data-sources/akscluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,4 +325,4 @@ Optional:

Optional:

- `max_surge` (String) Max Surge
- `max_surge` (String) Max Surge
2 changes: 1 addition & 1 deletion docs/data-sources/git_repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,4 @@ Read-Only:
- `branch` (String)
- `commit` (String)
- `semver` (String)
- `tag` (String)
- `tag` (String)
2 changes: 1 addition & 1 deletion docs/data-sources/helm_charts.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ Read-Only:
- `condition` (String) Yaml path that resolves to a boolean, used for enabling/disabling charts.
- `import_values` (List of String)Holds the mapping of source values to parent key to be imported.
- `repository` (List of String) Repository URL.
- `tags` (List of String) Tags can be used to group charts for enabling/disabling together.
- `tags` (List of String) Tags can be used to group charts for enabling/disabling together.
2 changes: 1 addition & 1 deletion docs/data-sources/helm_repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ Read-Only:

Read-Only:

- `url` (String) URL of helm repository.
- `url` (String) URL of helm repository.
2 changes: 1 addition & 1 deletion docs/data-sources/inspection_results.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ output "inspection_report" {
Status field is a key-value pair of type string-string and it contains the following keys:
* phase - The phase which the inspection is in.
* phase_info - Information about the phase.
* report - JSON encoded string of the report data in the inspection.
* report - JSON encoded string of the report data in the inspection.
18 changes: 9 additions & 9 deletions docs/data-sources/inspections.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ This data source enables users to list cluster inspections.

```terraform
data "tanzu-mission-control_inspections" "demo" {
management_cluster_name = "MGMT_CLS_NAME"
provisioner_name = "PROVISIONER_NAME"
cluster_name = "CLS_NAME"
}

output "inspections" {
value = data.tanzu-mission-control_inspections.demo.inspections
}
management_cluster_name = "MGMT_CLS_NAME"
provisioner_name = "PROVISIONER_NAME"
cluster_name = "CLS_NAME"
}

output "inspections" {
value = data.tanzu-mission-control_inspections.demo.inspections
}
```

<!-- schema generated by tfplugindocs -->
Expand Down Expand Up @@ -56,4 +56,4 @@ Read-Only:

Status field is a key-value pair of type string-string and it contains the following keys:
* phase - The phase which the inspection is in.
* phase_info - Information about the phase.
* phase_info - Information about the phase.
2 changes: 1 addition & 1 deletion docs/data-sources/management_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ For more information, see [Register a Management Cluster with Tanzu Mission Cont
```terraform
# Read Tanzu Mission Control management cluster registration : fetch management cluster registration details
data "tanzu-mission-control_management_cluster" "read_management_cluster_registration" {
name = "default" # Required
name = "default" # Required
org_id = "<ID of Organization>" # Optional value
}
```
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/package.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,4 @@ Read-Only:

- `default` (String) Default value of object.
- `description` (String) Description of the object of object.
- `type` (String) Type of object.
- `type` (String) Type of object.
2 changes: 1 addition & 1 deletion docs/data-sources/package_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,4 @@ Read-Only:

- `cluster_role_name` (String)
- `role_binding_name` (String)
- `service_account_name` (String)
- `service_account_name` (String)
2 changes: 1 addition & 1 deletion docs/data-sources/package_repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@ Read-Only:
- `disabled` (Boolean)
- `managed` (Boolean)
- `package_repository_phase` (String)
- `subscribed` (Boolean)
- `subscribed` (Boolean)
2 changes: 1 addition & 1 deletion docs/data-sources/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,4 @@ Read-Only:

- `default` (String) Default value of object.
- `description` (String) Description of the object of object.
- `type` (String) Type of object.
- `type` (String) Type of object.
2 changes: 1 addition & 1 deletion docs/data-sources/permission_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@ Valid values are: [AWS_EC2 AWS_EKS]
- `template` (String) Base64 encoded permission template.
- `template_url` (String) URL for permission template.
- `template_values` (Map of String) Values to be sent as parameters for the template.
- `undefined_template_values` (Map of String) Values which are not defined in the template parameters definition.
- `undefined_template_values` (Map of String) Values which are not defined in the template parameters definition.
6 changes: 3 additions & 3 deletions docs/data-sources/provisioner.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ Read provisioner in a management cluster using this Terraform module.
# Read Tanzu Mission Control provisioner : fetch the given provisioner details
data "tanzu-mission-control_provisioner" "read_provisioner" {
provisioners {
name = "test-provisioner" # Optional
management_cluster = "eks" # Required
name = "test-provisioner" # Optional
management_cluster = "eks" # Required
}
}

Expand Down Expand Up @@ -77,4 +77,4 @@ Optional:
Read-Only:

- `resource_version` (String) Resource version of the resource
- `uid` (String) UID of the resource
- `uid` (String) UID of the resource
2 changes: 1 addition & 1 deletion docs/data-sources/repository_credential.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,4 @@ Read-Only:
Read-Only:

- `password` (String)
- `username` (String)
- `username` (String)
2 changes: 1 addition & 1 deletion docs/data-sources/target_location.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,4 +185,4 @@ Read-Only:

- `resource_group` (String)
- `storage_account` (String)
- `subscription_id` (String)
- `subscription_id` (String)
2 changes: 1 addition & 1 deletion docs/guides/known_issues.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Known Issues in Tanzu Mission Control Provider

None
None
2 changes: 1 addition & 1 deletion docs/guides/tanzu-mission-control_akscluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ You can use the following template as reference to write your own `tanzu-mission
// Read Tanzu Mission Control Azure AKS cluster : fetch cluster details
data "tanzu-mission-control_akscluster" "tf_aks_cluster" {
credential_name = "<aks-credential-name>" // Required
subscription_id = "<subscription_id>" // Required
subscription_id = "<subscription_id>" // Required
resource_group = "<resource-group>" // Required
name = "<cluster-name>" // Required
}
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/tanzu-mission-control_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,4 +408,4 @@ For the AWS workload cluster resource, kindly follow the ordering of the subnet

When you apply these configurations, Terraform creates the workload cluster on the specified management cluster.
If you need to update the cluster, you update the rule definition and then Terraform applies it across all the sites.
If you add / or remove a site from the list, Terraform also handles creating or removing the rule on the subsequent `terraform apply` operation.
If you add / or remove a site from the list, Terraform also handles creating or removing the rule on the subsequent `terraform apply` operation.
12 changes: 6 additions & 6 deletions docs/guides/tanzu-mission-control_data_protection.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ You can use the following template as reference for enabling all stages of data
// Tanzu Mission Control Data Protection Feature

locals {
cluster_name = "<cluster-name>"
cluster_name = "<cluster-name>"
management_cluster_name = "<management-cluster-name>"
provisioner_name = "<provisioner-name>"
}
Expand Down Expand Up @@ -81,11 +81,11 @@ resource "tanzu-mission-control_enable_data_protection" "data_protection" {
// Create Target Location for Scheduled Back Up
// Self managed AWS Target Location
resource "tanzu-mission-control_target_location" "aws_self_provisioned" {
name = "<target-location-name>"
name = "<target-location-name>"

spec {
target_provider = "AWS"
credential = {
credential = {
name = "<aws-credential-name?"
}

Expand Down Expand Up @@ -114,7 +114,7 @@ resource "tanzu-mission-control_target_location" "aws_self_provisioned" {

// Create Full Cluster Scheduled Back Up
resource "tanzu-mission-control_backup_schedule" "backup_full_cluster" {
name = "<scheduled-backup-name>"
name = "<scheduled-backup-name>"
scope {
cluster {
cluster_name = local.cluster_name
Expand All @@ -131,7 +131,7 @@ resource "tanzu-mission-control_backup_schedule" "backup_full_cluster" {
}

template {
backup_ttl = "2592000s"
backup_ttl = "2592000s"
excluded_namespaces = [
"<namespace-1>",
]
Expand All @@ -144,4 +144,4 @@ resource "tanzu-mission-control_backup_schedule" "backup_full_cluster" {
}
}
}
```
```
2 changes: 1 addition & 1 deletion docs/guides/tanzu-mission-control_gitops.md
Original file line number Diff line number Diff line change
Expand Up @@ -557,4 +557,4 @@ resource "tanzu-mission-control_kustomization" "cluster_kustomization" {
}
}
}
```
```
2 changes: 1 addition & 1 deletion docs/guides/tanzu-mission-control_helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,4 +377,4 @@ data "tanzu-mission-control_helm_charts" "get_cluster_helm_repo" {

Please refer to [Install a Helm Chart from a Helm Repository.][helm-release-helmrepo]

[helm-release-helmrepo]: https://techdocs.broadcom.com/us/en/vmware-tanzu/standalone-components/tanzu-mission-control/1-4/tanzu-mission-control-documentation/tanzumc-using-GUID-2602A6A3-1FDA-4270-A76F-047FBD039ADF.html
[helm-release-helmrepo]: https://techdocs.broadcom.com/us/en/vmware-tanzu/standalone-components/tanzu-mission-control/1-4/tanzu-mission-control-documentation/tanzumc-using-GUID-2602A6A3-1FDA-4270-A76F-047FBD039ADF.html
2 changes: 1 addition & 1 deletion docs/guides/tanzu-mission-control_node_pool.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@ resource "tanzu-mission-control_cluster_node_pool" "node_pool" {
}
}
}
```
```
2 changes: 1 addition & 1 deletion docs/guides/tanzu-mission-control_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ resource "tanzu-mission-control_custom_policy" "cluster_group_scoped_custom_temp
input {
custom {
template_name = tanzu-mission-control_custom_policy_template.sample_template.name
audit = false
audit = false

target_kubernetes_resources {
api_groups = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ For more information about provisioning a workload, please refer to [provision a
[vsphere-namespaces]: https://techdocs.broadcom.com/us/en/vmware-cis/vsphere/vsphere-supervisor/7-0/vsphere-with-tanzu-configuration-and-management-7-0.html
[add-workload-cluster]: https://techdocs.broadcom.com/us/en/vmware-tanzu/standalone-components/tanzu-mission-control/1-4/tanzu-mission-control-documentation/tanzumc-using-GUID-78908829-CB4E-459F-AA81-BEA415EC9A11.html
[provision-cluster-vsphere]: https://techdocs.broadcom.com/us/en/vmware-tanzu/standalone-components/tanzu-mission-control/1-4/tanzu-mission-control-documentation/tanzumc-using-GUID-0A1AEC6A-3E5C-424F-8EBC-1DDFC14D2688.html
[provision-cluster-service]: https://techdocs.broadcom.com/us/en/vmware-tanzu/standalone-components/tanzu-mission-control/1-4/tanzu-mission-control-documentation/tanzumc-using-GUID-9435CCAC-F90B-4575-9D73-D26315871C8A.html
[provision-cluster-service]: https://techdocs.broadcom.com/us/en/vmware-tanzu/standalone-components/tanzu-mission-control/1-4/tanzu-mission-control-documentation/tanzumc-using-GUID-9435CCAC-F90B-4575-9D73-D26315871C8A.html
2 changes: 1 addition & 1 deletion docs/guides/tanzu_mission_control_self_managed.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ For more information about deploying a local instance of Tanzu Mission Control S
[using-tmc-sm]: https://techdocs.broadcom.com/us/en/vmware-tanzu/standalone-components/tanzu-mission-control/1-4/tanzu-mission-control-documentation/tanzumc-using-index-tmc-using-GUID-B3349CE8-C98D-4453-9EC8-536A72239F8D.html
[release-notes]: https://techdocs.broadcom.com/us/en/vmware-tanzu/standalone-components/tanzu-mission-control/1-4/tanzu-mission-control-documentation/rn-tmc-sm-release-notes.htmll
[prepapre-cluster-for-tmc-sm]: https://techdocs.broadcom.com/us/en/vmware-tanzu/standalone-components/tanzu-mission-control/1-4/tanzu-mission-control-documentation/tanzumc-sm-install-config-prepare-cluster.html
[install-tmc-sm]: https://techdocs.broadcom.com/us/en/vmware-tanzu/standalone-components/tanzu-mission-control/1-4/tanzu-mission-control-documentation/tanzumc-sm-install-config-index-sm-install.html
[install-tmc-sm]: https://techdocs.broadcom.com/us/en/vmware-tanzu/standalone-components/tanzu-mission-control/1-4/tanzu-mission-control-documentation/tanzumc-sm-install-config-index-sm-install.html
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Providers listed on the Terraform Registry can be automatically downloaded when
terraform {
required_providers {
vmc = {
source = "vmware/tanzu-mission-control"
source = "vmware/tanzu-mission-control"
}
}
required_version = ">= x.y.z"
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/akscluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,4 +364,4 @@ Optional:
Read-Only:

- `resource_version` (String) Resource version of the resource
- `uid` (String) UID of the resource
- `uid` (String) UID of the resource
2 changes: 1 addition & 1 deletion docs/resources/ekscluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ resource "tanzu-mission-control_ekscluster" "tf_eks_cluster" {
vpc_cni_config {
eni_config {
id = "subnet-0a680171b6330619f" // Required, need not belong to the same VPC as the cluster, subnets provided in vpc_cni_config are expected to be in different AZs
security_groups = [ //optional, if not provided, the cluster security group will be used
security_groups = [ //optional, if not provided, the cluster security group will be used
"sg-00c96ad9d02a22522",
]
}
Expand Down
22 changes: 11 additions & 11 deletions docs/resources/enable_data_protection.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ resource "tanzu-mission-control_enable_data_protection" "demo" {
resource "tanzu-mission-control_enable_data_protection" "cgdemo" {
scope {
cluster_group {
cluster_group_name = "default"
cluster_group_name = "default"
}
}

Expand All @@ -53,22 +53,22 @@ resource "tanzu-mission-control_enable_data_protection" "cgdemo" {
enable_all_api_group_versions_backup = false

selector {
labelselector {
matchexpressions {
key = "site"
operator = "NotIn"
values = [
"one",
"two"
]
}
labelselector {
matchexpressions {
key = "site"
operator = "NotIn"
values = [
"one",
"two"
]
}
}
}
}

deletion_policy {
delete_backups = false
force = true
force = true
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/git_repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,4 +185,4 @@ Optional:
Read-Only:

- `resource_version` (String) Resource version of the resource
- `uid` (String) UID of the resource
- `uid` (String) UID of the resource
2 changes: 1 addition & 1 deletion docs/resources/helm_feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ Optional:
Read-Only:

- `resource_version` (String) Resource version of the resource
- `uid` (String) UID of the resource
- `uid` (String) UID of the resource
2 changes: 1 addition & 1 deletion docs/resources/helm_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,4 +286,4 @@ Read-Only:

- `cluster_role_name` (String) Name of the cluster role used for helm release.
- `role_binding_name` (String) Name of the role binding used for helm release.
- `service_account_name` (String) Name of the service account used for helm release.
- `service_account_name` (String) Name of the service account used for helm release.
2 changes: 1 addition & 1 deletion docs/resources/kubernetes_secret.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,4 +321,4 @@ Optional:
Read-Only:

- `resource_version` (String) Resource version of the resource
- `uid` (String) UID of the resource
- `uid` (String) UID of the resource
2 changes: 1 addition & 1 deletion docs/resources/kustomization.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,4 @@ Optional:
Read-Only:

- `resource_version` (String) Resource version of the resource
- `uid` (String) UID of the resource
- `uid` (String) UID of the resource
Loading