File tree Expand file tree Collapse file tree 8 files changed +59
-18
lines changed Expand file tree Collapse file tree 8 files changed +59
-18
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 7.2.2] ( https://github.com/cattle-ops/terraform-aws-gitlab-runner/compare/7.2.1...7.2.2 ) (2023-11-14)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * remove the deprecated runner_user_data output variable ([ #1032 ] ( https://github.com/cattle-ops/terraform-aws-gitlab-runner/issues/1032 ) ) ([ 4e22a6c] ( https://github.com/cattle-ops/terraform-aws-gitlab-runner/commit/4e22a6c230fe29f3adb7582a636885ea753225e6 ) )
9
+ * retry the jq installation in case of errors ([ #1033 ] ( https://github.com/cattle-ops/terraform-aws-gitlab-runner/issues/1033 ) ) ([ 1ab5690] ( https://github.com/cattle-ops/terraform-aws-gitlab-runner/commit/1ab56907116aafdb834d1fbba0a6a4ad20916377 ) )
10
+
3
11
## [ 7.2.1] ( https://github.com/cattle-ops/terraform-aws-gitlab-runner/compare/7.2.0...7.2.1 ) (2023-11-10)
4
12
5
13
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
85
85
86
86
| Name | Version |
87
87
| ------| ---------|
88
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | 5.24 .0 |
88
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | 5.25 .0 |
89
89
| <a name =" provider_local " ></a > [ local] ( #provider\_ local ) | 2.4.0 |
90
90
| <a name =" provider_tls " ></a > [ tls] ( #provider\_ tls ) | 4.0.4 |
91
91
@@ -226,7 +226,6 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
226
226
| <a name =" output_runner_role_arn " ></a > [ runner\_ role\_ arn] ( #output\_ runner\_ role\_ arn ) | ARN of the role used for the docker machine runners. |
227
227
| <a name =" output_runner_role_name " ></a > [ runner\_ role\_ name] ( #output\_ runner\_ role\_ name ) | Name of the role used for the docker machine runners. |
228
228
| <a name =" output_runner_sg_id " ></a > [ runner\_ sg\_ id] ( #output\_ runner\_ sg\_ id ) | ID of the security group attached to the docker machine runners. |
229
- | <a name =" output_runner_user_data " ></a > [ runner\_ user\_ data] ( #output\_ runner\_ user\_ data ) | (Deprecated) The user data of the Gitlab Runner Agent's launch template. Set ` var.debug.output_runner_user_data_to_file ` to true to write ` user_data.sh ` . |
230
229
<!-- END_TF_DOCS -->
231
230
<!-- markdownlint-enable -->
232
231
<!-- cSpell:enable -->
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ For **user images**, you must:
139
139
| Name | Version |
140
140
|------|---------|
141
141
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3 |
142
- | <a name="requirement_aws"></a> [aws](#requirement\_aws) | 5.24 .0 |
142
+ | <a name="requirement_aws"></a> [aws](#requirement\_aws) | 5.25 .0 |
143
143
| <a name="requirement_local"></a> [local](#requirement\_local) | 2.4.0 |
144
144
| <a name="requirement_null"></a> [null](#requirement\_null) | 3.2.1 |
145
145
| <a name="requirement_random"></a> [random](#requirement\_random) | 3.5.1 |
@@ -149,7 +149,7 @@ For **user images**, you must:
149
149
150
150
| Name | Version |
151
151
|------|---------|
152
- | <a name="provider_aws"></a> [aws](#provider\_aws) | 5.24 .0 |
152
+ | <a name="provider_aws"></a> [aws](#provider\_aws) | 5.25 .0 |
153
153
154
154
## Modules
155
155
@@ -163,7 +163,7 @@ For **user images**, you must:
163
163
164
164
| Name | Type |
165
165
|------|------|
166
- | [aws_availability_zones.available](https://registry.terraform.io/providers/hashicorp/aws/5.24 .0/docs/data-sources/availability_zones) | data source |
166
+ | [aws_availability_zones.available](https://registry.terraform.io/providers/hashicorp/aws/5.25 .0/docs/data-sources/availability_zones) | data source |
167
167
168
168
## Inputs
169
169
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ check `.terraform-version` for the tested version.
33
33
| Name | Version |
34
34
| ------| ---------|
35
35
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.3 |
36
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | 5.24 .0 |
36
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | 5.25 .0 |
37
37
| <a name =" requirement_local " ></a > [ local] ( #requirement\_ local ) | 2.4.0 |
38
38
| <a name =" requirement_null " ></a > [ null] ( #requirement\_ null ) | 3.2.1 |
39
39
| <a name =" requirement_random " ></a > [ random] ( #requirement\_ random ) | 3.5.1 |
@@ -43,7 +43,7 @@ check `.terraform-version` for the tested version.
43
43
44
44
| Name | Version |
45
45
| ------| ---------|
46
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | 5.24 .0 |
46
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | 5.25 .0 |
47
47
48
48
## Modules
49
49
@@ -57,8 +57,8 @@ check `.terraform-version` for the tested version.
57
57
58
58
| Name | Type |
59
59
| ------| ------|
60
- | [ aws_availability_zones.available] ( https://registry.terraform.io/providers/hashicorp/aws/5.24 .0/docs/data-sources/availability_zones ) | data source |
61
- | [ aws_security_group.default] ( https://registry.terraform.io/providers/hashicorp/aws/5.24 .0/docs/data-sources/security_group ) | data source |
60
+ | [ aws_availability_zones.available] ( https://registry.terraform.io/providers/hashicorp/aws/5.25 .0/docs/data-sources/availability_zones ) | data source |
61
+ | [ aws_security_group.default] ( https://registry.terraform.io/providers/hashicorp/aws/5.25 .0/docs/data-sources/security_group ) | data source |
62
62
63
63
## Inputs
64
64
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ check `.terraform-version` for the tested version.
36
36
| Name | Version |
37
37
| ------| ---------|
38
38
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.3 |
39
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | 5.24 .0 |
39
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | 5.25 .0 |
40
40
| <a name =" requirement_local " ></a > [ local] ( #requirement\_ local ) | 2.4.0 |
41
41
| <a name =" requirement_null " ></a > [ null] ( #requirement\_ null ) | 3.2.1 |
42
42
| <a name =" requirement_random " ></a > [ random] ( #requirement\_ random ) | 3.5.1 |
@@ -46,7 +46,7 @@ check `.terraform-version` for the tested version.
46
46
47
47
| Name | Version |
48
48
| ------| ---------|
49
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | 5.24 .0 |
49
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | 5.25 .0 |
50
50
51
51
## Modules
52
52
@@ -60,7 +60,7 @@ check `.terraform-version` for the tested version.
60
60
61
61
| Name | Type |
62
62
| ------| ------|
63
- | [ aws_availability_zones.available] ( https://registry.terraform.io/providers/hashicorp/aws/5.24 .0/docs/data-sources/availability_zones ) | data source |
63
+ | [ aws_availability_zones.available] ( https://registry.terraform.io/providers/hashicorp/aws/5.25 .0/docs/data-sources/availability_zones ) | data source |
64
64
65
65
## Inputs
66
66
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ check `.terraform-version` for the tested version.
19
19
| Name | Version |
20
20
| ------| ---------|
21
21
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.3 |
22
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | 5.24 .0 |
22
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | 5.25 .0 |
23
23
| <a name =" requirement_local " ></a > [ local] ( #requirement\_ local ) | 2.4.0 |
24
24
| <a name =" requirement_null " ></a > [ null] ( #requirement\_ null ) | 3.2.1 |
25
25
| <a name =" requirement_random " ></a > [ random] ( #requirement\_ random ) | 3.5.1 |
@@ -29,7 +29,7 @@ check `.terraform-version` for the tested version.
29
29
30
30
| Name | Version |
31
31
| ------| ---------|
32
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | 5.24 .0 |
32
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | 5.25 .0 |
33
33
34
34
## Modules
35
35
@@ -43,7 +43,7 @@ check `.terraform-version` for the tested version.
43
43
44
44
| Name | Type |
45
45
| ------| ------|
46
- | [ aws_availability_zones.available] ( https://registry.terraform.io/providers/hashicorp/aws/5.24 .0/docs/data-sources/availability_zones ) | data source |
46
+ | [ aws_availability_zones.available] ( https://registry.terraform.io/providers/hashicorp/aws/5.25 .0/docs/data-sources/availability_zones ) | data source |
47
47
48
48
## Inputs
49
49
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ check `.terraform-version` for the tested version.
30
30
| Name | Version |
31
31
| ------| ---------|
32
32
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.3 |
33
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | 5.24 .0 |
33
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | 5.25 .0 |
34
34
| <a name =" requirement_local " ></a > [ local] ( #requirement\_ local ) | 2.4.0 |
35
35
| <a name =" requirement_null " ></a > [ null] ( #requirement\_ null ) | 3.2.1 |
36
36
| <a name =" requirement_random " ></a > [ random] ( #requirement\_ random ) | 3.5.1 |
@@ -40,7 +40,7 @@ check `.terraform-version` for the tested version.
40
40
41
41
| Name | Version |
42
42
| ------| ---------|
43
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | 5.24 .0 |
43
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | 5.25 .0 |
44
44
45
45
## Modules
46
46
@@ -55,7 +55,7 @@ check `.terraform-version` for the tested version.
55
55
56
56
| Name | Type |
57
57
| ------| ------|
58
- | [ aws_availability_zones.available] ( https://registry.terraform.io/providers/hashicorp/aws/5.24 .0/docs/data-sources/availability_zones ) | data source |
58
+ | [ aws_availability_zones.available] ( https://registry.terraform.io/providers/hashicorp/aws/5.25 .0/docs/data-sources/availability_zones ) | data source |
59
59
60
60
## Inputs
61
61
Original file line number Diff line number Diff line change
1
+ <!-- BEGIN_TF_DOCS -->
2
+ ## Requirements
3
+
4
+ No requirements.
5
+
6
+ ## Providers
7
+
8
+ | Name | Version |
9
+ | ------| ---------|
10
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | n/a |
11
+
12
+ ## Modules
13
+
14
+ | Name | Source | Version |
15
+ | ------| --------| ---------|
16
+ | <a name =" module_vpc " ></a > [ vpc] ( #module\_ vpc ) | terraform-aws-modules/vpc/aws | 5.1.2 |
17
+
18
+ ## Resources
19
+
20
+ | Name | Type |
21
+ | ------| ------|
22
+ | [ aws_availability_zones.available] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/availability_zones ) | data source |
23
+
24
+ ## Inputs
25
+
26
+ No inputs.
27
+
28
+ ## Outputs
29
+
30
+ | Name | Description |
31
+ | ------| -------------|
32
+ | <a name =" output_subnet_id " ></a > [ subnet\_ id] ( #output\_ subnet\_ id ) | n/a |
33
+ | <a name =" output_vpc_id " ></a > [ vpc\_ id] ( #output\_ vpc\_ id ) | n/a |
34
+ <!-- END_TF_DOCS -->
You can’t perform that action at this time.
0 commit comments