diff --git a/terraform/ecs-role/variables.tf b/terraform/ecs-role/variables.tf index 2556c5b..3edab3e 100644 --- a/terraform/ecs-role/variables.tf +++ b/terraform/ecs-role/variables.tf @@ -1,5 +1,5 @@ variable "name" { - description = "name of role and role policy" + description = "name of role" type = string }