Skip to content

Commit

Permalink
Updated the values assigned to the vapp_names variable in the Module …
Browse files Browse the repository at this point in the history
…TF Code Snippet in the README
  • Loading branch information
scafeman committed Apr 27, 2023
1 parent 564ab63 commit 4312700
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 @@ -44,8 +44,8 @@ module "vcd_vapp" {
vdc_name = "<US1-VDC-NAME>"
vapp_names = [
"vApp-01",
"vApp-02"
"My Production vApp-01",
"My Production vApp-02"
]
}
```
Expand Down

0 comments on commit 4312700

Please sign in to comment.