Skip to content

Instantly share code, notes, and snippets.

@jrussett
Created June 26, 2018 22:30
Show Gist options
  • Save jrussett/486881406d8da55950985df50c73ce95 to your computer and use it in GitHub Desktop.
Save jrussett/486881406d8da55950985df50c73ce95 to your computer and use it in GitHub Desktop.
Things that probably need to be included in the terraform file:
google_compute_address
google_compute_target_pool
google_compute_forwarding_rule (x3?)
Then in the cloud config
vm_type
- name: concourse_core
cloud_properties:
cpu: 1
ram: 2_560
root_disk_size_gb: 20
root_disk_type: pd-standard
tags:
- ((bosh_core.atc_tag))
- ((nat_traffic_tag))
target_pool: ((bosh_core.target_pool))
In the concourse manifest then...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment