-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
I've executed the code with all defaults inside the root, but the result for the provided test seems to be wrong:
➜ terraform-policymaker git:(master) ✗ ./terraform-policymaker
Getting plan as JSON
######### New Policy
######### Policy created: aws_policy.json
➜ terraform-policymaker git:(master) ✗ cat aws_policy.json
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [],
"Resource": "*"
}
]
}
% Am I doing something wrong here?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels