Skip to content

Commit

Permalink
Merge pull request #10 from code0-tech/renovate/gitlab-16.x
Browse files Browse the repository at this point in the history
Update Terraform gitlab to v16.9.1
  • Loading branch information
Taucher2003 authored Feb 15, 2024
2 parents b301aa6 + f235f03 commit 86aac4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion domain/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
gitlab = {
source = "gitlabhq/gitlab"
version = "16.8.1"
version = "16.9.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
}
gitlab = {
source = "gitlabhq/gitlab"
version = "16.8.1"
version = "16.9.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/gitlab/pages_domain/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
gitlab = {
source = "gitlabhq/gitlab"
version = "16.8.1"
version = "16.9.1"
}
}
}
Expand Down

0 comments on commit 86aac4b

Please sign in to comment.