Commit 12c846b6 authored by Enrique Fermin's avatar Enrique Fermin Committed by Anton Babenko

Removed duplicated tags from variables in iam-user (#30)

parent 6cd16cf6
......@@ -69,12 +69,6 @@ variable "ssh_public_key" {
default = ""
}
variable "tags" {
description = "A map of tags to add to all resources."
type = "map"
default = {}
}
variable "permissions_boundary" {
description = "The ARN of the policy that is used to set the permissions boundary for the user."
type = string
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment