Skip to content

Commit

Permalink
Merge pull request #56 from platform-engineering-org/renovate/all
Browse files Browse the repository at this point in the history
Update Terraform aws to v5.34.0
  • Loading branch information
lmilbaum authored Jan 29, 2024
2 parents 8d817f5 + 85338de commit 8466aac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/artifactory/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 = "5.33.0"
version = "5.34.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/audit/versions.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 = "5.33.0"
version = "5.34.0"
}
}
}
2 changes: 1 addition & 1 deletion modules/gitlab-runners/versions.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 = "5.33.0"
version = "5.34.0"
}
gitlab = {
source = "gitlabhq/gitlab"
Expand Down
2 changes: 1 addition & 1 deletion modules/oidc/versions.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 = "5.33.0"
version = "5.34.0"
}
http = {
source = "hashicorp/http"
Expand Down

0 comments on commit 8466aac

Please sign in to comment.