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 #825

Closed reidjc closed 6 years ago

reidjc commented 6 years ago
$ demos ernest env review aws-de demo
--- Original : 21de9e4e-4095-4be2-8c05-adf1de637af6
+++ Current : 413bf5d3-98f1-43bb-9148-6500fb9e7fec
@@ -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"

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

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