Sunny
06fd5d7a3e
config: urlencode interpolation function
...
This escapes all characters that might have a special interpretation when embedded into a portion of a URL, including slashes, equals signs and ampersands.
2017-08-22 11:26:09 -07:00
Gorka Lerchundi Osa
a303817e03
config: base64gzip interpolation function
...
Since Terraform's internals are not 8-bit clean (it assumes UTF-8
strings), we can't implement raw gzip directly. We're going to add
support where it makes sense for passing data to attributes as
base64 so that the result of this function can be used.
2017-08-22 10:44:55 -07:00
Martin Atkins
fd88c98c20
website: documentation for local values
2017-08-21 15:15:25 -07:00
Sebastian Maj
28b5708fef
config: jsonencode function to support nested lists and maps
2017-08-18 09:57:57 -07:00
JWal31
117f44bcda
config: Add "flatten" interpolation function
...
This function turns a list of lists or any arbitrary number of nested
lists into a flat list of primitive values.
2017-08-16 13:46:19 -07:00
Robert Liebowitz
8d98fdecac
Autoload only .auto.tfvars files
2017-07-05 17:24:17 -07:00
Robert Liebowitz
006744bfe0
Use all tfvars files in working directory
...
As a side effect, several commands that previously did not have a failure
state can now fail during meta-parameter processing.
2017-07-05 17:24:17 -07:00
trung
681661a539
#15291 : config/interpolate_funcs: Added contains() function to test if a given element is present in the list
2017-06-16 15:05:19 -07:00
Martin Atkins
7ed70bb00e
website: new filesystem layout for core/provider split
...
This repo now contains only the core docs, with other content moving elsewhere.
2017-06-13 11:25:32 -07:00