fpco / terraform-aws-foundation

Establish a solid Foundation on AWS with these modules for Terraform
MIT License
204 stars 98 forks source link

path variable not used in the iam-users module #276

Open qrilka opened 4 years ago

qrilka commented 4 years ago

Unused path variable

modules/iam-users/main.tf contains declaration of the path variable but it's not used in the module, probably aws_iam_user should use it as its path attribute?