Skip to content

Commit f8d8d8c

Browse files
authored
Merge pull request #716 from OWASP/dependabot/terraform/aws/terraform-aws-modules/eks/aws-20.24.2
build(deps): bump terraform-aws-modules/eks/aws from 20.24.0 to 20.24.2 in /aws
2 parents 8d61181 + 1bd4c97 commit f8d8d8c

File tree

9 files changed

+150
-150
lines changed

9 files changed

+150
-150
lines changed

aws/.terraform.lock.hcl

Lines changed: 45 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,17 +150,17 @@ The documentation below is auto-generated to give insight on what's created via
150150

151151
| Name | Version |
152152
|------|---------|
153-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.65.0 |
154-
| <a name="provider_http"></a> [http](#provider\_http) | 3.4.4 |
155-
| <a name="provider_random"></a> [random](#provider\_random) | 3.6.2 |
153+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.69.0 |
154+
| <a name="provider_http"></a> [http](#provider\_http) | 3.4.5 |
155+
| <a name="provider_random"></a> [random](#provider\_random) | 3.6.3 |
156156

157157
## Modules
158158

159159
| Name | Source | Version |
160160
|------|--------|---------|
161161
| <a name="module_cluster_autoscaler_irsa_role"></a> [cluster\_autoscaler\_irsa\_role](#module\_cluster\_autoscaler\_irsa\_role) | terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks | ~> 5.44.0 |
162162
| <a name="module_ebs_csi_irsa_role"></a> [ebs\_csi\_irsa\_role](#module\_ebs\_csi\_irsa\_role) | terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks | ~> 5.44.0 |
163-
| <a name="module_eks"></a> [eks](#module\_eks) | terraform-aws-modules/eks/aws | 20.24.0 |
163+
| <a name="module_eks"></a> [eks](#module\_eks) | terraform-aws-modules/eks/aws | 20.24.2 |
164164
| <a name="module_load_balancer_controller_irsa_role"></a> [load\_balancer\_controller\_irsa\_role](#module\_load\_balancer\_controller\_irsa\_role) | terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks | ~> 5.44.0 |
165165
| <a name="module_vpc"></a> [vpc](#module\_vpc) | terraform-aws-modules/vpc/aws | ~> 5.13.0 |
166166

aws/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ module "vpc" {
6262

6363
module "eks" {
6464
source = "terraform-aws-modules/eks/aws"
65-
version = "20.24.0"
65+
version = "20.24.2"
6666

6767
cluster_name = var.cluster_name
6868
cluster_version = var.cluster_version

azure/.terraform.lock.hcl

Lines changed: 44 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

azure/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,17 +151,17 @@ The documentation below is auto-generated to give insight on what's created via
151151
| Name | Version |
152152
|------|---------|
153153
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.1 |
154-
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | ~> 4.0.1 |
154+
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | ~> 4.3.0 |
155155
| <a name="requirement_http"></a> [http](#requirement\_http) | ~> 3.4.0 |
156156
| <a name="requirement_random"></a> [random](#requirement\_random) | ~> 3.6.0 |
157157

158158
## Providers
159159

160160
| Name | Version |
161161
|------|---------|
162-
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | 4.0.1 |
163-
| <a name="provider_http"></a> [http](#provider\_http) | 3.4.4 |
164-
| <a name="provider_random"></a> [random](#provider\_random) | 3.6.2 |
162+
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | 4.3.0 |
163+
| <a name="provider_http"></a> [http](#provider\_http) | 3.4.5 |
164+
| <a name="provider_random"></a> [random](#provider\_random) | 3.6.3 |
165165

166166
## Modules
167167

azure/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ terraform {
88
}
99
azurerm = {
1010
source = "hashicorp/azurerm"
11-
version = "~> 4.0.1"
11+
version = "~> 4.3.0"
1212
}
1313
http = {
1414
source = "hashicorp/http"

0 commit comments

Comments
 (0)