0
0
llucycodes42
This code creates an IAM policy attachment named "MyAWSResource" for the current user.
Shortcut: tf_aws_iam_policy_attachment
resource "aws_iam_policy_attachment" "${MyAWSResource}" {
}
0
0
llucycodes42
This code creates an IAM policy attachment named "MyAWSResource" for the current user.
Shortcut: tf_aws_iam_policy_attachment
resource "aws_iam_policy_attachment" "${MyAWSResource}" {
}