Skip to content

Commit

Permalink
Update Auto merged updates
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 16, 2024
1 parent cd603b5 commit 240f634
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions modules/gitlab-runners/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ terraform {
}
local = {
source = "hashicorp/local"
version = "2.5.1"
version = "2.5.2"
}
null = {
source = "hashicorp/null"
version = "3.2.2"
version = "3.2.3"
}
tls = {
source = "hashicorp/tls"
version = "4.0.5"
version = "4.0.6"
}
random = {
source = "hashicorp/random"
version = "3.6.2"
version = "3.6.3"
}
}
}
4 changes: 2 additions & 2 deletions modules/oidc/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ terraform {
}
http = {
source = "hashicorp/http"
version = "3.4.4"
version = "3.4.5"
}
tls = {
source = "hashicorp/tls"
version = "4.0.5"
version = "4.0.6"
}
github = {
source = "integrations/github"
Expand Down

0 comments on commit 240f634

Please sign in to comment.