Last active
February 7, 2017 16:01
-
-
Save lukedemi/e2f509bd27505b5bd4b3998514660016 to your computer and use it in GitHub Desktop.
geo status output
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
$ ./geo status --quiet | |
{ | |
"codified": 331, | |
"uncodified": 3, | |
"total": 334, | |
"percent": 99.10179640718563, | |
"resources": { | |
"aws_elb": { | |
"uncodified": [ | |
"service" | |
] | |
}, | |
"aws_security_group": { | |
"uncodified": [ | |
"ec2::organization/service::web", | |
"elb::organization/service::web" | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment