terraform-policymaker icon indicating copy to clipboard operation
terraform-policymaker copied to clipboard

Test is not correct

Open EduardSchwarzkopf opened this issue 9 months ago • 6 comments

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?

EduardSchwarzkopf avatar Nov 16 '23 08:11 EduardSchwarzkopf