Skip to content

Support for external stacks

Compare
Choose a tag to compare
@Shrobs Shrobs released this 28 Feb 17:21
· 4 commits to master since this release
  • Climulon now supports use of external stacks outputs in along with what is in the Master Config Files
  • External stacks can be defined in the MCF this way :
{
   "externalStacks": [
      {
         "StackName": "Example_name",
         "StackRegion": "us-east-1"
      }
   ],
   ...
}