File tree 12 files changed +59
-20
lines changed
github-repository-webhook
gitlab-repository-webhook
github-repository-webhook
gitlab-repository-webhook
12 files changed +59
-20
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ allow_github_webhooks = true
166
166
167
167
| Name | Version |
168
168
| ------| ---------|
169
- | terraform | >= 0.12.7 |
169
+ | terraform | >= 0.13 |
170
170
| aws | >= 2.68 |
171
171
| random | >= 2.0 |
172
172
Original file line number Diff line number Diff line change @@ -29,8 +29,9 @@ Go to https://eu-west-1.console.aws.amazon.com/ecs/home?region=eu-west-1#/settin
29
29
30
30
| Name | Version |
31
31
| ------| ---------|
32
- | terraform | >= 0.12.7 |
32
+ | terraform | >= 0.13 |
33
33
| aws | >= 2.68 |
34
+ | github | >= 2.4.1 |
34
35
35
36
## Providers
36
37
Original file line number Diff line number Diff line change 1
1
terraform {
2
- required_version = " >= 0.12.7 "
2
+ required_version = " >= 0.13 "
3
3
4
4
required_providers {
5
- aws = " >= 2.68"
5
+ aws = {
6
+ source = " hashicorp/aws"
7
+ version = " >= 2.68"
8
+ }
9
+
10
+ github = {
11
+ source = " integrations/github"
12
+ version = " >= 2.4.1"
13
+ }
6
14
}
7
15
}
Original file line number Diff line number Diff line change @@ -21,8 +21,9 @@ Note that this example may create resources which cost money. Run `terraform des
21
21
22
22
| Name | Version |
23
23
| ------| ---------|
24
- | terraform | >= 0.12.7 |
24
+ | terraform | >= 0.13 |
25
25
| aws | >= 2.68 |
26
+ | github | >= 2.4.1 |
26
27
27
28
## Providers
28
29
Original file line number Diff line number Diff line change 1
1
terraform {
2
- required_version = " >= 0.12.7 "
2
+ required_version = " >= 0.13 "
3
3
4
4
required_providers {
5
- aws = " >= 2.68"
5
+ aws = {
6
+ source = " hashicorp/aws"
7
+ version = " >= 2.68"
8
+ }
9
+
10
+ github = {
11
+ source = " integrations/github"
12
+ version = " >= 2.4.1"
13
+ }
6
14
}
7
15
}
Original file line number Diff line number Diff line change @@ -19,8 +19,9 @@ Note that this example may create resources which cost money. Run `terraform des
19
19
20
20
| Name | Version |
21
21
| ------| ---------|
22
- | terraform | >= 0.12.7 |
22
+ | terraform | >= 0.13 |
23
23
| aws | >= 2.68 |
24
+ | gitlab | >= 3.0 |
24
25
25
26
## Providers
26
27
Original file line number Diff line number Diff line change 1
1
terraform {
2
- required_version = " >= 0.12.7 "
2
+ required_version = " >= 0.13 "
3
3
4
4
required_providers {
5
- aws = " >= 2.68"
5
+ aws = {
6
+ source = " hashicorp/aws"
7
+ version = " >= 2.68"
8
+ }
9
+
10
+ gitlab = {
11
+ source = " gitlabhq/gitlab"
12
+ version = " >= 3.0"
13
+ }
6
14
}
7
15
}
Original file line number Diff line number Diff line change 5
5
6
6
| Name | Version |
7
7
| ------| ---------|
8
- | terraform | >= 0.12.7 |
8
+ | terraform | >= 0.13 |
9
9
| github | >= 2.4.1 |
10
10
11
11
## Providers
@@ -22,7 +22,7 @@ No Modules.
22
22
23
23
| Name |
24
24
| ------|
25
- | [ github_repository_webhook] ( https://registry.terraform.io/providers/hashicorp /github/2.4.1/docs/resources/repository_webhook ) |
25
+ | [ github_repository_webhook] ( https://registry.terraform.io/providers/integrations /github/2.4.1/docs/resources/repository_webhook ) |
26
26
27
27
## Inputs
28
28
Original file line number Diff line number Diff line change 1
1
terraform {
2
- required_version = " >= 0.12.7 "
2
+ required_version = " >= 0.13 "
3
3
4
4
required_providers {
5
- github = " >= 2.4.1"
5
+ github = {
6
+ source = " integrations/github"
7
+ version = " >= 2.4.1"
8
+ }
6
9
}
7
10
}
Original file line number Diff line number Diff line change 6
6
| Name | Version |
7
7
| ------| ---------|
8
8
| terraform | >= 0.13 |
9
+ | gitlab | >= 3.0 |
9
10
10
11
## Providers
11
12
12
13
| Name | Version |
13
14
| ------| ---------|
14
- | gitlab | n/a |
15
+ | gitlab | >= 3.0 |
15
16
16
17
## Modules
17
18
@@ -21,7 +22,7 @@ No Modules.
21
22
22
23
| Name |
23
24
| ------|
24
- | [ gitlab_project_hook] ( https://registry.terraform.io/providers/gitlabhq/gitlab/latest /docs/resources/project_hook ) |
25
+ | [ gitlab_project_hook] ( https://registry.terraform.io/providers/gitlabhq/gitlab/3.0 /docs/resources/project_hook ) |
25
26
26
27
## Inputs
27
28
Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ terraform {
3
3
4
4
required_providers {
5
5
gitlab = {
6
- source = " gitlabhq/gitlab"
6
+ source = " gitlabhq/gitlab"
7
+ version = " >= 3.0"
7
8
}
8
9
}
9
10
}
Original file line number Diff line number Diff line change 1
1
terraform {
2
- required_version = " >= 0.12.7 "
2
+ required_version = " >= 0.13 "
3
3
4
4
required_providers {
5
- aws = " >= 2.68"
6
- random = " >= 2.0"
5
+ aws = {
6
+ source = " hashicorp/aws"
7
+ version = " >= 2.68"
8
+ }
9
+
10
+ random = {
11
+ source = " hashicorp/random"
12
+ version = " >= 2.0"
13
+ }
7
14
}
8
15
}
You can’t perform that action at this time.
0 commit comments