diff --git a/modules/aws/IAM-User/variables.tf b/modules/aws/IAM-User/variables.tf index 23cf56e..7c35b08 100644 --- a/modules/aws/IAM-User/variables.tf +++ b/modules/aws/IAM-User/variables.tf @@ -23,10 +23,10 @@ variable "region" { } variable "application" { type = string - description = "Purpose of the ECR" + description = "Purpose of the IAM User" } variable "tags" { type = map(string) - description = "Tags to be associated with the EKS" + description = "Tags to be associated with the IAM User" default = {} }