Skip to content
This repository was archived by the owner on Jun 17, 2024. It is now read-only.

Commit 33a6e13

Browse files
Matthew Sanabriamarkpeek
authored andcommitted
Formatting example code and removing debugging comment (#11)
1 parent 44a9fad commit 33a6e13

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

website/docs/index.html.markdown

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,17 @@ resource][tf-vra7-deployment].
2626
[tf-vra7-deployment]: /docs/providers/vra7/r/deployment.html
2727

2828
```hcl
29-
provider "vra7" {
30-
username = "${var.username}"
31-
password = "${var.password}"
32-
tenant = "${var.tenant}"
33-
host = "${var.host}"
29+
provider "vra7" {
30+
username = "${var.username}"
31+
password = "${var.password}"
32+
tenant = "${var.tenant}"
33+
host = "${var.host}"
3434
}
3535
3636
resource "vra7_deployment" "machine" {
37-
count = 1
37+
count = 1
3838
catalog_item_name = "CentOS 7.0 x64"
39+
3940
resource_configuration = {
4041
Linux.cpu = "2"
4142
}
@@ -72,8 +73,6 @@ enabled when instructed to do so by HashiCorp for the purposes of
7273
troubleshooting issues with the provider, or when attempting to perform your
7374
own troubleshooting. Use them at your own risk and do not leave them enabled!
7475

75-
* ***Add info here on debuggings ***
76-
7776
## Bug Reports and Contributing
7877

7978
For more information how how to submit bug reports, feature requests, or

0 commit comments

Comments
 (0)