0
0
llucycodes42
This code creates an IAM group membership for the resource named "MyAWSResource". The AWS IAM group membership provider creates the IAM group, assigns it the desired name (MyAWSResource), and provides the credentials required to access the group.
Shortcut: tf_aws_iam_group_membership
resource "aws_iam_group_membership" "${MyAWSResource}" {
}