From 2df53f283dbcb5b4278705ef85e1987d7c2ecb11 Mon Sep 17 00:00:00 2001 From: Peter Marton Date: Mon, 11 Apr 2016 21:19:04 +0200 Subject: [PATCH] Add gzip and base64 default values to cloudinit template docs (#4875) --- .../docs/providers/template/r/cloudinit_config.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/providers/template/r/cloudinit_config.html.markdown b/website/source/docs/providers/template/r/cloudinit_config.html.markdown index d2d03d3788..69dc722b36 100644 --- a/website/source/docs/providers/template/r/cloudinit_config.html.markdown +++ b/website/source/docs/providers/template/r/cloudinit_config.html.markdown @@ -58,9 +58,9 @@ resource "aws_instance" "web" { The following arguments are supported: -* `gzip` - (Optional) Specify whether or not to gzip the rendered output. +* `gzip` - (Optional) Specify whether or not to gzip the rendered output. Default to `true` -* `base64_encode` - (Optional) Base64 encoding of the rendered output. +* `base64_encode` - (Optional) Base64 encoding of the rendered output. Default to `true` * `part` - (Required) One may specify this many times, this creates a fragment of the rendered cloud-init config file. The order of the parts is maintained in the configuration is maintained in the rendered template.