Skip to content

Commit

Permalink
fix: improve variable description
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Niland <[email protected]>
  • Loading branch information
bt-macole and joe-niland authored Feb 22, 2024
1 parent 126c38d commit 534dc45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ variable "logs_config" {
variable "default_permissions_enabled" {
type = bool
default = true
description = "When 'true' default base iam permissions to get up and running with codebuild are attached. Those who want a least priveleged policy can instead set to `false` and use the `custom policy` variable."
description = "When 'true' default base IAM permissions to get up and running with CodeBuild are attached. Those who want a least privileged policy can instead set to `false` and use the `custom_policy` variable."
}

variable "extra_permissions" {
Expand Down

0 comments on commit 534dc45

Please sign in to comment.