Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump terraform-aws-modules/eks/aws from 20.24.3 to 20.33.0 #120

Open
wants to merge 1 commit into
base: vnext
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eks.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# tfsec:ignore:aws-eks-no-public-cluster-access
# tfsec:ignore:aws-ec2-no-public-egress-sgr
# tfsec:ignore:aws-eks-no-public-cluster-access-to-cidr
module "eks" {

Check failure on line 4 in eks.tf

View workflow job for this annotation

GitHub Actions / Root Module Validation / Static Security Analysis - Checkov

CKV_TF_1: "Ensure Terraform module sources use a commit hash"
source = "terraform-aws-modules/eks/aws"
version = "20.24.3"
version = "20.33.0"

cluster_name = local.name
cluster_version = var.cluster_version
Expand Down Expand Up @@ -183,7 +183,7 @@
}, var.node_security_group_additional_rules)
}

module "ebs_kms_key" {

Check failure on line 186 in eks.tf

View workflow job for this annotation

GitHub Actions / Root Module Validation / Static Security Analysis - Checkov

CKV_TF_1: "Ensure Terraform module sources use a commit hash"
source = "terraform-aws-modules/kms/aws"
version = "3.1.0"

Expand All @@ -204,7 +204,7 @@

# tflint-ignore: terraform_naming_convention
#trivy:ignore:AVD-AWS-0057
module "irsa_ebs_csi_driver" {

Check failure on line 207 in eks.tf

View workflow job for this annotation

GitHub Actions / Root Module Validation / Static Security Analysis - Checkov

CKV_TF_1: "Ensure Terraform module sources use a commit hash"
source = "terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks"
version = "5.45.0"

Expand Down
Loading