Currently, running a deployment without disable_all_limits fails because the conditional that checks if it is defined happens after the check to see if it is true.
Should:
- Fix conditional ordering.
- Add validation config that will run example without this set to make sure it succeeds.