Skip to content

Commit

Permalink
docs: add minified json example
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocode authored Feb 8, 2025
1 parent f4ad063 commit b09ae94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Inspired by many other awesome lists!

### IAM helpers

- [aws_iam_policy_document](https://registry.terraform.io/providers/hashicorp/aws/5.63.1/docs/data-sources/iam_policy_document#minified_json) - Useful terraform data source to build a policy and minify it using attribute `minified_json`
- [aws_iam_policy_document](https://registry.terraform.io/providers/hashicorp/aws/5.63.1/docs/data-sources/iam_policy_document#minified_json) - Useful terraform data source to build a policy and minify it using attribute `minified_json`. For example `data.aws_iam_policy_document.default.minified_json`.
- [phzietsman/terraform-aws-policy-packer](https://github.com/phzietsman/terraform-aws-policy-packer) - reduce size of IAM policy

## policy stores
Expand Down

0 comments on commit b09ae94

Please sign in to comment.