Skip to content

Commit

Permalink
Fix policy version string (#693)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnunciato authored Nov 28, 2023
1 parent 5684bee commit b0838e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serverless-aws-yaml/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ resources:
properties:
assumeRolePolicy:
fn::toJSON:
Version: 2012-10-17
Version: "2012-10-17"
Statement:
- Action: sts:AssumeRole
Effect: Allow
Expand Down

0 comments on commit b0838e5

Please sign in to comment.