Skip to content

Commit

Permalink
Update blueprints/02-at-scale/variables.tf
Browse files Browse the repository at this point in the history
Co-authored-by: Kellie Freeman <80066741+kellie-freeman@users.noreply.github.com>
  • Loading branch information
carlosrodlop and kellie-freeman committed May 23, 2024
1 parent 07d6585 commit b39a53f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueprints/02-at-scale/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ variable "gh_user" {
}

variable "gh_token" {
description = "GitHub Token for CloudBees Operation Center credential GH-User-token that is created via Casc."
description = "GitHub token for the CloudBees operations center credential GH-User-token, that is created via CloudBees CasC."
default = "ExampleToken1234"
type = string
}

0 comments on commit b39a53f

Please sign in to comment.