We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa156a9 commit 36c3a79Copy full SHA for 36c3a79
README.md
@@ -21,6 +21,14 @@ Following services are integrated
21
- MSK
22
- NAT GATEWAY
23
- INTERNET GATEWAY (IGW)
24
+ - CLASSIC/NETWORK/APPLICATION LOAD BALANCING
25
+ - ROUTE TABLE
26
+ - SUBNET
27
+ - NACL
28
+ - SECURITY GROUP
29
+ - VPC PEERING
30
+ - VPC ENDPOINT
31
+ - EKS
32
33
### News
34
aws-network-discovery.py
@@ -36,7 +36,7 @@
36
37
from commands.vpc import Vpc
38
39
-__version__ = "0.5.0"
+__version__ = "0.6.0"
40
41
AVAILABLE_LANGUAGES = ['en_US','pt_BR']
42
0 commit comments