Last active
February 7, 2017 16:23
-
-
Save lukedemi/1fb5f9fea5f95a7d2c4873db34fe9dd9 to your computer and use it in GitHub Desktop.
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-web" | |
] | |
}, | |
"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