Skip to content

Instantly share code, notes, and snippets.

@wkharold
Created April 3, 2016 18:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wkharold/420518c7b303dbea63b9f9eae3e1b1db to your computer and use it in GitHub Desktop.
Save wkharold/420518c7b303dbea63b9f9eae3e1b1db to your computer and use it in GitHub Desktop.
deployment manager network creation template
resources:
- name: {{ env["name"] }}
type: compute.v1.network
properties:
IPv4Range: {{ properties["ip_range"] }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment