Skip to content

Instantly share code, notes, and snippets.

@vlad-stoian
Created August 22, 2019 04:47
Show Gist options
  • Save vlad-stoian/ae01b4aa789f52e7fb9c901484f92d50 to your computer and use it in GitHub Desktop.
Save vlad-stoian/ae01b4aa789f52e7fb9c901484f92d50 to your computer and use it in GitHub Desktop.
- type: replace
path: /instance_groups/name=master/networks/name=default/name
value: ((network_name))
- type: replace
path: /instance_groups/name=worker/networks/name=default/name
value: ((network_name))
- type: replace
path: /instance_groups/name=apply-addons/networks/name=default/name
value: ((network_name))
- type: replace
path: /instance_groups/name=master/azs
value: ((azs))
- type: replace
path: /instance_groups/name=worker/azs
value: ((azs))
- type: replace
path: /instance_groups/name=apply-addons/azs
value: ((azs))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment