Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

The vra7_resource name provided in the terraform config doesn't take any affect. It should replace the default deployment name #125

Open
Prativa20 opened this issue Feb 20, 2019 · 0 comments

Comments

@Prativa20
Copy link
Contributor

Prativa20 commented Feb 20, 2019

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:

  1. 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 }

  2. Terraform command
    terraform apply

  3. 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

  1. Attach vra-terraform.log
  2. Attach Terraform console log (Enable terraform logs following the steps mentioned in https://www.terraform.io/docs/configuration/environment-variables.html)
  3. crash.log(if any)

Desktop (please complete the following information):

  • OS: [e.g. iOS]

Additional context
Add any other context about the problem here.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant