From bef28f904bdee84242627242d0bdcb3404182dba Mon Sep 17 00:00:00 2001 From: David Norman Date: Tue, 21 Feb 2017 23:08:48 -0500 Subject: [PATCH] Add IAM version to json Copy/pasting the example policy to IAM was denied because it was missing a policy version. This adds the minimum version allowed by IAM. --- packer-iam-policy.example.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packer-iam-policy.example.json b/packer-iam-policy.example.json index db394bd..dd464f8 100644 --- a/packer-iam-policy.example.json +++ b/packer-iam-policy.example.json @@ -30,5 +30,6 @@ ], "Resource": "*" } - ] + ], + "Version": "2012-10-17" }