Skip to content

Instantly share code, notes, and snippets.

@ahakimx

ahakimx/main.tf Secret

Created July 3, 2022 15:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahakimx/5a0bc49e1b34813078d542a7bc29b2e4 to your computer and use it in GitHub Desktop.
Save ahakimx/5a0bc49e1b34813078d542a7bc29b2e4 to your computer and use it in GitHub Desktop.
resource "aws_iam_user" "admin_user" {
name = "ha"
tags = {
Description = "Tech Lead"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment