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
Copy file name to clipboardexpand all lines: README.md
+8
Original file line number
Diff line number
Diff line change
@@ -211,6 +211,14 @@ The plugin will read the descriptions and schema of each resource and data sourc
211
211
212
212
Please refer to `examples` folder to perform CRUD operations with Tanzu Mission Control provider for various resources
213
213
214
+
# Troubleshooting
215
+
216
+
## Executions of a different version of the provider
217
+
Terraform will always look for the latest version of the provided and will use it even if you have just built a previous version.
218
+
Terraform caches all known builds/versions in the cache folder located in ```~/.terraform.d``` folder.
219
+
220
+
Delete ```~/.terraform.d/plugins/vmware``` folder to remove all cached versions of the plugin
221
+
214
222
# Support
215
223
216
224
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.
returnnetworkConfig, errors.New("can not set network_config.dns_service_ip or network_config.service_cidr when network_config.network_plugin is set to kubenet")
293
-
}
293
+
// Validation. DNS Server Ip or service CIDR cannot be set is network plugin is 'kubenet'
294
+
//TODO: this does not look like a valid requirement so far. Need an extra check
// return networkConfig, errors.New("can not set network_config.dns_service_ip or network_config.service_cidr when network_config.network_plugin is set to kubenet")
0 commit comments