Skip to content

Instantly share code, notes, and snippets.

@dmlayton
Created May 4, 2020 16: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 dmlayton/4eca8c7252f914d3bfefd381a8d189e5 to your computer and use it in GitHub Desktop.
Save dmlayton/4eca8c7252f914d3bfefd381a8d189e5 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