Skip to content

Releases: coveooss/terragrunt

v1.3.2

11 Mar 12:37
8a3b430

Choose a tag to compare

Changelog

8a3b430 Fix arguments evaluation to ensure that arguments starting with - are not expanded (#50)

v1.3.1

28 Feb 14:41

Choose a tag to compare

Changelog

a0f10ec Only flatten tf variables. Not internal imported ones
a611e0a Do not flatten if flatten_levels is set to zero
fdfdb22 Allow flattening a fixed number of levels

v1.3.0

21 Feb 13:20

Choose a tag to compare

Changelog

2691987 Check in current folder if no source is defined only
04fdc85 Update badge
c246dbd No longer flatten top level maps
73175b4 Merge pull request #46 from coveo/add-import-variables
102dfc3 Only import variables in folders with .tf files
9a6558b Merge branch 'master' into add-import-variables
8625609 Merge branch 'master' into add-import-variables
e948d71 Add import into modules for import_variables
e15fcde Fix bug where import_files was importing files from the current dir
a2b6d2d Allows reading Terraform variables while importing
01317ff Add "nested" option
024cfe7 Implement placeholders and substitute within import_variables
6fb78a0 Fix error with ImportFiles (must be normalized before being used).
87772b1 Merge branch 'master' into add-import-variables
7511f4e Add output TF file and tests
8ac51fe Merge branch 'master' into add-import-variables
996ee1f Merge branch 'master' into add-import-variables
6a45de1 Move Run command from base to Hook, only used there

v1.2.9

05 Feb 18:22
f975672

Choose a tag to compare

Changelog

f975672 Merge pull request #49 from coveo/import-files-retry
51038af Add retry mechanism on get method. Useful when fetching from S3

v1.2.8

30 Jan 20:07
20c8c58

Choose a tag to compare

Changelog

20c8c58 Merge pull request #48 from coveo/fix-import_files-bug
850d6e8 Fix bug where import_files prefix had dashes in it

v1.2.7

18 Jan 19:00
11da0ab

Choose a tag to compare

Changelog

11da0ab [DT-138] Add default import file prefix (#47)

v1.2.6

18 Jan 16:04

Choose a tag to compare

Changelog

f4a0025 Update gotemplate version
3c01697 Merge pull request #45 from coveo/add-debugging-lines
e0c40fc Add errors useful for debugging

v1.2.5

10 Jan 16:32

Choose a tag to compare

Changelog

c31ac95 Glide up to update gotemplate to 2.7.0

v1.2.4

09 Jan 16:30

Choose a tag to compare

Changelog

5d34c26 Revert gotemplate to v2.6.5
a442bb3 Merge pull request #44 from coveo/fix-logger
607e25a Merge pull request #40 from coveo/improve-run-conditions
fd4fab4 Merge branch 'master' into improve-run-conditions
1460bfa Merge branch 'improve-run-conditions' into fix-logger
c947a8b run_conditions is now evaluated earlier
4b09fc3 Fix logger
b3db46e run_conditions is now evaluated earlier

v1.2.3

30 Nov 14:52

Choose a tag to compare

Changelog

00221ed Update dependencies (gotemplate)