website: syntax highlighting for "external" provider docs
This commit is contained in:
parent
853b411840
commit
6b8c98d393
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue