ernestio / ernest

Ernest is a tool to define, manage and collaborate on your infrastructure
http://ernest.io/
Mozilla Public License 2.0
17 stars 6 forks source link

review not working #840

Closed reidjc closed 6 years ago

reidjc commented 6 years ago
$ ernest env review aws-de demo
--- Original : cb5eafcb-cc13-4d1a-949e-32ed725bacd8
+++ Current : e2d7d82e-13ff-48d6-ad46-d54d7ee6a174
@@ -22,4 +22,8 @@
     protocol: tcp
     from_port: "0"
     to_port: "65535"
+  - ip: 0.0.0.0/0
+    protocol: tcp
+    from_port: "80"
+    to_port: "80"

$ ernest env review aws-de demo --accept
{"error":"there are no sync changes to resolve"}

$ ernest env review aws-de demo --reject
{"error":"there are no sync changes to resolve"}