We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7c4f04 commit ed9b8e4Copy full SHA for ed9b8e4
modules/gitlab_agent_name_variable/versions.tf
@@ -4,7 +4,7 @@ terraform {
4
required_providers {
5
gitlab = {
6
source = "gitlabhq/gitlab"
7
- version = "~> 16.0"
+ version = "~> 16.0, ~> 17.0"
8
}
9
10
versions.tf
@@ -8,7 +8,7 @@ terraform {
11
12
13
kubernetes = {
14
source = "hashicorp/kubernetes"
0 commit comments