File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed
examples/gitlab-repository-webhook
modules/gitlab-repository-webhook Expand file tree Collapse file tree 4 files changed +9
-7
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
2121| ------| ---------|
2222| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 0.13.1 |
2323| <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 |
2525
2626## Providers
2727
Original file line number Diff line number Diff line change @@ -8,8 +8,9 @@ terraform {
88 }
99
1010 gitlab = {
11+ # gitlab provider requires terraform 1.0 or later starting in 15.x.x
1112 source = " gitlabhq/gitlab"
12- version = " >= 3 .0"
13+ version = " 3.20 .0"
1314 }
1415 }
1516}
Original file line number Diff line number Diff line change 66| Name | Version |
77| ------| ---------|
88| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 0.13.1 |
9- | <a name =" requirement_gitlab " ></a > [ gitlab] ( #requirement\_ gitlab ) | >= 3 .0 |
9+ | <a name =" requirement_gitlab " ></a > [ gitlab] ( #requirement\_ gitlab ) | 3.20 .0 |
1010
1111## Providers
1212
1313| Name | Version |
1414| ------| ---------|
15- | <a name =" provider_gitlab " ></a > [ gitlab] ( #provider\_ gitlab ) | >= 3 .0 |
15+ | <a name =" provider_gitlab " ></a > [ gitlab] ( #provider\_ gitlab ) | 3.20 .0 |
1616
1717## Modules
1818
@@ -22,7 +22,7 @@ No modules.
2222
2323| Name | Type |
2424| ------| ------|
25- | [ gitlab_project_hook.this] ( https://registry.terraform.io/providers/gitlabhq/gitlab/latest /docs/resources/project_hook ) | resource |
25+ | [ gitlab_project_hook.this] ( https://registry.terraform.io/providers/gitlabhq/gitlab/3.20.0 /docs/resources/project_hook ) | resource |
2626
2727## Inputs
2828
Original file line number Diff line number Diff line change @@ -3,8 +3,9 @@ terraform {
33
44 required_providers {
55 gitlab = {
6- source = " gitlabhq/gitlab"
7- version = " >= 3.0"
6+ source = " gitlabhq/gitlab"
7+ # gitlab provider requires terraform 1.0 or later starting in 15.x.x
8+ version = " 3.20.0"
89 }
910 }
1011}
You can’t perform that action at this time.
0 commit comments