Skip to content

Commit 4f7723b

Browse files
serialdoomcatsby
authored andcommitted
Updated new lines (hashicorp#8883)
the render in the webpage did not show the code blocks for `Upload file to vSphere` section correctly.
1 parent 1eed5dd commit 4f7723b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

website/source/docs/providers/vsphere/r/file.html.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Updates to file resources will handle moving a file to a new destination (datace
1515
## Example Usages
1616

1717
**Upload file to vSphere:**
18+
1819
```
1920
resource "vsphere_file" "ubuntu_disk_upload" {
2021
datacenter = "my_datacenter"
@@ -25,6 +26,7 @@ resource "vsphere_file" "ubuntu_disk_upload" {
2526
```
2627

2728
**Copy file within vSphere:**
29+
2830
```
2931
resource "vsphere_file" "ubuntu_disk_copy" {
3032
source_datacenter = "my_datacenter"
@@ -48,4 +50,4 @@ The following arguments are supported:
4850
* `datacenter` - (Optional) The name of a Datacenter in which the file will be uploaded to.
4951
* `source_datastore` - (Optional) The name of the Datastore in which file will be copied from.
5052
* `datastore` - (Required) The name of the Datastore in which to upload the file to.
51-
* `create_directories` - (Optional) Create directories in `destination_file` path parameter if any missing for copy operation. *Note: Directories are not deleted on destroy operation.
53+
* `create_directories` - (Optional) Create directories in `destination_file` path parameter if any missing for copy operation. *Note: Directories are not deleted on destroy operation.

0 commit comments

Comments
 (0)