iam-policy-json-to-terraform:将JSON格式的IAM策略转换为Terraform的小工具aws_iam_policy_document

时间:2024-02-19 21:42:34
【文件属性】:

文件名称:iam-policy-json-to-terraform:将JSON格式的IAM策略转换为Terraform的小工具aws_iam_policy_document

文件大小:24KB

文件格式:ZIP

更新时间:2024-02-19 21:42:34

aws terraform iam hcl infrastructure-as-code

iam-policy-json-terraform 将JSON格式的IAM策略转换为Terraform 小工具 安装 OSX $ brew install iam-policy-json-to-terraform 其他 从下载最新的二进制文件,并将其以iam-policy-json-to-terraform的名称放入PATH 开发者 如果您是围棋开发人员,并且已定义GOPATH并将$GOPATH/bin目录添加到路径,则只需运行此命令即可。 $ go get github.com/flosell/iam-policy-json-to-terraform 用法 从原始JSON $ echo ' {"Statement":[{"Effect":"Allow","Action":["ec2:Describe*"],"Resource":"*"}]} ' | iam-policy-json-to-terraform data " aws_iam_policy_document " " policy " { statement { sid = " " ef


【文件预览】:
iam-policy-json-to-terraform-master
----.gitignore(153B)
----README.md(2KB)
----.talismanrc(153B)
----CHANGELOG.md(1KB)
----.github()
--------workflows()
--------dependabot.yml(110B)
----LICENSE(11KB)
----go.mod(400B)
----iam-policy-json-to-terraform.go(737B)
----scripts()
--------test-readme.sh(503B)
--------release.sh(2KB)
----go.sum(3KB)
----.travis.yml(369B)
----Makefile(2KB)
----converter()
--------decode_test.go(2KB)
--------encode.go(1KB)
--------fixtures()
--------decode.go(2KB)
--------convert_test.go(2KB)
--------convert.go(3KB)

网友评论