File tree 6 files changed +13
-0
lines changed
6 files changed +13
-0
lines changed Original file line number Diff line number Diff line change
1
+ 3.10.8
Original file line number Diff line number Diff line change @@ -120,6 +120,8 @@ module "github_runner" {
120
120
121
121
# Optional parameters
122
122
############################
123
+ description = "Created by my-org/my-runner-repo.git"
124
+
123
125
github_personal_access_token = "example"
124
126
125
127
vpc_id = "vpc-0ffaabbcc1122"
@@ -186,6 +188,8 @@ module "github_runner" {
186
188
187
189
# Optional parameters
188
190
################################
191
+ description = "Created by my-org/my-runner-repo.git"
192
+
189
193
create_ecr_repository = true
190
194
191
195
security_group_ids = [aws_security_group.this.id]
Original file line number Diff line number Diff line change @@ -60,6 +60,8 @@ module "github_runner" {
60
60
61
61
# Optional parameters
62
62
################################
63
+ description = "Created by my-org/my-runner-repo.git"
64
+
63
65
create_ecr_repository = true
64
66
65
67
security_group_ids = [aws_security_group.this.id]
Original file line number Diff line number Diff line change @@ -56,6 +56,8 @@ module "github_runner" {
56
56
57
57
# Optional parameters
58
58
# ###############################
59
+ description = " Created by my-org/my-runner-repo.git"
60
+
59
61
create_ecr_repository = true
60
62
61
63
security_group_ids = [aws_security_group . this . id ]
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ module "github_runner" {
16
16
17
17
# Optional parameters
18
18
############################
19
+ description = "Created by my-org/my-runner-repo.git"
20
+
19
21
github_personal_access_token = "example"
20
22
21
23
vpc_id = "vpc-0ffaabbcc1122"
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ module "github_runner" {
12
12
13
13
# Optional parameters
14
14
# ###########################
15
+ description = " Created by my-org/my-runner-repo.git"
16
+
15
17
github_personal_access_token = " example"
16
18
17
19
vpc_id = " vpc-0ffaabbcc1122"
You can’t perform that action at this time.
0 commit comments