Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Platform Engineering Bot <[email protected]>
  • Loading branch information
platform-engineering-bot committed Sep 19, 2024
1 parent 93a5349 commit 4370a6b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ resource "random_id" "unique_prefix" {

module "runner-instance" {
source = "cattle-ops/gitlab-runner/aws"
version = "7.13.1"
version = "7.14.0"

environment = var.environment
iam_object_prefix = random_id.unique_prefix.hex
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ variable "runner_worker_docker_machine_instance_root_size" {
variable "runner_version" {
description = "Gitlab runner version"
type = string
default = "17.3.1" // renovate: packageName=gitlab-org/gitlab-runner
default = "17.4.0" // renovate: packageName=gitlab-org/gitlab-runner
}

variable "gitlab_group_id" {
Expand Down
4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.65.0"
version = "5.68.0"
}
gitlab = {
source = "gitlabhq/gitlab"
version = "17.3.1"
version = "17.4.0"
}
local = {
source = "hashicorp/local"
Expand Down

0 comments on commit 4370a6b

Please sign in to comment.