Skip to content

Instantly share code, notes, and snippets.

@dmlayton
Created May 28, 2020 13:40
Show Gist options
  • Save dmlayton/9ea2ca6a7f6adba4b1d512bd945ce218 to your computer and use it in GitHub Desktop.
Save dmlayton/9ea2ca6a7f6adba4b1d512bd945ce218 to your computer and use it in GitHub Desktop.
resource "aws_iam_group" "client" {
name = var.client.name
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment