Commit Graph

362 Commits (dd2decf9218166325acb69cec27c9cfa2189fc4b)

Author SHA1 Message Date
Martin Atkins 67d95b97ce lang/funcs: templatefile requires valid variable names
6 years ago
James Bardin 4185aa93f5 doc typo
6 years ago
James Bardin a765d69fb0
Merge pull request #24032 from hashicorp/jbardin/map-funcs
6 years ago
James Goodhouse 25bfe7337b
lang: add setsubtract function (#23424)
6 years ago
Nick Fagerlund 6494591ec1 website: Remove extra copy of "Getting Started", update links
6 years ago
James Bardin 529271e0be update merge docs to match behavior
6 years ago
Pam Selle 4e0879c486 Document for_each key requirements
6 years ago
Pam Selle 213189c3d0 Use a real resource
6 years ago
Pam Selle 885ff69c50 Update docs to generalize/use fake example vs one that could be misleading
6 years ago
Kristin Laemmert 4c221cbcb9
website: document optional syntax for required_providers setting (#23854)
6 years ago
ZMI-RyanMann 66411b5ca0 website/docs: Updated documentation for range function pseudocode (#23823)
6 years ago
Martin Atkins ff4ea042c2 config: Allow module authors to specify validation rules for variables
6 years ago
Martin Atkins 02576988c1 lang: "try" and "can" functions
6 years ago
Pam Selle 76831793d0
Merge pull request #23265 from lucazz/update_docs_for_outputs
6 years ago
Pam Selle 3bcea18d1c
Update outputs.html.md
6 years ago
Pam Selle 31b56207e0
Update outputs.html.md
6 years ago
Igor Vodka be89975667
Fix markdown being misused in docs
6 years ago
Martin Atkins bfbd00a23c website: Note about using jsonencode/yamlencode in templatefile
6 years ago
Graham Davison e32641c9ce website/docs: Corrects function name in `cidrsubnets` function documentation (#23473)
6 years ago
George Christou 91100c003c lang/funcs: Add more `trim*` functions (#23016)
7 years ago
Yuki Ito 72c910cebc website: Fix typographical errors in the docs for base64sha256/512
7 years ago
Lucas do Amaral Saboya 806397803c
Update Output values docs.
7 years ago
Martin Atkins f8a32f0b83 website: Consistently recommend the required_providers block
7 years ago
Martin Atkins 7c110f9cf8 website: provider version constraints in modules
7 years ago
Thomas Alton ddd0d2a442 website: Provider proxy config only supports alias
7 years ago
Thomas Alton 24386bcfcb website: Link to `required_providers` block from provider documentation
7 years ago
Pam Selle 5b453f6ba9
Merge pull request #23186 from pselle/pselle/docs-syntax-link
7 years ago
Pam Selle 566f22a34e Docs around splat
7 years ago
Pam Selle 9ee19eac94
Merge pull request #23177 from hashicorp/pselle/docs-syntax-link
7 years ago
Pam Selle 0d4ea7d9ad Fix link in syntax docs
7 years ago
Kris Luminar 8bb0491dc1 website: clarify where you run the `terraform init` command
7 years ago
charlottemach e3d38046dc website/docs: replace outdated tag syntax (#23111)
7 years ago
Martin Atkins 047733d20c website: Full examples for for_each with flatten and setproduct
7 years ago
Pam Selle 2a50bc6b5a More in expressions, removed extra resource thing
7 years ago
Pam Selle 67e314dcbe Some docs updates to clarify splat confusion
7 years ago
Nick Fagerlund f6e648cc8b website: Document behavior of `self` object for provisioners
7 years ago
Martin Atkins 39e609d5fd vendor: switch to HCL 2.0 in the HCL repository
7 years ago
Martin Atkins 25222fccd5 website: Link to hashicorp/subnets/cidr for cidrsubnets docs
7 years ago
Martin Atkins f84ab99b7d lang/funcs: cidrsubnets function
7 years ago
Jeet Parekh bcc69c05bb lang/funcs: parseint function
7 years ago
The Terraform Team 9b6fcc4e86
Merge pull request #22755 from echernyavskiy/patch-1
7 years ago
The Terraform Team 669242ee14
Merge pull request #22777 from acsbendi/patch-1
7 years ago
Nick Fagerlund 655bbfdf28 website: Add complex type example to variables.html
7 years ago
Bendegúz Ács 8f9d368a25
Fixed typo in documentation about expressions
7 years ago
Evgeny Chernyavskiy 5f16669362
Fix typo in variables.html
7 years ago
Pam Selle f9ebae749c
Merge pull request #22707 from vsimon/spell
7 years ago
Vicken Simonian 853a0e0677 docs: Minor spelling and typo fixes
7 years ago
Brian Flad 19cf34114f
lang/funcs: Switch fileset() function glob implementation to github.com/bmatcuk/doublestar to support additional glob patterns
7 years ago
Brian Flad af7f6ef441
lang/funcs: Update fileset() function to include path as separate first argument, automatically trim the path argument from results, and ensure results are always canonical with forward slash path separators
7 years ago
Pam Selle 75d3f1e62e
Merge pull request #22614 from heimweh/patch-1
7 years ago
Kristin Laemmert 212d5b0b1c
Mildwonkey/docs updates (#22623)
7 years ago
Pam Selle 6e614f3465 Fix docs mistake/misleading
7 years ago
Alexander Hellbom 99c59b833e
website: fix expression typo
7 years ago
Brian Flad d48d9ed766
lang/funcs: Add fileset function
7 years ago
Nick Fagerlund 3aa909ac6e website: Update URLs and name references for Terraform Cloud rebrand
7 years ago
Nick Fagerlund 979a2fa6d1 website: Align `count` and `for_each` sections
7 years ago
Martin Atkins 135afaeb9c lang: "regex" and "regexall" functions
7 years ago
Martin Atkins 5cb80c43c1 website: example of csvdecode with for_each
7 years ago
Pam Selle 1b25cb7d4a Docs updates for data resources, update expressions ref
7 years ago
Pam Selle 7d905f6777 Resource for_each
7 years ago
Pam Selle 19b8a9c02f
Merge pull request #21715 from petems/minor_spelling_fixes
7 years ago
Chris Arcand 275ecf96f2
Merge pull request #22042 from hashicorp/012-replace-regex-docs
7 years ago
Pam Selle 5cd551f716
Merge pull request #21887 from jmcgeheeiv/patch-1
7 years ago
Chris Arcand 22385c3198 Added regex details to replace() docs
7 years ago
Andreas Sommer 042aead714 lang/funcs: add "abspath" function (#21409)
7 years ago
Ben Hadfield 0a1c0d6c24 website: Fix typo in Arithmetic Operators section (#21945)
7 years ago
John McGehee 4bb6f0dff2
Add "leading zeros" for the sake of SEO
7 years ago
Martin Atkins 1bba574fe9 website: Document ignore_changes for individual map elements
7 years ago
petems 239c84ef4b Minor spelling fixes
7 years ago
Lars Eric Scheidler aa07806bfc lang/funcs: New "uuidv5" function
7 years ago
Alisdair McDiarmid 812ba80dae Remove links to legacy Terraform Enterprise docs
7 years ago
Martin Atkins 8da3d269b0 website: Further elaboration on the "any" type constraint
7 years ago
Martin Atkins 127cbeeda2 website: Additional information about "dynamic" blocks
7 years ago
Martin Atkins 382e1ca821 lang: yamldecode and yamlencode functions
7 years ago
Martin Atkins f9a73d48db lang: "range" function
7 years ago
Justin Weissig 7335f1fdc8 docs: fixed typo (#21297)
7 years ago
Justin Weissig 778cae91a8 website: fix typo in the 'terraform' block documentation page
7 years ago
Martin Atkins 5af8bcff2f
website: correct the synopsis on the formatdate function page
7 years ago
Peter 02d03d2d25 website: Fix odd spacing on the provider configuration syntax page
7 years ago
Alexis 00cc5781ab website: Fix typo in the configuration language introduction page
7 years ago
Justin Weissig aa4c43b341 website: Fix typo on the "expressions" documentation page
7 years ago
Nick Fagerlund 0172fed7d4 (website) Adjust intro of attr-blocks page
7 years ago
Kristin Laemmert b1d0b1383f
lang/funcs: remove sethaselement function and documentation (#21164)
7 years ago
Justin Weissig 299e0432bc
Fixed typo
7 years ago
Kristin Laemmert 394cf7f25e
lang/funcs: add acc tests for functions (#21112)
7 years ago
Justin Weissig 3d80aed6fe website/docs: Fixed Typo (#21137)
7 years ago
Kit Ewbank efc08de5d6 lang/funcs: add 'strrev' interpolation function. (#21091)
7 years ago
Ross McKelvie ce1fba5817 website: update required_providers block for terraform 0.12 compatibility
7 years ago
Martin Atkins 533cbf4c3f
website: Update "Local Values" docs to use v0.12 syntax in example
7 years ago
Kristin Laemmert d4669246c7
funcs/coalesce: return the first non-null, non-empty-string element from a sequence (#21002)
7 years ago
Martin Atkins ac2052f0bb website: correct the title of the "matchkeys" function page
7 years ago
Martin Atkins 99f2623d10 website: Documentation of the special "attributes as blocks" mode
7 years ago
Jeff 3110dde1d1 Fix docs typo (#20924)
7 years ago
Kristin Laemmert 39ef97beff
website: adding examples of complex variables on the command line (#20871)
7 years ago
Martin Atkins f302747077 website: Additional explanation for cidrsubnet function
7 years ago
Nick Fagerlund 428a2c05e7
website: Expand output values docs (#20790)
7 years ago
Nick Fagerlund cb4f3004da website: Fix several spelling errors
7 years ago
Martin Atkins 096b1bb87b lang/funcs: Port the "reverse" function from the old functions set
7 years ago
Tomas Chmelevskij 036a1e259e website: Typo fix (#20629)
7 years ago
PenelopeFudd cf0ed422b2 website: Added missing doublequotes. (#20696)
7 years ago
PenelopeFudd d27651b305 website: Typo in link to the templatefile function page
7 years ago
PenelopeFudd 247faca59d website: formatdate function in the navigation sidebar
7 years ago
Nick Fagerlund 34e90ff3c1 website: Fix broken links to modules/usage and modules/create
7 years ago
Nick Fagerlund 50f76dd566 website: fix broken anchor link (to #for-expressions)
7 years ago
Nick Fagerlund 71af3bc3ec website: Fix nav link activation for json syntax page
7 years ago
Gyorgy Hrabovszki 2b726a892f website: Fix typo in the Local Values documentation
7 years ago
Rupesh Reddy Tumu fddb52f05c website: Fix various typos in the config function documentation
7 years ago
Martin Atkins 36bb9b462c website: "for" expression examples to use canonical formatting
7 years ago
Martin Atkins 0a9959cbe4 website: References to Resource Attributes
7 years ago
Martin Atkins 9336c7fba3 website: Revamped module-authoring docs for Terraform v0.12
7 years ago
Kristin Laemmert 21f6e3dffd
Mildwonkey/012 docs updated (#20542)
7 years ago
John Slee 8f7b897d0c website: typo in outputs doc (#20520)
7 years ago
Martin Atkins 6cd6f0275c website: Fix some broken links
7 years ago
Nick Fagerlund 2c50808bbb website: Version notes: Add new -> old links to 0.12 language docs (function pages)
7 years ago
Nick Fagerlund 4a190127b9 website: Version notes: Add new -> old links to 0.12 language docs (except function pages)
7 years ago
Nick Fagerlund b726cc4ba9 website: Update H1 header of 0.12 index.html
7 years ago
Martin Atkins 954d38e870 lang: New file-hashing functions
7 years ago
Martin Atkins 2f8f7d6f4d lang/funcs: Type conversion functions
7 years ago
Martin Atkins da51e72cbb lang/functions: set functions from cty
7 years ago
Martin Atkins edb5f82de1 lang/funcs: Convert the "setproduct" function to the new approach
7 years ago
Martin Atkins d0e6a4c69a lang: Add "formatdate" function
7 years ago
Martin Atkins c753df6a93 lang/funcs: templatefile function
7 years ago
Nick Fagerlund 17873ae61b website: Update functions section page titles
7 years ago
Nick Fagerlund 9f85e6d5cc website: Update configuration language section page titles
7 years ago
Nick Fagerlund d2abdc23ac website: Structural edit of configuration language docs
7 years ago
Nick Fagerlund 7d5db9522f
website: Fix plugin path on Windows (#19423)
8 years ago
Michael Irwin 47047aa637
Small grammar fix for lifecycle docs
8 years ago
Radek Simko edaa4bbc82
lang: Add fileexists function
8 years ago
Martin Atkins 1360948a41 website: document the functions "keys", "lookup", and "values"
8 years ago
Kristin Laemmert b6d3d69d3a port cidr functions
8 years ago
Kristin Laemmert 602b59cdc4 porting functions
8 years ago
Kristin Laemmert 9aa9b18658 porting crypto functions
8 years ago
Kristin Laemmert 1a5299efcb porting encoding functions
8 years ago
Martin Atkins 60ad24229f website: Link from Configuration index to Resource page
8 years ago
Martin Atkins 6549f24d88 website: Remove the "interpolation" docs page
8 years ago
Martin Atkins c060ecd0a5 website: Document the JSON configuration syntax
8 years ago
Martin Atkins a6749f9efc website: Expand documentation of Override Files
8 years ago
Martin Atkins b3239e8f1f website: Update the "Terraform Settings" page for new style
8 years ago
Martin Atkins d72d9fde16 website: Document the index and attribute syntaxes
8 years ago
Martin Atkins 83a16e3deb website: Docs for all of the IP address calculation functions
8 years ago
Martin Atkins 7cb1de9f30 website: Docs for all of the hash/crypto functions
8 years ago
Martin Atkins 46f8208727 website: Docs for all of the Date and Time functions
8 years ago
Martin Atkins a35c0f3cbf website: Docs for all of the "filesystem" functions
8 years ago
Martin Atkins a491013054 website: Docs for all of the "encoding" functions
8 years ago
Martin Atkins e7d71995f6 website: Document the remaining "collection" functions
8 years ago
Martin Atkins 48d940323e website: Beginnings of "Functions" configuration section
8 years ago
Martin Atkins 39579e8d0f website: revisions to the "Configuration Syntax" page and expressions
8 years ago
Martin Atkins e1754970a8 website: Revise the "Data Sources" configuration docs section
8 years ago
Martin Atkins eeb96b1e12 website: Revise the "Modules" configuration docs section
8 years ago
Martin Atkins fdc8bb6c00 website: Revise the "Local Values" configuration docs section
8 years ago
Martin Atkins e41883d972 website: Revise the "Output Values" configuration docs section
8 years ago
Martin Atkins f8f2ff2202 website: Revise the "Input Variables" configuration docs section
8 years ago
Martin Atkins a6cf796873 website: Revise the "Providers" configuration docs section
8 years ago
Martin Atkins 6fa6a0d110 website: revise the "Resources" configuration docs section
8 years ago
Martin Atkins 27429b61a9 website: Flesh out the intro to the "Configuration" section.
8 years ago
Martin Atkins e5e3452ffa website: Reorganize the "Configuration" docs section
8 years ago
Nick Fagerlund b3935b29d7
website: Reconcile docs about plugin discovery and downloading (#18973)
8 years ago
saravanan palanisamy 517e28ee6e update uuid definition
8 years ago
Quinn Diggity c943caf1a5 website: fix for typo in resources.html.md (#18266)
8 years ago
Paddy 931f8ecc41 Fix broken links to /docs/enterprise/run/api.html
8 years ago
Jaye Doepke 596c7b2638 docs typo
8 years ago
SpencerBrown 3324de35b6 Fix typo in doc: "The support operators are" -> "The supported operators are"
8 years ago
Dominik-K 9da5f5a9f0 docs: no interpolations in `lifecycle` attribute (#3116) (#17695)
8 years ago
James Bardin ff8d02cd25 remove old warning care create_before_destroy
8 years ago
Andrei Ivanov 53110e5c1f - fixed a trivial typo
8 years ago
Nick Fagerlund 66ff8f8bed website: Deprecation notes about "terraform push"
8 years ago
Michael Mell 4b598860bb website: document the naming conventions for outputs
8 years ago
Blake Stoddard f918fb8583 website: fix ordering of interpolation functions
8 years ago
Brian Flad 1ff724f333
Merge pull request #17087 from hashicorp/f-versioning-docs-updates
8 years ago
Rubén González 944a98f42d website: correct link from file interpolation function to path information variables
8 years ago
Brian Flad 939f20011e Documentation: Cleaner copy around pessimistic version specifiers for modules and providers
8 years ago
Brian Flad 4d4fe85227 Documentation: Add version specifier information to provider version docs and clarify pessimistic specifier
8 years ago
Clint a8f08faab5
copy doc note from terraform-providers/terraform-provider-aws/2162 (#16940)
8 years ago
Andrew 2b68f4393e website: explanation of TF_VAR_ precedence
8 years ago
David Meyer fe0cc3b0db config: new "rsadecrypt" interpolation function
8 years ago
mizuno 01c1142589 config: new "timeadd" interpolation function
8 years ago
Cameron Childress ae33b68e68 website: An example of referencing resources with "count"
9 years ago
David Celis 714169502a website: note that plugin_cache_dir must already exist
9 years ago
Alexandru Ungur 9f1a773655 website: fix broken link from resources to multiple provider instances
9 years ago
Dmitry Grigorenko (gitHUB) 27aa4cb6bf website: fix documented naming scheme for provider plugins
9 years ago
Jordi Pàmies 6786c1361f website: fix incorrect examples for the chunklist function
9 years ago
Martin Atkins f3a2165587 website: Use "Input Variable" as full term for var.foo
9 years ago
Martin Atkins 3d33a36bf6 website: update terminology used in provider config docs
9 years ago
Martin Atkins 3da5fefdc1 command: Allow TF_DATA_DIR env var to override data directory
9 years ago
Benjamin Farley d6abdd14e7 website: correction of chunklist interpolation function example
9 years ago
Martin Atkins 91a4af9c8a website: rewrite modules usage documentation for new features
9 years ago
Aleksejs Sinicins ece099f453 website: fix "contains" interpolation example
9 years ago
Gauthier Wallet ed9ba576e3 core: New interpolation function "chunklist"
9 years ago
Patrick Decat 00c3367dda website: Replace `~` by `$HOME` in documentation of TF_PLUGIN_CACHE_DIR
9 years ago
James Bardin da0e74276a fix provider with local value test and docs
9 years ago
Martin Atkins 34956cd124 website: Document the plugin cache
9 years ago
Martin Atkins f19bf25945 website: don't recommend "providers" block in CLI config
9 years ago
Martin Atkins c5d8f2ffd2 website: clarify that provider version does not accept interpolations
9 years ago
Ariel Alonso 550ae05819 config: new "transpose" interpolation function
9 years ago
Krzysztof Wilczynski 6e7e03f4ea config: new "abs" interpolation function
9 years ago
James Bardin 50005ec817 Merge branch 'f-registry-docs' into v0.10.6-release
9 years ago
Paul Banks 197bbc6114 Add screenshots, make registry the default module source example, remove dead support link in registry submenu
9 years ago
Micah Hausler 7fa4b648bb config: multi-line "indent" function
9 years ago
Shih Oon Liong bcfb63098a website: Example of using maps with local values
9 years ago
Justin Campbell fd4cc78839 docs: Add local values usage example
9 years ago