nats-io / latency-tests

Latency and Throughput Test Framework
Apache License 2.0
17 stars 10 forks source link

Terraform setup for GCP and Packet.net #4

Closed ColinSullivan1 closed 6 years ago

ColinSullivan1 commented 6 years ago

This PR adds terraform configuration to setup an environment for latency tests. The default environment will:

Signed-off-by: Colin Sullivan colin@synadia.com

ColinSullivan1 commented 6 years ago

@derekcollison , Agreed - This is way more complex than I anticipated! My first rodeo with Terraform.

derekcollison commented 6 years ago

Learning process for sure. It seems @davidkemper has some helpful tips to simplify.

ColinSullivan1 commented 6 years ago

@davidkemper , Thanks for the tips. We can add additional scripts and changes to simplify this outside of this PR.

ColinSullivan1 commented 6 years ago

I've made updates based on both of your feedback; thanks for the reviews!