1 { lib, buildGoModule, fetchFromGitHub }:
4 pname = "iam-policy-json-to-terraform";
7 src = fetchFromGitHub {
11 sha256 = "sha256-ovmWZpeHt1L8zNzG7+2BohteSjpYADMivi+AP0Vm8/E=";
14 vendorHash = "sha256-1WTc7peTJI3IvHJqznqRz29uQ2NG0CZpAAzlyYymZCQ=";
17 description = "Small tool to convert an IAM Policy in JSON format into a Terraform aws_iam_policy_document";
18 homepage = "https://github.com/flosell/iam-policy-json-to-terraform";
19 changelog = "https://github.com/flosell/iam-policy-json-to-terraform/releases/tag/${version}";
20 license = licenses.asl20;
21 maintainers = [ maintainers.ivankovnatsky ];