terraform-provider-vra7 icon indicating copy to clipboard operation
terraform-provider-vra7 copied to clipboard

Terraform VMware vRealize Automation 7 provider - VMware has ended the active development of this Terraform Provider, so this repository will no longer be updated.

Results 35 terraform-provider-vra7 issues
Sort by recently updated
recently updated
newest added

**vRA 7.x version** **terraform-provider-vra7 plugin version** terraform-provider-vra7_3.0.9_linux_amd64.zip **Describe the bug** Can't download module due to cheksum mismatch ``` Error while installing vmware/vra7 v3.0.9: checksum list has unexpected SHA-256 hash 835324c594a5eec60aeb427a26c2c069ce3219d725edac7f09c3be2214cd271e...

Hello, We are using vra7_2.0.0 plugin version & trying to delete a instance using vra7. Though the instance isnt deleted on cloud, vra7 terraform provider reports a successful destruction. On...

when used as it is it causes exception in validation Error: Invalid reference │ on main.tf line 33, in resource "vra7_deployment" "this": │ 33: type = ssh │ A reference...

Small fix in example/simple. ` reason = "this reason"` was wrong and returned an error > An argument named "reason" is not expected here. Did you mean "reasons"? Signed-off-by: ytpom

Hi, Our vRA authentication is setup with different domains, while logging in manually we choose a specific domain and then enter user name and password. how to achieve this in...

Hello, It looks like the only option right now is to use a username/password combination. I'd rather provide a token to Terraform, and other VMware providers (e.g. vCloud Director) support...

**vRA 7.x version** The vRA 7.6 version **Terraform version** The terraform version : 0.14 **terraform-provider-vra7 plugin version** The terraform-provider-vra7 plugin version (e.g. commit id, etc.) terraform-provide-vra7 : 3.0 **Describe the...

**vRA 7.x version** Version: 7.5.0 (Build: 10053500) **Terraform version** Terraform v0.14.4 **terraform-provider-vra7 plugin version** + provider registry.terraform.io/vmware/vra7 v3.0.0 **Describe the bug** Variables inside `resource_configuration ` blocks are inaccessible. Hello, After...

This change adds the "REJECTED" state to vRA deployment status. Without this state, terraform will loop forever if the deployment failed due to being rejected during pre-approval checks. Signed-off-by: acidpizza

Signed-off-by: Mark Peek