Skip to content

Commit

Permalink
docs: Add some better descriptions for the github IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
PurpleBooth committed Oct 4, 2023
1 parent 40fb290 commit dd8b8c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ variable "github_app_id" {
condition = length(var.github_app_id) > 0
error_message = "github_app_id must be set"
}

description = "This is ID from App in developer settings"
}

variable "github_app_install_id" {
Expand All @@ -54,6 +56,8 @@ variable "github_app_install_id" {
condition = length(var.github_app_install_id) > 0
error_message = "github_app_install_id must be set"
}

description = "You can find this in the URL when viewing the installed app in the GitHub UI"
}

variable "github_organisation" {
Expand Down

0 comments on commit dd8b8c8

Please sign in to comment.