Add gzip and base64 default values to cloudinit template docs (#4875)

pull/6131/head
Peter Marton 10 years ago committed by James Nugent
parent ff749e0b04
commit 2df53f283d

@ -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.

Loading…
Cancel
Save