Minor formatting improvement (#11106)

pull/11112/head
Mark Lewis 5 years ago committed by GitHub
parent e6f1330c10
commit 5b8cce603d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -40,7 +40,7 @@ The file provisioner can upload both single files and complete directories.
<Tab heading="HCL2">
```hcl
provisioner "file"{
provisioner "file" {
source = "app.tar.gz"
destination = "/tmp/app.tar.gz"
}

Loading…
Cancel
Save