Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit 074d416

Browse files
committed
bump terraform-aws-eks tag
1 parent f4fb19e commit 074d416

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infra/us-east-1/prod/eks/blue/eks-addons/terragrunt.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ include {
1414
}
1515

1616
terraform {
17-
source = "github.com/renebarbosafl/terraform-aws-eks.git//addons?ref=v0.0.1"
17+
source = "github.com/renebarbosafl/terraform-aws-eks.git//addons?ref=v0.0.2"
1818
}
1919

2020
dependency "eks" {

infra/us-east-1/prod/eks/blue/eks/terragrunt.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ locals {
3434
# Terragrunt will copy the Terraform configurations specified by the source parameter, along with any files in the
3535
# working directory, into a temporary folder, and execute your Terraform commands in that folder.
3636
terraform {
37-
source = "github.com/renebarbosafl/terraform-aws-eks.git?ref=v0.0.1"
37+
source = "github.com/renebarbosafl/terraform-aws-eks.git?ref=v0.0.2"
3838
}
3939

4040
# Include all settings from the root terragrunt.hcl file

0 commit comments

Comments
 (0)