项目作者: radimsuckr

项目描述 :
Generate two JSON files usable for diff over environment variables and secrets from Terraform's AWS ECS Container Definition output
高级语言: Python
项目地址: git://github.com/radimsuckr/cd.py.git
创建时间: 2020-06-24T16:07:42Z
项目社区:https://github.com/radimsuckr/cd.py

开源协议:MIT License

下载


cd.py

Generate two JSON files usable for diff over environment variables and secrets from Terraform’s AWS ECS Container Definition output.

Usage

Save the Container Definition output into a file.

python cd.py file.txt will output two files: file.txt_old.json and file.txt_new.json. These contain only environment variables and secrets, are sorted by name and ready for diffing!