Skip to content

Commit b553b77

Browse files
chore(deps): bump terraform-aws-modules/eks/aws from 21.10.1 to 21.12.0 (#31)
Bumps [terraform-aws-modules/eks/aws](https://github.com/terraform-aws-modules/terraform-aws-eks) from 21.10.1 to 21.12.0. - [Release notes](https://github.com/terraform-aws-modules/terraform-aws-eks/releases) - [Changelog](https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/CHANGELOG.md) - [Commits](terraform-aws-modules/terraform-aws-eks@v21.10.1...v21.12.0) --- updated-dependencies: - dependency-name: terraform-aws-modules/eks/aws dependency-version: 21.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 151dae7 commit b553b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ resource "aws_iam_role" "argocd_cross_account_role" {
1313
# tfsec:ignore:aws-eks-no-public-cluster-access-to-cidr
1414
module "eks" {
1515
source = "terraform-aws-modules/eks/aws"
16-
version = "21.10.1"
16+
version = "21.12.0"
1717

1818
access_entries = local.access_entries
1919
addons = var.addons

0 commit comments

Comments
 (0)