From 534dc4517f5819ef9db2300dd5cbcb4cd0e61405 Mon Sep 17 00:00:00 2001 From: Mason Cole <117116981+bt-macole@users.noreply.github.com> Date: Thu, 22 Feb 2024 15:23:31 -0800 Subject: [PATCH] fix: improve variable description Co-authored-by: Joe Niland --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index bdd9446..8476981 100644 --- a/variables.tf +++ b/variables.tf @@ -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" {