Skip to content

Commit f7c185a

Browse files
committed
fix: Minor update to examples
1 parent 622c4ac commit f7c185a

File tree

6 files changed

+13
-0
lines changed

6 files changed

+13
-0
lines changed

.python-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.10.8

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ module "github_runner" {
120120
121121
# Optional parameters
122122
############################
123+
description = "Created by my-org/my-runner-repo.git"
124+
123125
github_personal_access_token = "example"
124126
125127
vpc_id = "vpc-0ffaabbcc1122"
@@ -186,6 +188,8 @@ module "github_runner" {
186188
187189
# Optional parameters
188190
################################
191+
description = "Created by my-org/my-runner-repo.git"
192+
189193
create_ecr_repository = true
190194
191195
security_group_ids = [aws_security_group.this.id]

examples/advanced/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ module "github_runner" {
6060
6161
# Optional parameters
6262
################################
63+
description = "Created by my-org/my-runner-repo.git"
64+
6365
create_ecr_repository = true
6466
6567
security_group_ids = [aws_security_group.this.id]

examples/advanced/main.tf

+2
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ module "github_runner" {
5656

5757
# Optional parameters
5858
################################
59+
description = "Created by my-org/my-runner-repo.git"
60+
5961
create_ecr_repository = true
6062

6163
security_group_ids = [aws_security_group.this.id]

examples/basic/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ module "github_runner" {
1616
1717
# Optional parameters
1818
############################
19+
description = "Created by my-org/my-runner-repo.git"
20+
1921
github_personal_access_token = "example"
2022
2123
vpc_id = "vpc-0ffaabbcc1122"

examples/basic/main.tf

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ module "github_runner" {
1212

1313
# Optional parameters
1414
############################
15+
description = "Created by my-org/my-runner-repo.git"
16+
1517
github_personal_access_token = "example"
1618

1719
vpc_id = "vpc-0ffaabbcc1122"

0 commit comments

Comments
 (0)