Last active
January 7, 2019 03:24
-
-
Save ginokent/6269600c9c7d6fa7b937f3ecc076454a to your computer and use it in GitHub Desktop.
[one-liner] AWS CloudFormation drift 検知
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aws cloudformation describe-stacks --query 'Stacks[].StackName' --output text | tr '[[:blank:]]' '\n' | xargs -I{} aws cloudformation detect-stack-drift --stack-name {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment