knife-ec2find 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/lib/chef/knife/ec2_find_acl.rb +1 -1
- data/lib/chef/knife/ec2_find_cgw.rb +1 -1
- data/lib/chef/knife/ec2_find_igw.rb +1 -1
- data/lib/chef/knife/ec2_find_image.rb +1 -1
- data/lib/chef/knife/ec2_find_rtb.rb +1 -1
- data/lib/chef/knife/ec2_find_sg.rb +1 -1
- data/lib/chef/knife/ec2_find_subnet.rb +1 -1
- data/lib/chef/knife/ec2_find_vpc.rb +1 -1
- data/lib/knife-ec2find/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 76df5f5cf876bfe9e34d7960d98ed72e21e2adf6
|
|
4
|
+
data.tar.gz: 64f79d1789c07af5a11f89b86106549e06b29a1b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 80d8921c07a1f57acffd2f8e04465fbd0e1f6c50c866e981e96622ad5c310148b069c611442f16c2f3bee3d2a9c531571c1b5e9ebdb6815654e3db8dc88808b5
|
|
7
|
+
data.tar.gz: 0f7f6e4934009d23da73ba26fb7b91a4c8475d0f5d88bd9fe10d04c86bcf4f32dc861f5253ff8bf5cf1803add5d1e29da0da92cae795ca9fb8d643811efd6ca6
|
data/.gitignore
CHANGED
|
@@ -7,7 +7,7 @@ module EC2Find
|
|
|
7
7
|
option :tags,
|
|
8
8
|
:short => "-T T=V[,T=V[,T=V...]]",
|
|
9
9
|
:long => "--tags Tag=Value[,Tag=Value[,Tag=Value...]]",
|
|
10
|
-
:description => "Lists
|
|
10
|
+
:description => "Lists Network ACLs created with set of tags"
|
|
11
11
|
|
|
12
12
|
option :aws_access_key_id,
|
|
13
13
|
:long => "--aws-access-key-id KEY",
|
|
@@ -7,7 +7,7 @@ module EC2Find
|
|
|
7
7
|
option :tags,
|
|
8
8
|
:short => "-T T=V[,T=V[,T=V...]]",
|
|
9
9
|
:long => "--tags Tag=Value[,Tag=Value[,Tag=Value...]]",
|
|
10
|
-
:description => "Lists
|
|
10
|
+
:description => "Lists customer gateways created with set of tags"
|
|
11
11
|
|
|
12
12
|
option :aws_access_key_id,
|
|
13
13
|
:long => "--aws-access-key-id KEY",
|
|
@@ -7,7 +7,7 @@ module EC2Find
|
|
|
7
7
|
option :tags,
|
|
8
8
|
:short => "-T T=V[,T=V[,T=V...]]",
|
|
9
9
|
:long => "--tags Tag=Value[,Tag=Value[,Tag=Value...]]",
|
|
10
|
-
:description => "Lists
|
|
10
|
+
:description => "Lists internet gateways created with set of tags"
|
|
11
11
|
|
|
12
12
|
option :aws_access_key_id,
|
|
13
13
|
:long => "--aws-access-key-id KEY",
|
|
@@ -7,7 +7,7 @@ module EC2Find
|
|
|
7
7
|
option :tags,
|
|
8
8
|
:short => "-T T=V[,T=V[,T=V...]]",
|
|
9
9
|
:long => "--tags Tag=Value[,Tag=Value[,Tag=Value...]]",
|
|
10
|
-
:description => "Lists
|
|
10
|
+
:description => "Lists AMIs created with set of tags"
|
|
11
11
|
|
|
12
12
|
option :aws_access_key_id,
|
|
13
13
|
:long => "--aws-access-key-id KEY",
|
|
@@ -7,7 +7,7 @@ module EC2Find
|
|
|
7
7
|
option :tags,
|
|
8
8
|
:short => "-T T=V[,T=V[,T=V...]]",
|
|
9
9
|
:long => "--tags Tag=Value[,Tag=Value[,Tag=Value...]]",
|
|
10
|
-
:description => "Lists
|
|
10
|
+
:description => "Lists routing tables created with set of tags"
|
|
11
11
|
|
|
12
12
|
option :aws_access_key_id,
|
|
13
13
|
:long => "--aws-access-key-id KEY",
|
|
@@ -7,7 +7,7 @@ module EC2Find
|
|
|
7
7
|
option :tags,
|
|
8
8
|
:short => "-T T=V[,T=V[,T=V...]]",
|
|
9
9
|
:long => "--tags Tag=Value[,Tag=Value[,Tag=Value...]]",
|
|
10
|
-
:description => "Lists
|
|
10
|
+
:description => "Lists security groups created with set of tags"
|
|
11
11
|
|
|
12
12
|
option :aws_access_key_id,
|
|
13
13
|
:long => "--aws-access-key-id KEY",
|
|
@@ -7,7 +7,7 @@ module EC2Find
|
|
|
7
7
|
option :tags,
|
|
8
8
|
:short => "-T T=V[,T=V[,T=V...]]",
|
|
9
9
|
:long => "--tags Tag=Value[,Tag=Value[,Tag=Value...]]",
|
|
10
|
-
:description => "Lists
|
|
10
|
+
:description => "Lists subnet created with set of tags"
|
|
11
11
|
|
|
12
12
|
option :aws_access_key_id,
|
|
13
13
|
:long => "--aws-access-key-id KEY",
|
|
@@ -7,7 +7,7 @@ module EC2Find
|
|
|
7
7
|
option :tags,
|
|
8
8
|
:short => "-T T=V[,T=V[,T=V...]]",
|
|
9
9
|
:long => "--tags Tag=Value[,Tag=Value[,Tag=Value...]]",
|
|
10
|
-
:description => "Lists
|
|
10
|
+
:description => "Lists vpcs created with set of tags"
|
|
11
11
|
|
|
12
12
|
option :aws_access_key_id,
|
|
13
13
|
:long => "--aws-access-key-id KEY",
|