Skip to content

Test is not correct #1

@EduardSchwarzkopf

Description

@EduardSchwarzkopf

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions