Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created August 5, 2019 03:08
Show Gist options
  • Select an option

  • Save KyMidd/b2c8a8c077e2c0c16684c278b5b6edc4 to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/b2c8a8c077e2c0c16684c278b5b6edc4 to your computer and use it in GitHub Desktop.
resource "aws_iam_user" "ado_iam_user" {
name = "${var.iam_user_name}"
path = "/"
tags = {
BuiltBy = "Terraform"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment