Skip to content

Instantly share code, notes, and snippets.

@dmlayton
Last active May 4, 2020 18:44
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 dmlayton/111dbd6c8b920cca6aab04f756acca85 to your computer and use it in GitHub Desktop.
Save dmlayton/111dbd6c8b920cca6aab04f756acca85 to your computer and use it in GitHub Desktop.
resource "aws_iam_access_key" "test_client" {
user = aws_iam_user.test_client.name
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment