Created
May 28, 2020 13:40
-
-
Save dmlayton/9ea2ca6a7f6adba4b1d512bd945ce218 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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