Skip to content

Commit

Permalink
Create variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
anujdevopslearn authored Apr 25, 2024
1 parent 6234687 commit efaead5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions iam_terraform/variables.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#variables.tf
variable "user_names" {
description = "Create IAM users with these names"
type = list(string)
default = ["Simon", "Erwin", "Darwin"]
}

0 comments on commit efaead5

Please sign in to comment.