Commit Graph

490 Commits (28543694de6333696f07e1008153a6c0d2811983)

Author SHA1 Message Date
James Nugent c6e03cba96 core: Fix slice element keys on interpolateWalk
10 years ago
James Bardin e78dc291af Add test to ensure key/values interp order
10 years ago
James Nugent 8284b79957 Merge pull request #7298 from hashicorp/jbardin/GH-7273-fixup
10 years ago
James Nugent 8403a465bc core: Add test and fix for element with empty list
10 years ago
James Bardin 525485c213 Add proper build constraints for GH-7273
10 years ago
James Bardin 558e023e26 Don't try to copy files over themselves
10 years ago
James Nugent 9d6c629689 config: Update test to reflect new behaviour
10 years ago
James Nugent 4b6a632246 core: Rename uniq -> distinct and add docs
10 years ago
Jan Schumann df3e017f6c fix #7106
10 years ago
Paul Hinze 9bc980f569
core: Fix panic on concat() w/ list of nonprimitives
10 years ago
Paul Hinze ffa29090ec
core: Better error for dot indexing on user vars
10 years ago
James Nugent 01cd596c60 core: Fix detection of empty list/map defaults
10 years ago
James Nugent 578ff9569e core: Add sort() interpolation function
10 years ago
James Nugent cb9ef298f3 core: Defeat backward compatibilty in mapstructure
10 years ago
David Adams b5d1279107 Allow specifying a default value to lookup()
10 years ago
David Glasser 594ea105d8 config: support lists and maps in jsonencode
10 years ago
Martin Atkins 60c24e3319 command: Prevent data resources from being tainted
10 years ago
Martin Atkins 718cdda77b config: Parsing of data.TYPE.NAME.FIELD variables
10 years ago
Martin Atkins 860140074f config: Data source loading
10 years ago
Martin Atkins fc4fa10981 config: "ResourceMode" concept for resources
10 years ago
Mitchell Hashimoto 27452f0043
terraform: Module option to Import to add module to graph
10 years ago
Mitchell Hashimoto 3c9a92e04a
command: Context buliding allows empty module trees
10 years ago
James Nugent f1d0fc46aa core: Fix go vet issues shown by Travis
10 years ago
James Nugent 244da895cd core: Remove StringList
10 years ago
James Nugent f49583d25a core: support native list variables in config
10 years ago
James Nugent e57a399d71 core: Use native HIL maps instead of flatmaps
10 years ago
James Nugent b62f6af158 core: Add support for marking outputs as sensitive (#6559)
10 years ago
James Nugent a0cc7115b3 deps: Update call sites of hil.Eval from update
10 years ago
James Nugent d7d39702c0 Type check variables between modules (#6185)
10 years ago
David Glasser 6cf06bb3ab config: new interpolation function jsonencode
10 years ago
Paul Hinze 293c6ca68c Revert "Revert "core: Add uuid() interpolate function.""
10 years ago
Paul Hinze 567a9b9e06 config: remove missing equals test to fix build
10 years ago
James Nugent 87550b2b72 Merge pull request #5263 from uber/b-element-negative
10 years ago
Paul Hinze 661be01d9b Revert "core: Add uuid() interpolate function."
10 years ago
Paul Hinze 1e0b8ea478 core: Add uuid() interpolate function.
10 years ago
Radek Simko 664ba5f5a6 config: Add new interpolation function - md5
10 years ago
Radek Simko 573d3bd7ab config: Sort functions mapping alphabetically
10 years ago
Bill Fumerola c0034e672b Error out on negative indices in element()
10 years ago
Jeff Zohrab 33d30761dd Add hint to download modules for new users.
10 years ago
Paul Hinze 9a00675262 Merge pull request #5026 from hashicorp/phinze/destroy-node-copies
10 years ago
Paul Hinze 3f72837f4b core: Make copies when creating destroy nodes
10 years ago
Radek Simko 4edf782260 Merge pull request #4854 from jfromaniello/add_signum_interpolation
10 years ago
Mitchell Hashimoto 5f3de02fa9 remove config/lang, use hashicorp/hil
10 years ago
Radek Simko ecedcd0032 config: Add base64sha256() function
10 years ago
Colin Hebert 61a40dce13 Update the test file
10 years ago
Colin Hebert d92d205dd9 rename trim to trimspace
10 years ago
Colin Hebert d45b7b2ddc Fix name from strip to trim
10 years ago
Colin Hebert f5074cd521 Add the trim() interpolation function
10 years ago
José F. Romaniello c8795b8565 Add signum interpolation function
10 years ago
James Nugent 3bdd1ac8b3 core: Display invalid type in error message
10 years ago