This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": 3, | |
"terraform_version": "0.8.4", | |
"serial": 12, | |
"lineage": "119bec8a-35c3-4f44-8bec-bb293b4bb630", | |
"modules": [ | |
{ | |
"path": [ | |
"root" | |
], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @author Thomas Burleson | |
* @date November, 2013 | |
* @copyright 2013 Mindspace LLC. | |
* @web http://solutionOptimist.com | |
* | |
* @description | |
* | |
* Used within AngularJS to decorate/enhance the AngularJS `$q` service. | |
* |