mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-28 04:03:27 -04:00
Add gzip and base64 default values to cloudinit template docs (#4875)
This commit is contained in:
parent
ff749e0b04
commit
2df53f283d
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue