Skip to content

Commit

Permalink
- Added the power_on Variable to the Inputs Section of the README
Browse files Browse the repository at this point in the history
  • Loading branch information
scafeman committed Jul 13, 2023
2 parents 6d862d0 + e0095b6 commit b72a17b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This Terraform module will deploy Virtual Applications (vApps) into an existing

| Name | Version |
|-----------|---------|
| terraform | ~> 1.2 |
| terraform | ~> 1.2 |
| vcd | ~> 3.8 |

## Resources
Expand Down Expand Up @@ -38,7 +38,7 @@ This is an example of a `main.tf` file that uses the `"github.com/global-vmware/

```terraform
module "vcd_vapp" {
source = "github.com/global-vmware/vcd_vapp.git?ref=v1.1.1"
source = "github.com/global-vmware/vcd_vapp.git?ref=v1.2.0"
vdc_org_name = "<US1-VDC-ORG-NAME>"
vdc_group_name = "<US1-VDC-GRP-NAME>"
Expand Down

0 comments on commit b72a17b

Please sign in to comment.