Skip to content

Instantly share code, notes, and snippets.

@sammcgeown
Created January 22, 2020 12:06
Show Gist options
  • Save sammcgeown/1b73f11f21e3431f030ccfede713c9c6 to your computer and use it in GitHub Desktop.
Save sammcgeown/1b73f11f21e3431f030ccfede713c9c6 to your computer and use it in GitHub Desktop.
resource "vra_deployment" "this" {
name = "Terraform Deployment"
description = "Deployed from vRA provider for Terraform."
blueprint_id = vra_blueprint.this.id
project_id = vra_project.this.id
inputs = {
Flavor = "small"
Image = "ubuntu-bionic"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment