diff --git a/docs/data-sources/akscluster.md b/docs/data-sources/akscluster.md index 8e8223ec..ef705676 100644 --- a/docs/data-sources/akscluster.md +++ b/docs/data-sources/akscluster.md @@ -325,4 +325,4 @@ Optional: Optional: -- `max_surge` (String) Max Surge \ No newline at end of file +- `max_surge` (String) Max Surge diff --git a/docs/data-sources/git_repository.md b/docs/data-sources/git_repository.md index e8ec74d5..1ef1066f 100644 --- a/docs/data-sources/git_repository.md +++ b/docs/data-sources/git_repository.md @@ -145,4 +145,4 @@ Read-Only: - `branch` (String) - `commit` (String) - `semver` (String) -- `tag` (String) \ No newline at end of file +- `tag` (String) diff --git a/docs/data-sources/helm_charts.md b/docs/data-sources/helm_charts.md index 9f3e40c1..6fb392af 100644 --- a/docs/data-sources/helm_charts.md +++ b/docs/data-sources/helm_charts.md @@ -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. \ No newline at end of file +- `tags` (List of String) Tags can be used to group charts for enabling/disabling together. diff --git a/docs/data-sources/helm_repository.md b/docs/data-sources/helm_repository.md index 165496ae..f248a0f4 100644 --- a/docs/data-sources/helm_repository.md +++ b/docs/data-sources/helm_repository.md @@ -93,4 +93,4 @@ Read-Only: Read-Only: -- `url` (String) URL of helm repository. \ No newline at end of file +- `url` (String) URL of helm repository. diff --git a/docs/data-sources/inspection_results.md b/docs/data-sources/inspection_results.md index 35b4bc23..65a1fd22 100644 --- a/docs/data-sources/inspection_results.md +++ b/docs/data-sources/inspection_results.md @@ -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. \ No newline at end of file +* report - JSON encoded string of the report data in the inspection. diff --git a/docs/data-sources/inspections.md b/docs/data-sources/inspections.md index 1eb1545d..44420413 100644 --- a/docs/data-sources/inspections.md +++ b/docs/data-sources/inspections.md @@ -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 +} ``` @@ -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. \ No newline at end of file +* phase_info - Information about the phase. diff --git a/docs/data-sources/management_cluster.md b/docs/data-sources/management_cluster.md index ec203592..0c486ffe 100644 --- a/docs/data-sources/management_cluster.md +++ b/docs/data-sources/management_cluster.md @@ -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 = "" # Optional value } ``` diff --git a/docs/data-sources/package.md b/docs/data-sources/package.md index 77788401..48045015 100644 --- a/docs/data-sources/package.md +++ b/docs/data-sources/package.md @@ -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. \ No newline at end of file +- `type` (String) Type of object. diff --git a/docs/data-sources/package_install.md b/docs/data-sources/package_install.md index c0dbe9c3..61f5da8e 100644 --- a/docs/data-sources/package_install.md +++ b/docs/data-sources/package_install.md @@ -138,4 +138,4 @@ Read-Only: - `cluster_role_name` (String) - `role_binding_name` (String) -- `service_account_name` (String) \ No newline at end of file +- `service_account_name` (String) diff --git a/docs/data-sources/package_repository.md b/docs/data-sources/package_repository.md index 421f96f9..a79fa89a 100644 --- a/docs/data-sources/package_repository.md +++ b/docs/data-sources/package_repository.md @@ -111,4 +111,4 @@ Read-Only: - `disabled` (Boolean) - `managed` (Boolean) - `package_repository_phase` (String) -- `subscribed` (Boolean) \ No newline at end of file +- `subscribed` (Boolean) diff --git a/docs/data-sources/packages.md b/docs/data-sources/packages.md index 2a8f7c68..82bb119f 100644 --- a/docs/data-sources/packages.md +++ b/docs/data-sources/packages.md @@ -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. \ No newline at end of file +- `type` (String) Type of object. diff --git a/docs/data-sources/permission_template.md b/docs/data-sources/permission_template.md index 761f227f..48501454 100644 --- a/docs/data-sources/permission_template.md +++ b/docs/data-sources/permission_template.md @@ -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. \ No newline at end of file +- `undefined_template_values` (Map of String) Values which are not defined in the template parameters definition. diff --git a/docs/data-sources/provisioner.md b/docs/data-sources/provisioner.md index e5f6c601..a613309b 100644 --- a/docs/data-sources/provisioner.md +++ b/docs/data-sources/provisioner.md @@ -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 } } @@ -77,4 +77,4 @@ Optional: Read-Only: - `resource_version` (String) Resource version of the resource -- `uid` (String) UID of the resource \ No newline at end of file +- `uid` (String) UID of the resource diff --git a/docs/data-sources/repository_credential.md b/docs/data-sources/repository_credential.md index d21d1986..479a4af2 100644 --- a/docs/data-sources/repository_credential.md +++ b/docs/data-sources/repository_credential.md @@ -153,4 +153,4 @@ Read-Only: Read-Only: - `password` (String) -- `username` (String) \ No newline at end of file +- `username` (String) diff --git a/docs/data-sources/target_location.md b/docs/data-sources/target_location.md index b0d06ff3..efa2f9c3 100644 --- a/docs/data-sources/target_location.md +++ b/docs/data-sources/target_location.md @@ -185,4 +185,4 @@ Read-Only: - `resource_group` (String) - `storage_account` (String) -- `subscription_id` (String) \ No newline at end of file +- `subscription_id` (String) diff --git a/docs/guides/known_issues.md b/docs/guides/known_issues.md index 7c3deb78..8027ddc5 100644 --- a/docs/guides/known_issues.md +++ b/docs/guides/known_issues.md @@ -1,3 +1,3 @@ # Known Issues in Tanzu Mission Control Provider -None \ No newline at end of file +None diff --git a/docs/guides/tanzu-mission-control_akscluster.md b/docs/guides/tanzu-mission-control_akscluster.md index 747d81c2..4e16cdc5 100644 --- a/docs/guides/tanzu-mission-control_akscluster.md +++ b/docs/guides/tanzu-mission-control_akscluster.md @@ -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 = "" // Required - subscription_id = "" // Required + subscription_id = "" // Required resource_group = "" // Required name = "" // Required } diff --git a/docs/guides/tanzu-mission-control_cluster.md b/docs/guides/tanzu-mission-control_cluster.md index 6b5e57cb..70657386 100644 --- a/docs/guides/tanzu-mission-control_cluster.md +++ b/docs/guides/tanzu-mission-control_cluster.md @@ -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. \ No newline at end of file +If you add / or remove a site from the list, Terraform also handles creating or removing the rule on the subsequent `terraform apply` operation. diff --git a/docs/guides/tanzu-mission-control_data_protection.md b/docs/guides/tanzu-mission-control_data_protection.md index f69cea96..b8f462d7 100644 --- a/docs/guides/tanzu-mission-control_data_protection.md +++ b/docs/guides/tanzu-mission-control_data_protection.md @@ -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 = "" management_cluster_name = "" provisioner_name = "" } @@ -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 = "" + name = "" spec { target_provider = "AWS" - credential = { + credential = { name = "", ] @@ -144,4 +144,4 @@ resource "tanzu-mission-control_backup_schedule" "backup_full_cluster" { } } } -``` \ No newline at end of file +``` diff --git a/docs/guides/tanzu-mission-control_gitops.md b/docs/guides/tanzu-mission-control_gitops.md index ae989401..5822b938 100644 --- a/docs/guides/tanzu-mission-control_gitops.md +++ b/docs/guides/tanzu-mission-control_gitops.md @@ -557,4 +557,4 @@ resource "tanzu-mission-control_kustomization" "cluster_kustomization" { } } } -``` \ No newline at end of file +``` diff --git a/docs/guides/tanzu-mission-control_helm.md b/docs/guides/tanzu-mission-control_helm.md index caac9fd1..b221d496 100644 --- a/docs/guides/tanzu-mission-control_helm.md +++ b/docs/guides/tanzu-mission-control_helm.md @@ -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 \ No newline at end of file +[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 diff --git a/docs/guides/tanzu-mission-control_node_pool.md b/docs/guides/tanzu-mission-control_node_pool.md index fe5a425c..456f31a7 100644 --- a/docs/guides/tanzu-mission-control_node_pool.md +++ b/docs/guides/tanzu-mission-control_node_pool.md @@ -125,4 +125,4 @@ resource "tanzu-mission-control_cluster_node_pool" "node_pool" { } } } -``` \ No newline at end of file +``` diff --git a/docs/guides/tanzu-mission-control_policy.md b/docs/guides/tanzu-mission-control_policy.md index a742fe6b..7e48c1d4 100644 --- a/docs/guides/tanzu-mission-control_policy.md +++ b/docs/guides/tanzu-mission-control_policy.md @@ -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 = [ diff --git a/docs/guides/tanzu-mission-control_tanzu_kubernetes_cluster.md b/docs/guides/tanzu-mission-control_tanzu_kubernetes_cluster.md index a0f09131..c512e50c 100644 --- a/docs/guides/tanzu-mission-control_tanzu_kubernetes_cluster.md +++ b/docs/guides/tanzu-mission-control_tanzu_kubernetes_cluster.md @@ -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 \ No newline at end of file +[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 diff --git a/docs/guides/tanzu_mission_control_self_managed.md b/docs/guides/tanzu_mission_control_self_managed.md index 93308e5e..4d9a1a8a 100644 --- a/docs/guides/tanzu_mission_control_self_managed.md +++ b/docs/guides/tanzu_mission_control_self_managed.md @@ -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 \ No newline at end of file +[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 diff --git a/docs/install.md b/docs/install.md index b14d754e..f082a5bb 100644 --- a/docs/install.md +++ b/docs/install.md @@ -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" diff --git a/docs/resources/akscluster.md b/docs/resources/akscluster.md index 898d4302..564a5825 100644 --- a/docs/resources/akscluster.md +++ b/docs/resources/akscluster.md @@ -364,4 +364,4 @@ Optional: Read-Only: - `resource_version` (String) Resource version of the resource -- `uid` (String) UID of the resource \ No newline at end of file +- `uid` (String) UID of the resource diff --git a/docs/resources/ekscluster.md b/docs/resources/ekscluster.md index 0548f64b..0a496a85 100644 --- a/docs/resources/ekscluster.md +++ b/docs/resources/ekscluster.md @@ -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", ] } diff --git a/docs/resources/enable_data_protection.md b/docs/resources/enable_data_protection.md index 3b4365b9..635babd1 100644 --- a/docs/resources/enable_data_protection.md +++ b/docs/resources/enable_data_protection.md @@ -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" } } @@ -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 } } ``` diff --git a/docs/resources/git_repository.md b/docs/resources/git_repository.md index 5091ba2d..ff2b0d11 100644 --- a/docs/resources/git_repository.md +++ b/docs/resources/git_repository.md @@ -185,4 +185,4 @@ Optional: Read-Only: - `resource_version` (String) Resource version of the resource -- `uid` (String) UID of the resource \ No newline at end of file +- `uid` (String) UID of the resource diff --git a/docs/resources/helm_feature.md b/docs/resources/helm_feature.md index d6f6499f..1afe1517 100644 --- a/docs/resources/helm_feature.md +++ b/docs/resources/helm_feature.md @@ -122,4 +122,4 @@ Optional: Read-Only: - `resource_version` (String) Resource version of the resource -- `uid` (String) UID of the resource \ No newline at end of file +- `uid` (String) UID of the resource diff --git a/docs/resources/helm_release.md b/docs/resources/helm_release.md index c47be840..19443cfa 100644 --- a/docs/resources/helm_release.md +++ b/docs/resources/helm_release.md @@ -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. \ No newline at end of file +- `service_account_name` (String) Name of the service account used for helm release. diff --git a/docs/resources/kubernetes_secret.md b/docs/resources/kubernetes_secret.md index fb22d616..f9a09c47 100644 --- a/docs/resources/kubernetes_secret.md +++ b/docs/resources/kubernetes_secret.md @@ -321,4 +321,4 @@ Optional: Read-Only: - `resource_version` (String) Resource version of the resource -- `uid` (String) UID of the resource \ No newline at end of file +- `uid` (String) UID of the resource diff --git a/docs/resources/kustomization.md b/docs/resources/kustomization.md index dc359c24..0e78f32e 100644 --- a/docs/resources/kustomization.md +++ b/docs/resources/kustomization.md @@ -181,4 +181,4 @@ Optional: Read-Only: - `resource_version` (String) Resource version of the resource -- `uid` (String) UID of the resource \ No newline at end of file +- `uid` (String) UID of the resource diff --git a/docs/resources/management_cluster.md b/docs/resources/management_cluster.md index 640e264a..833a28dd 100644 --- a/docs/resources/management_cluster.md +++ b/docs/resources/management_cluster.md @@ -37,7 +37,7 @@ resource "tanzu-mission-control_management_cluster" "management_cluster_registra name = "tf-registration-test" // Required spec { - cluster_group = "default" // Required + cluster_group = "default" // Required kubernetes_provider_type = "VMWARE_TANZU_KUBERNETES_GRID" // Required } } @@ -57,12 +57,12 @@ resource "tanzu-mission-control_management_cluster" "management_cluster_registra name = "tf-registration-test" // Required spec { - cluster_group = "default" // Required - kubernetes_provider_type = "VMWARE_TANZU_KUBERNETES_GRID" // Required - image_registry = "image_registry_value"// Optional - only allowed with TKGm - if supplied this should be the name of a pre configured local image registry configured in TMC to pull images from - managed_workload_cluster_image_registry = "workload_cluster_image_registry_value"// Optional - only allowed with TKGm - only allowed if image_registry is not empty - management_proxy_name = "proxy_name_value"// Optional - name of proxy configuration to use which is already configured in TMC - managed_workload_cluster_proxy_name = "workload_cluster_proxy_name_value"// Optional - only allowed if proxy_name is not empty + cluster_group = "default" // Required + kubernetes_provider_type = "VMWARE_TANZU_KUBERNETES_GRID" // Required + image_registry = "image_registry_value" // Optional - only allowed with TKGm - if supplied this should be the name of a pre configured local image registry configured in TMC to pull images from + managed_workload_cluster_image_registry = "workload_cluster_image_registry_value" // Optional - only allowed with TKGm - only allowed if image_registry is not empty + management_proxy_name = "proxy_name_value" // Optional - name of proxy configuration to use which is already configured in TMC + managed_workload_cluster_proxy_name = "workload_cluster_proxy_name_value" // Optional - only allowed if proxy_name is not empty } } ``` @@ -77,13 +77,13 @@ resource "tanzu-mission-control_management_cluster" "management_cluster_registra name = "tf-registration-test" // Required spec { - cluster_group = "default" // Required + cluster_group = "default" // Required kubernetes_provider_type = "VMWARE_TANZU_KUBERNETES_GRID" // Required } register_management_cluster { - tkgm_kubeconfig_file = "" // Required - tkgm_description = "optional description about the kube-config provided" // Optional + tkgm_kubeconfig_file = "" // Required + tkgm_description = "optional description about the kube-config provided" // Optional } ready_wait_timeout = "15m" // Optional , default value is 15m @@ -100,12 +100,12 @@ resource "tanzu-mission-control_management_cluster" "management_cluster_registra name = "tf-registration-test" // Required spec { - cluster_group = "default" // Required + cluster_group = "default" // Required kubernetes_provider_type = "VMWARE_TANZU_KUBERNETES_GRID" // Required } register_management_cluster { - tkgm_kubeconfig_raw = var.kubeconfig // Required + tkgm_kubeconfig_raw = var.kubeconfig // Required tkgm_description = "optional description about the kube-config provided" // Optional } @@ -133,7 +133,7 @@ resource "tanzu-mission-control_management_cluster" "management_cluster_registra name = "tf-registration-test" // Required spec { - cluster_group = "default" // Required + cluster_group = "default" // Required kubernetes_provider_type = "VMWARE_TANZU_KUBERNETES_GRID_SERVICE" // Required } } @@ -153,10 +153,10 @@ resource "tanzu-mission-control_management_cluster" "management_cluster_registra name = "tf-registration-test" // Required spec { - cluster_group = "default" // Required + cluster_group = "default" // Required kubernetes_provider_type = "VMWARE_TANZU_KUBERNETES_GRID_SERVICE" // Required - management_proxy_name = "proxy_name_value"// Optional - name of proxy configuration to use which is already configured in TMC - managed_workload_cluster_proxy_name = "workload_cluster_proxy_name_value"// Optional - only allowed if proxy_name is not empty + management_proxy_name = "proxy_name_value" // Optional - name of proxy configuration to use which is already configured in TMC + managed_workload_cluster_proxy_name = "workload_cluster_proxy_name_value" // Optional - only allowed if proxy_name is not empty } } ``` diff --git a/docs/resources/namespace_quota_policy.md b/docs/resources/namespace_quota_policy.md index 82bba416..4bb42803 100644 --- a/docs/resources/namespace_quota_policy.md +++ b/docs/resources/namespace_quota_policy.md @@ -763,4 +763,4 @@ Optional: Read-Only: - `resource_version` (String) Resource version of the resource -- `uid` (String) UID of the resource \ No newline at end of file +- `uid` (String) UID of the resource diff --git a/docs/resources/package_install.md b/docs/resources/package_install.md index d5067297..8c76365d 100644 --- a/docs/resources/package_install.md +++ b/docs/resources/package_install.md @@ -168,4 +168,4 @@ Read-Only: - `cluster_role_name` (String) - `role_binding_name` (String) -- `service_account_name` (String) \ No newline at end of file +- `service_account_name` (String) diff --git a/docs/resources/package_repository.md b/docs/resources/package_repository.md index 84f62eff..f2b08677 100644 --- a/docs/resources/package_repository.md +++ b/docs/resources/package_repository.md @@ -122,4 +122,4 @@ Read-Only: - `disabled` (Boolean) - `managed` (Boolean) - `package_repository_phase` (String) -- `subscribed` (Boolean) \ No newline at end of file +- `subscribed` (Boolean) diff --git a/docs/resources/provisioner.md b/docs/resources/provisioner.md index 5d53f97e..dfff1e5f 100644 --- a/docs/resources/provisioner.md +++ b/docs/resources/provisioner.md @@ -29,8 +29,8 @@ Addition of a provisioner resource refers to creation of namespace in the manage ```terraform # Create provisioner resource resource "tanzu-mission-control_provisioner" "provisioner" { - name = "demo-test" # Required - management_cluster = "eks" # Required + name = "demo-test" # Required + management_cluster = "eks" # Required meta { description = "Create provisioner through terraform" @@ -71,4 +71,4 @@ Optional: Read-Only: - `resource_version` (String) Resource version of the resource -- `uid` (String) UID of the resource \ No newline at end of file +- `uid` (String) UID of the resource diff --git a/docs/resources/repository_credential.md b/docs/resources/repository_credential.md index 7a9d2e1d..b301b05e 100644 --- a/docs/resources/repository_credential.md +++ b/docs/resources/repository_credential.md @@ -256,4 +256,4 @@ Optional: Read-Only: - `resource_version` (String) Resource version of the resource -- `uid` (String) UID of the resource \ No newline at end of file +- `uid` (String) UID of the resource