From 299de85374ad15b50e52ae127b9e428f5e4c2f0c Mon Sep 17 00:00:00 2001 From: Ranika Date: Tue, 12 Mar 2024 16:23:51 +0530 Subject: [PATCH] Update variable names --- modules/aws/IAM-User/variables.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = {} }