Skip to content

Commit

Permalink
Merge pull request #90 from platform-engineering-org/renovate/all
Browse files Browse the repository at this point in the history
Update all dependencies
  • Loading branch information
lmilbaum authored Jul 7, 2024
2 parents b729c18 + db67ccd commit 2e24e13
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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.55.0"
version = "5.57.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/artifactory/provision/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
collections:
- name: amazon.aws
version: 8.0.1
version: 8.1.0
type: galaxy
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.55.0"
version = "5.57.0"
}
}
}
8 changes: 4 additions & 4 deletions modules/gitlab-runners/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ data "aws_security_group" "default" {
# kics-scan ignore-line
module "vpc" {
source = "terraform-aws-modules/vpc/aws"
version = "5.8.1"
version = "5.9.0"

name = "vpc-${var.environment}"
cidr = "10.0.0.0/16"
Expand All @@ -33,7 +33,7 @@ module "vpc" {

module "vpc_endpoints" {
source = "terraform-aws-modules/vpc/aws//modules/vpc-endpoints"
version = "5.8.1"
version = "5.9.0"

vpc_id = module.vpc.vpc_id

Expand All @@ -53,7 +53,7 @@ module "vpc_endpoints" {

module "runner-instance-1" {
source = "cattle-ops/gitlab-runner/aws"
version = "7.7.0"
version = "7.8.0"

environment = var.environment

Expand Down Expand Up @@ -150,7 +150,7 @@ module "runner-instance-1" {

module "runner-instance-2" {
source = "cattle-ops/gitlab-runner/aws"
version = "7.7.0"
version = "7.8.0"

environment = var.environment

Expand Down
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.55.0"
version = "5.57.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.55.0"
version = "5.57.0"
}
http = {
source = "hashicorp/http"
Expand Down

0 comments on commit 2e24e13

Please sign in to comment.