0
0
llucycodes42
The following code creates an IAM policy for the resources cited in the ${MyAWSResource} variable.
Shortcut: tf_aws_iam_policy
resource "aws_iam_policy" "${MyAWSResource}" {
}
0
0
llucycodes42
The following code creates an IAM policy for the resources cited in the ${MyAWSResource} variable.
Shortcut: tf_aws_iam_policy
resource "aws_iam_policy" "${MyAWSResource}" {
}