Krzysztof Wilczynski
6e7e03f4ea
config: new "abs" interpolation function
...
This new function returns the absolute value for a given number.
2017-09-25 14:19:18 -07:00
James Bardin
50005ec817
Merge branch 'f-registry-docs' into v0.10.6-release
2017-09-18 15:30:31 -05:00
Paul Banks
197bbc6114
Add screenshots, make registry the default module source example, remove dead support link in registry submenu
2017-09-15 17:50:22 +01:00
Micah Hausler
7fa4b648bb
config: multi-line "indent" function
...
This function prepends a number of spaces on to all but the first line
of a string containing multiple lines of text.
2017-09-14 09:47:48 -07:00
Shih Oon Liong
bcfb63098a
website: Example of using maps with local values
2017-09-08 10:33:56 -07:00
Justin Campbell
fd4cc78839
docs: Add local values usage example
2017-09-07 13:49:33 -04:00
Chris Doherty
793b986860
Cosmetic doc changes:
...
- Having a map 'foo' with a key 'foo' is confusing.
- it's -> its
2017-09-05 15:28:36 -07:00
Martin Atkins
bb0e57fec1
website: explain how to upgrade providers
...
Previously the -upgrade option was covered only on the "terraform init" usage page. It seems also worth mentioning in the main docs on provider versioning, since we're already explaining here other mechanics of the versioning/constraints system.
2017-08-28 12:17:24 -07:00
Gabriel Francisco
7b3f32f3de
Resource aws_instance does not have attr private_ip_address ( #15890 )
2017-08-23 11:41:16 -05:00
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