Skip to content

Commit

Permalink
Update variable names
Browse files Browse the repository at this point in the history
  • Loading branch information
ranikamadurawe committed Mar 12, 2024
1 parent aa7a1da commit 299de85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/aws/IAM-User/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {}
}

0 comments on commit 299de85

Please sign in to comment.