Skip to content

Commit

Permalink
Merge pull request #836 from OWASP/dependabot/terraform/azure/azurerm…
Browse files Browse the repository at this point in the history
…-3.58.0

Bump azurerm from 3.54.0 to 3.58.0 in /azure
  • Loading branch information
commjoen authored Jun 2, 2023
2 parents 031c1a5 + 3d3091a commit 16a80b8
Show file tree
Hide file tree
Showing 10 changed files with 75 additions and 75 deletions.
34 changes: 17 additions & 17 deletions aws/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,15 @@ The documentation below is auto-generated to give insight on what's created via
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.1 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 4.65.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 5.0.1 |
| <a name="requirement_http"></a> [http](#requirement\_http) | ~> 3.3.0 |
| <a name="requirement_random"></a> [random](#requirement\_random) | ~> 3.5.1 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.65.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.0.1 |
| <a name="provider_http"></a> [http](#provider\_http) | 3.3.0 |
| <a name="provider_random"></a> [random](#provider\_random) | 3.5.1 |

Expand All @@ -120,8 +120,8 @@ The documentation below is auto-generated to give insight on what's created via
| Name | Source | Version |
|------|--------|---------|
| <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.5 |
| <a name="module_eks"></a> [eks](#module\_eks) | terraform-aws-modules/eks/aws | 19.13.1 |
| <a name="module_vpc"></a> [vpc](#module\_vpc) | terraform-aws-modules/vpc/aws | ~> 4.0.1 |
| <a name="module_eks"></a> [eks](#module\_eks) | terraform-aws-modules/eks/aws | 19.15.2 |
| <a name="module_vpc"></a> [vpc](#module\_vpc) | terraform-aws-modules/vpc/aws | ~> 5.0.0 |

## Resources

Expand Down
4 changes: 2 additions & 2 deletions aws/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ data "aws_availability_zones" "available" {}

module "vpc" {
source = "terraform-aws-modules/vpc/aws"
version = "~> 4.0.1"
version = "~> 5.0.0"

name = "${var.cluster_name}-vpc"
cidr = local.vpc_cidr
Expand All @@ -62,7 +62,7 @@ module "vpc" {

module "eks" {
source = "terraform-aws-modules/eks/aws"
version = "19.13.1"
version = "19.15.2"

cluster_name = var.cluster_name
cluster_version = var.cluster_version
Expand Down
2 changes: 1 addition & 1 deletion aws/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {

required_providers {
aws = {
version = "~> 4.65.0"
version = "~> 5.0.1"
}
random = {
version = "~> 3.5.1"
Expand Down
28 changes: 14 additions & 14 deletions azure/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions azure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,15 @@ The documentation below is auto-generated to give insight on what's created via
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.1 |
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | ~> 3.54.0 |
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | ~> 3.58.0 |
| <a name="requirement_http"></a> [http](#requirement\_http) | ~> 3.3.0 |
| <a name="requirement_random"></a> [random](#requirement\_random) | ~> 3.5.1 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | 3.54.0 |
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | 3.58.0 |
| <a name="provider_http"></a> [http](#provider\_http) | 3.3.0 |
| <a name="provider_random"></a> [random](#provider\_random) | 3.5.1 |

Expand Down
2 changes: 1 addition & 1 deletion azure/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
version = "~> 3.5.1"
}
azurerm = {
version = "~> 3.54.0"
version = "~> 3.58.0"
}
http = {
version = "~> 3.3.0"
Expand Down
56 changes: 28 additions & 28 deletions gcp/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions gcp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,17 +96,17 @@ The documentation below is auto-generated to give insight on what's created via
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.1 |
| <a name="requirement_google"></a> [google](#requirement\_google) | ~> 4.63.1 |
| <a name="requirement_google-beta"></a> [google-beta](#requirement\_google-beta) | ~> 4.63.1 |
| <a name="requirement_google"></a> [google](#requirement\_google) | ~> 4.67.0 |
| <a name="requirement_google-beta"></a> [google-beta](#requirement\_google-beta) | ~> 4.67.0 |
| <a name="requirement_http"></a> [http](#requirement\_http) | ~> 3.3.0 |
| <a name="requirement_random"></a> [random](#requirement\_random) | ~> 3.5.1 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_google"></a> [google](#provider\_google) | 4.63.1 |
| <a name="provider_google-beta"></a> [google-beta](#provider\_google-beta) | 4.63.1 |
| <a name="provider_google"></a> [google](#provider\_google) | 4.67.0 |
| <a name="provider_google-beta"></a> [google-beta](#provider\_google-beta) | 4.67.0 |
| <a name="provider_http"></a> [http](#provider\_http) | 3.3.0 |
| <a name="provider_random"></a> [random](#provider\_random) | 3.5.1 |

Expand Down
4 changes: 2 additions & 2 deletions gcp/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.63.1"
version = "~> 4.67.0"
}
google-beta = {
source = "hashicorp/google-beta"
version = "~> 4.63.1"
version = "~> 4.67.0"
}
random = {
version = "~> 3.5.1"
Expand Down

0 comments on commit 16a80b8

Please sign in to comment.