Skip to content

Commit

Permalink
Update Terraform gitlab to v16.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 19, 2024
1 parent d0b12b3 commit 7bf47e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.10.0"
version = "16.11.0"
}
github = {
source = "integrations/github"
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.10.0"
version = "16.11.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion system/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.10.0"
version = "16.11.0"
}
}
}
Expand Down

0 comments on commit 7bf47e5

Please sign in to comment.