0
0
llucycodes42
The code fragment above creates a policy for an IAM role. The policy defines the permissions that the role has.
Shortcut: tf_aws_iam_role_policy
resource "aws_iam_role_policy" "${MyAWSResource}" {
}
0
0
llucycodes42
The code fragment above creates a policy for an IAM role. The policy defines the permissions that the role has.
Shortcut: tf_aws_iam_role_policy
resource "aws_iam_role_policy" "${MyAWSResource}" {
}