Skip to content

Commit 7f98db5

Browse files
committed
Updating description for security_group_id
1 parent c24a960 commit 7f98db5

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
@@ -116,7 +116,7 @@ variable "security_group_name" {
116116
}
117117

118118
variable "security_group_ids" {
119-
description = "List of security group IDs to allow ingress from (i.e. Spark cluster SG IDs, Tamr VM SG ID)"
119+
description = "List of security group IDs to associate"
120120
type = list(string)
121121
}
122122

0 commit comments

Comments
 (0)