Skip to content

Commit 8932a5b

Browse files
CA-10 Updates tags var description.
1 parent 047bae8 commit 8932a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/minimal/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ variable "egress_cidr_blocks" {
3030

3131
variable "tags" {
3232
type = map(string)
33-
description = "Additional tags for resources created by this example"
33+
description = "A map of tags to add to all resources created by this example."
3434
default = {
3535
Author = "Tamr"
3636
Environment = "Example"

0 commit comments

Comments
 (0)