Skip to content

Commit

Permalink
fix: Minor update to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
baolsen committed Jan 6, 2025
1 parent 622c4ac commit e13b4ac
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.10.8
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ module "github_runner" {
# Optional parameters
############################
description = "Created by my-org/my-runner-repo.git"
github_personal_access_token = "example"
vpc_id = "vpc-0ffaabbcc1122"
Expand Down Expand Up @@ -186,6 +188,8 @@ module "github_runner" {
# Optional parameters
################################
description = "Created by my-org/my-runner-repo.git"
create_ecr_repository = true
security_group_ids = [aws_security_group.this.id]
Expand Down
2 changes: 2 additions & 0 deletions examples/advanced/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ module "github_runner" {
# Optional parameters
################################
description = "Created by my-org/my-runner-repo.git"
create_ecr_repository = true
security_group_ids = [aws_security_group.this.id]
Expand Down
2 changes: 2 additions & 0 deletions examples/advanced/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ module "github_runner" {

# Optional parameters
################################
description = "Created by my-org/my-runner-repo.git"

create_ecr_repository = true

security_group_ids = [aws_security_group.this.id]
Expand Down
2 changes: 2 additions & 0 deletions examples/basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ module "github_runner" {
# Optional parameters
############################
description = "Created by my-org/my-runner-repo.git"
github_personal_access_token = "example"
vpc_id = "vpc-0ffaabbcc1122"
Expand Down
2 changes: 2 additions & 0 deletions examples/basic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ module "github_runner" {

# Optional parameters
############################
description = "Created by my-org/my-runner-repo.git"

github_personal_access_token = "example"

vpc_id = "vpc-0ffaabbcc1122"
Expand Down

0 comments on commit e13b4ac

Please sign in to comment.