Skip to content

Commit

Permalink
fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 9, 2022
1 parent 4c964ab commit 3877a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flowlogs-role/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ locals {

locals {
role_name = format("%v%v", lookup(local._prefixes, "role", ""), var.role_name)
role_description = var.role_description == "" ? format("%vRole for %v", local.saml_string, var.role_name) : var.role_description
role_description = var.role_description == "" ? format("Role for %v", var.role_name) : var.role_description
policy_name = format("%v%v", lookup(local._prefixes, "policy", ""), var.role_name)
}

Expand Down

0 comments on commit 3877a65

Please sign in to comment.