Skip to content

Commit

Permalink
typo in description (SumoLogic#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlclmj authored Jul 31, 2020
1 parent 8e5d283 commit fa207d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/role/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ locals {

resource "sumologic_role" "sumo-role" {
name = local.name
description = "${var.name} collector (Managed by Terraform)"
description = "${var.name} role (Managed by Terraform)"
filter_predicate = var.search_filter
capabilities = var.capabilities
}
Expand Down

0 comments on commit fa207d2

Please sign in to comment.