Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply does not change the number of VMs created by the vRA blueprint #155

Closed
spbarbieri opened this issue Feb 14, 2020 · 3 comments
Closed

Comments

@spbarbieri
Copy link

I have a vRA blueprint that contains a cluster of 1 to 5 EC2 Servers:

image

I have a terraform configuration that deploys this blueprint

resource "vra7_deployment" "min_max" {
  wait_timeout = "20"
  catalog_item_name = "min-max"

  resource_configuration = {
    EC2_Cluster._cluster = "3"
    EC2_Cluster.ip_address = ""
  }
}

This successfully deploys my blueprint and creates 3 VMs.

If I change EC2_Cluster._cluster = "3" to EC2_Cluster._cluster = "5" and run Terraform apply the apply completes successfully but does nothing. I don't get 2 new VMs.

Is this expected? Am I doing something incorrectly?

@mdittbrenner215
Copy link

This is the terraform provider for vra 8 not 7

@mdittbrenner215
Copy link

@spbarbieri
Copy link
Author

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

2 participants