Fix code-highlighting for cluster file reference

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2019-06-12 15:11:03 +02:00
parent 0266be38d7
commit 2028e1a4a4
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
1 changed files with 22 additions and 18 deletions

View File

@ -19,16 +19,18 @@ Using Docker Cluster is a three-step process:
A `cluster.yml` file resembles the following example:
variable:
{% raw %}
```yaml
variable:
region: us-east-2
ucp_password:
type: prompt
provider:
provider:
aws:
region: ${region}
cluster:
cluster:
engine:
version: "ee-stable-18.09.5"
ucp:
@ -36,10 +38,12 @@ A `cluster.yml` file resembles the following example:
username: "admin"
password: ${ucp_password}
resource:
resource:
aws_instance:
managers:
quantity: 1
```
{% endraw %}
For more information about Cluster files, refer to the
[Cluster file reference](cluster-file/index.md).