Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
colbynh committed Sep 19, 2023
1 parent a111118 commit ed97115
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ other optional variables (e.g., `name`, `tags`, etc.) provided by the
| `github_organization` | Name of the GitHub organization. | `string` | n/a | yes |
| `github_app_webhook_password` | Password for the GitHub app webhook. An empty string implies a randomly generated password. | `string` | `""` | no |
| `github_organization_runner_enabled` | Toggle to activate runners for all projects in the organization. | `bool` | `true` | no |
| `key_pair_name` | Name of the key pair to associate with the runner | `string` | n/a | no |
| `key_pair_name` | Name of the key pair to associate with the runner | `string` | n/a | no |
| `runner_ephemeral_mode_enabled` | Toggle to activate ephemeral runners. | `bool` | `false` | no |
| `runner_version` | Version of the GitHub Action runner. | `string` | n/a | yes |
| `runner_os` | Operating system for the GitHub Action runner. | `string` | `"linux"` | no |
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ variable "github_organization_runner_enabled" {
}

variable "key_pair_name" {
description = "Key pair name"
description = "Name of the key pair to associate with the runner"
type = string
default = null
}
Expand Down

0 comments on commit ed97115

Please sign in to comment.