Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
Update Terraform aws to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 5, 2022
1 parent 0f192e1 commit 39a8b36
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 38 deletions.
27 changes: 13 additions & 14 deletions .terraform.lock.hcl

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

27 changes: 13 additions & 14 deletions database/.terraform.lock.hcl

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

2 changes: 1 addition & 1 deletion database/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "3.32.0"
version = "4.25.0"
}
}
}
2 changes: 1 addition & 1 deletion modules/blackbox_exporter/load_balancer.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "3.75.0"
version = "4.25.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/cloudwatch_exporter/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "3.75.0"
version = "4.25.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/grafana/load_balancer.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "3.75.0"
version = "4.25.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/monitoring_platform/network.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "3.75.0"
version = "4.25.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/prometheus/load_balancer.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "3.75.0"
version = "4.25.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/s3_bucket/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "3.75.0"
version = "4.25.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/snmp_exporter/load_balancer.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "3.75.0"
version = "4.25.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/test_bastion/bastion.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "3.75.0"
version = "4.25.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "3.75.0"
version = "4.25.0"
}

grafana = {
Expand Down

0 comments on commit 39a8b36

Please sign in to comment.