Skip to content

Instantly share code, notes, and snippets.

@grantorchard
Last active May 17, 2019 01:21
Show Gist options
  • Save grantorchard/f0fdfe6c74a16f51f7fa848d09bee2a8 to your computer and use it in GitHub Desktop.
Save grantorchard/f0fdfe6c74a16f51f7fa848d09bee2a8 to your computer and use it in GitHub Desktop.
Agnostic Machine with Static IP
formatVersion: 1
resources:
Cloud_Machine_1:
type: Cloud.Machine
properties:
image: 'ubuntu'
flavor: 'small'
networks:
- name: '${resource.Cloud_Network_1.name}'
constraints:
- tag: cloud:aws
Cloud_Network_1:
type: Cloud.Network
properties:
name: 'net1'
networkType: existing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment