-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pin launch_template_version for EKS module (#1315)
* Pin launch_template_version for EKS module The v17.1.0 have an issue(terraform-aws-modules/terraform-aws-eks#1446) where each plan will have a change for the templates, this cause our divergence pipeline fail" Pinned the version until this fix get merged terraform-aws-modules/terraform-aws-eks#1447
- Loading branch information
1 parent
a484abd
commit 86326e0
Showing
2 changed files
with
5 additions
and
1 deletion.
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
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=0.6 | ||
VERSION=0.7 | ||
PREFIX=ministryofjustice/cloud-platform-tests | ||
TAG=$(VERSION) | ||
|
||
|