Skip to content

Commit 1215d4e

Browse files
committed
chore: clarify billing_account_id variable description in variables.tf
1 parent 6ea1dc2 commit 1215d4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ variable "grant_billing_role" {
4545

4646
variable "billing_account_id" {
4747
type = string
48-
description = "If assigning billing role, specificy a billing account (default is to assign at the organizational level)."
48+
description = "The ID of the billing account to which the billing user role will be assigned (By default, the role is assigned at the organizational level)."
4949
default = ""
5050
}
5151

0 commit comments

Comments
 (0)