0
0
llucycodes42
This code creates a user policy attachment using the aws_iam_user_policy_attachment resource. The user policy attachment is a JSON document that describes the permissions and conditions for an individual user.
Shortcut: tf_aws_iam_user_policy_attachment
resource "aws_iam_user_policy_attachment" "${MyAWSResource}" {
}