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
{{ message }}
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.
vRA 7.x version
7.5
Terraform version
0.11.11
terraform-provider-vra7 plugin version
Describe the bug
The vra7_resource name provided in the terraform config doesn't take any affect. It should replace the default deployment name
To Reproduce
Steps to reproduce the behavior:
The tf config file
resource "vra7_resource" "Prativa_test_deployment" { count = 1 catalog_name = "test-catalog" deployment_configuration { description = "test desc" reasons = "test reason" } resource_configuration = { // resource config } wait_timeout = 5 }
Terraform command
terraform apply
Error: none
Expected behavior
The default deployment name should be updated to Prativa_test_deployment as provided in the tf file
Screenshots
If applicable, add screenshots to help explain your problem.
Logs
Attach logs to help debug the issue
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: