From ff401928415a02aa8bf23ce3bc375d04c77c6539 Mon Sep 17 00:00:00 2001 From: k1LoW Date: Wed, 2 Sep 2015 20:47:51 +0900 Subject: [PATCH] Add Next Resource type... --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 510b7fa5a..7b0e36f3e 100644 --- a/README.md +++ b/README.md @@ -92,13 +92,16 @@ $ awspec generate ec2 vpc-ab123cde >> spec/ec2_spec.rb - [x] EBS Volume (`ebs`) - [x] ELB (`elb`) - [x] Lambda (`lambda`) +- IAM + - [x] IAM User (`iam_user`) + - [ ] IAM Group + - [ ] IAM Role + - [ ] IAM Policy [Resource Types more infomation here](doc/resource_types.md) ### Next.. -- IAM - - [ ] IAM User - ... ## Contributing