Last active
July 26, 2018 21:51
-
-
Save codyde/3327e0abcc2b1a0a21cb7da0d8345695 to your computer and use it in GitHub Desktop.
This file contains 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
inputs: {} | |
resources: | |
Cloud_Machine_1: | |
type: Cloud.Machine | |
properties: | |
image: Ubuntu | |
flavor: Small | |
networks: | |
- name: '${Cloud_Network_1.name}' | |
Cloud_Network_1: | |
type: Cloud.Network | |
properties: | |
name: AWS-East | |
networkType: existing | |
outboundAccess: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment