Skip to content

Commit

Permalink
Tflint for aws-iam-user-with-policy module
Browse files Browse the repository at this point in the history
  • Loading branch information
kvvit committed Dec 30, 2024
1 parent c89dacd commit 9600310
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions terraform/modules/aws-iam-user-with-policy/variables.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
variable "name" {
type = string
description = "Project name, required to form unique resource names"
}

variable "policy" {
type = string
description = "IAM policy that will be attached to user"
}

0 comments on commit 9600310

Please sign in to comment.