-
It would be helpful to allow vra server credentials to be read into the resource provider from environment variables at provision time. This would keep the user from having to store them in a terrafor…
-
**vRA 7.x version**
7.4
**Terraform version**
v0.11.11
**terraform-provider-vra7 plugin version**
master
**Describe the bug**
I'm trying to execute the remote-exec provisioner on a machine c…
-
My team has been using the latest version of the plugin and We have been having issue where the terraform keeps running for long time after "terraform apply" and does not return, even though the mac…
-
vRA version
8.4.1
Terraform version
1.0.1
terraform-provider-vra plugin version
0.3.8
**Is your feature request related to a problem? Please describe.**
When creating a project we would like …
-
### Terraform Version
```shell
Terraform v1.3.7
on linux_amd64
```
### Terraform Configuration Files
```
resource "null_resource" "remote-exec" {
count = "${var.instances}" # this is the numbe…
-
There is a wait_timeout attribute in the schema. Is there a real usecase that requires this?
Most of the terraform provider returns only when the resource request reaches a termination state, failed …
-
Modifying the "_cluster" custom property of an existing IaaS deployment will destroy and recreate the deployment with the proper number of VMs, it should ideally use the Scale Out/Scale in option to a…
-
**vRA 7.x version**
7.3.1
**Terraform version**
v0.11.11
**terraform-provider-vra7 plugin version**
5855f3c9a86c12f0a002857610d7bbcb22fe95a4
**Describe the bug**
Receiving the following error…
-
# vRA8 External Inputs and Input Property Groups | CMA
Dynamic dropdowns with Cloud Templates
[https://kuklis.github.io/cma/post/vra8-external-inputs-and-input-property-groups/](https://kuklis.githu…
-
According to the following:
-Provider example [remote-execute](https://github.com/vmware/terraform-provider-vra7/blob/master/example/remote-execute/main.tf)
-Bug #5
-Pull #25
..adding a disk on…