Make source-db consistent across samples
[ccsdk/cds.git] / ms / controllerblueprints / modules / resource-dict / load / resource_dictionary / unprotected_private_net_cidr.json
index 362f627..acb379b 100644 (file)
@@ -7,8 +7,8 @@
     "type" : "string"
   },
   "sources" : {
-    "primary-db" : {
-      "type" : "source-processor-db",
+    "processor-db" : {
+      "type" : "source-db",
       "properties" : {
         "type" : "SQL",
         "query" : "select sdnctl.IPAM_IP_POOL.prefix as prefix from sdnctl.IPAM_IP_POOL where description = unprotected",
@@ -18,4 +18,4 @@
          }
     }
   }
-}
\ No newline at end of file
+}