-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to support Terragrunt
v0.35.19
new functions (#194)
- `get_path_to_repo_root` - `get_path_from_repo_root`
- Loading branch information
1 parent
79fd7f6
commit c0c5355
Showing
5 changed files
with
7 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
VERSION=1.12.2 | ||
VERSION=1.12.3 | ||
PATH_BUILD=build/ | ||
FILE_COMMAND=terragrunt-atlantis-config | ||
FILE_ARCH=darwin_amd64 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,7 +48,7 @@ Then, make sure `terragrunt-atlantis-config` is present on your Atlantis server. | |
|
||
```hcl | ||
variable "terragrunt_atlantis_config_version" { | ||
default = "1.12.2" | ||
default = "1.12.3" | ||
} | ||
build { | ||
|
@@ -189,7 +189,7 @@ You can install this tool locally to checkout what kinds of config it will gener | |
Recommended: Install any version via go get: | ||
|
||
```bash | ||
cd && GO111MODULE=on go get github.com/transcend-io/[email protected].2 && cd - | ||
cd && GO111MODULE=on go get github.com/transcend-io/[email protected].3 && cd - | ||
``` | ||
|
||
This module officially supports golang versions v1.13, v1.14, v1.15, and v1.16, tested on CircleCI with each build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters