File tree 2 files changed +3
-2
lines changed
examples/gitlab-repository-webhook
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Note that this example may create resources which cost money. Run `terraform des
21
21
| ------| ---------|
22
22
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 0.13.1 |
23
23
| <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 3.45 |
24
- | <a name =" requirement_gitlab " ></a > [ gitlab] ( #requirement\_ gitlab ) | > = 3.0 |
24
+ | <a name =" requirement_gitlab " ></a > [ gitlab] ( #requirement\_ gitlab ) | < = 3.20 .0 |
25
25
26
26
## Providers
27
27
Original file line number Diff line number Diff line change @@ -8,8 +8,9 @@ terraform {
8
8
}
9
9
10
10
gitlab = {
11
+ # gitlab provider requires terraform 1.0 or later starting in 15.x.x
11
12
source = " gitlabhq/gitlab"
12
- version = " > = 3.0"
13
+ version = " < = 3.20 .0"
13
14
}
14
15
}
15
16
}
You can’t perform that action at this time.
0 commit comments