Add missing instruction to the runtime deployment

Change-Id: Ib25cf186f36c8568cf286f043f6cf2ef149854e1
diff --git a/pronto_deployment_guide/run_time_deployment.rst b/pronto_deployment_guide/run_time_deployment.rst
index f693936..513f1fb 100644
--- a/pronto_deployment_guide/run_time_deployment.rst
+++ b/pronto_deployment_guide/run_time_deployment.rst
@@ -82,6 +82,21 @@
       }
    }
 
+You'll have to get this change merged before proceeding.
+
+.. code-block:: shell
+
+   $ git status
+   On branch tools
+   Changes not staged for commit:
+
+      modified:   cluster_map.tfvars
+      modified:   user_map.tfvars
+
+   $ git add .
+   $ git commit -m "Add test ACE"
+   $ git review
+
 Create runtime configurations
 =============================
 In this step, we will add several Terraform configurations and overriding values for the managed applications.