You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Flattening and Helper Tests:** These can be run by `make test` directly.
87
87
88
88
**Acceptance Tests:** Set the environment variables in your IDE configurations or Terminal.
89
-
Environment variables that are required to be set universally are `TMC_ENDPOINT`, `TMC_CSP_ENDPOINT`, `TMC_CSP_TOKEN`and `TF_ACC`. `TF_ACC` has to be set as `true`.
89
+
Environment variables that are required to be set universally are `TMC_ENDPOINT`, `TMC_CSP_ENDPOINT`and `TMC_CSP_TOKEN`.
90
90
91
91
Environment variables specific to particular resources:
92
92
93
93
-**Attach Cluster with Kubeconfig and Namespace Resource** - `KUBECONFIG`
94
94
-**TKGs workload cluster** - `MANAGEMENT_CLUSTER`, `PROVISIONER_NAME`, `VERSION` and `STORAGE_CLASS`.
95
95
-**TKGm Vsphere workload cluster** - `MANAGEMENT_CLUSTER` and `CONTROL_PLANE_ENDPOINT`.
96
96
97
-
After the environment variables are set, run the respective tests.
97
+
After the environment variables are set, run `make acc-test`.
98
98
99
99
## Provider Documentation
100
100
101
-
TMC Terraform provider documentation is autogenerated using [tfplugindocs][tfplugindocs-link].
101
+
Tanzu Mission Control Terraform provider documentation is autogenerated using [tfplugindocs][tfplugindocs-link].
102
102
103
-
Use the tfplugindocs tool to automatically generate documentation for your provider in the format required by the Terraform Registry.
103
+
Use the tfplugindocs tool to generate documentation for your provider in the format required by the Terraform Registry.
104
104
The plugin will read the descriptions and schema of each resource and data source in your provider and generate the relevant Markdown files for you.
Please refer to `examples` folder to perform CRUD operations with TMC provider for various resources
109
+
Please refer to `examples` folder to perform CRUD operations with Tanzu Mission Control provider for various resources
110
110
111
111
# Support
112
112
113
-
The TMC Terraform provider is now VMware supported as well as community supported. For bugs and feature requests please open a Github Issue and label it appropriately or contact VMware support.
113
+
The Tanzu Mission Control Terraform provider is now VMware supported as well as community supported. For bugs and feature requests please open a Github Issue and label it appropriately or contact VMware support.
The TMC Terraform provider is available under [MPL2.0 license](https://github.com/vmware-tanzu/terraform-provider-tanzu-mission-control/blob/main/LICENSE).
119
+
The Tanzu Mission Control Terraform provider is available under [MPL2.0 license](https://github.com/vmware-tanzu/terraform-provider-tanzu-mission-control/blob/main/LICENSE).
0 commit comments