Skip to content

Conversation

@fayak
Copy link

@fayak fayak commented Jun 7, 2022

Handle diff mode (might be done in some better less hacky way but eh 🤷‍♂️ it works), and remove a warning

+++ after
@@ -1,3 +1,11 @@
 {
-    "records": []
+    "name": "b.example.com.",
+    "records": [
+        {
+            "content": "a.example.com.",
+            "disabled": false
+        }
+    ],
+    "ttl": 3600,
+    "type": "CNAME"
 }

changed: [a -> localhost] => (item=a.example.com.)
--- before
+++ after
@@ -2,7 +2,7 @@
     "name": "c.example.com.",
     "records": [
         {
-            "content": "c.",
+            "content": "d.example.com..",
             "disabled": false
         }
     ],

changed: [a-> localhost] => (item=a.example.com.)

Signed-off-by: Cyril Duval [email protected]

Signed-off-by: Cyril Duval <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant