-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
4 additions
and
4 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.17.2 | ||
VERSION=1.17.4 | ||
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.17.2" | ||
default = "1.17.4" | ||
} | ||
build { | ||
|
@@ -191,7 +191,7 @@ You can install this tool locally to checkout what kinds of config it will gener | |
Recommended: Install any version via go install: | ||
|
||
```bash | ||
go install github.com/transcend-io/[email protected].2 | ||
go install github.com/transcend-io/[email protected].4 | ||
``` | ||
|
||
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