-
**vRA 7.x version**
7.4
**Terraform version**
Terraform v0.11.11
**terraform-provider-vra7 plugin version**
provider.vra7 v0.2.0
**Describe the bug**
Have a simple XaaS Blueprint using a …
-
Terraform 0.11.8
Very similar to https://github.com/vmware/terraform-provider-vra7/issues/51 (closed)
I'm trying to set the datacenter_location property in the resource_configuration section.
…
-
There are a couple of ways to create multiple instances using the VRA provider.
1) Using the _cluster property:
resource "vra7_resource" "my_vmware_node" {
wait_timeout = "${var.my_vmware_node_…
-
Hi,
I have been tryng to do this as our system requires this field for certain templates. Nothing I have tried works and, looking at the source code, there's no provision for it. I have tried addin…
-
Hi there,
I'm trying to deploy a basic VM:
_resource "vra7_deployment" "TestingVM" {
count = "1"
catalog_item_name = "HPaaS Microsoft Windows"
reasons = "Deployme…
-
I have a vRA blueprint that contains a cluster of 1 to 5 EC2 Servers:
![image](https://user-images.githubusercontent.com/25961207/74564397-02651600-4f3d-11ea-846a-a19b10fe8d14.png)
I have a terr…
-
vRA 7.x version
7.4
Terraform version
v0.12.13
terraform-provider-vra7 plugin version
provider.vra7 v0.5.0
**Describe the bug**
Modification of resource configuration objects like CPU and MEM…
-
Hello,
I am currently using terraform to provision my infrastructure and Ansible to configure the software pieces.
So, once `terraform apply` executed, I would like terraform to fetch the IPs o…
-
When declaring an additional disk in our main.tf file like this
```
resource "vra7_resource" "deployment1" {
count = 1
catalog_name = "centOS 7"
resource_configuration = {
vm1.cpu …
-
**vRA version**
VRA 8.1
**Terraform version**
0.13
**terraform-provider-vra plugin version
0.3.9 (latest)
**Describe the bug**In an existing deployment, when i changed the disk storage val…