Skip to content

Instantly share code, notes, and snippets.

@ezalejski
Last active February 27, 2020 15:21
Show Gist options
  • Save ezalejski/8702b31d9f153a7a78e112be776beaac to your computer and use it in GitHub Desktop.
Save ezalejski/8702b31d9f153a7a78e112be776beaac to your computer and use it in GitHub Desktop.
Terraform users example
resource "aws_iam_user" "first_user" {
name = "first.user"
}
resource "aws_iam_user" "second_user" {
name = "second.user"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment