website: syntax highlighting for "external" provider docs

This commit is contained in:
Martin Atkins 2017-04-07 16:55:42 -07:00
parent 853b411840
commit 6b8c98d393
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ configurations that are applied within Terraform Enterprise.
## Example Usage ## Example Usage
``` ```hcl
data "external" "example" { data "external" "example" {
program = ["python", "${path.module}/example-data-source.py"] program = ["python", "${path.module}/example-data-source.py"]
@ -94,7 +94,7 @@ language.
The following example shows some input/output boilerplate code for a The following example shows some input/output boilerplate code for a
data source implemented in bash: data source implemented in bash:
``` ```bash
#!/bin/bash #!/bin/bash
# Exit if any of the intermediate steps fail # Exit if any of the intermediate steps fail