-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test is not correct #1
Comments
I'm getting the same when I try it with my configuration files. |
Hello! I found out that the newer versions of the
cd terraform-provider-aws
git checkout e7cd260316a08a7e071e65f8b4a326d8f452a88f # This is a commit from Jan 3, 2020
cd ..
rm aws_resource_mapping.json
go build
./terraform-policymaker |
Which executable exactly? |
The one that is generated after running |
The newer |
Unfortunately the older provider repo is only mostly compatible. It produces some mappings with nonsense in them, like this: "resource_aws_opsworks_stack":["opsworks:Config.Region); err != nil {\n\t\t\t\tlog.Printf","opsworks:CreateStack","opsworks:UpdateStack","opsworks:DeleteStack","opsworks:DescribeStacks","opsworks:Config.Region != nil \u0026\u0026 *client.Config.Region != \"\" {\n\t\t\tlog.Printf","opsworks:Config.Region)\n\t\t\tif err := d.Set"], And it also produces a lot of actions that seem to exist but the IAM linter says they don't.
|
I've executed the code with all defaults inside the root, but the result for the provided test seems to be wrong:
Am I doing something wrong here?
The text was updated successfully, but these errors were encountered: