gruntwork-io / terratest

Terratest is a Go library that makes it easier to write automated tests for your infrastructure code.
https://terratest.gruntwork.io/
Apache License 2.0
7.52k stars 1.33k forks source link

gcp: Add support for cloud networking #761

Open ruimoreira opened 3 years ago

ruimoreira commented 3 years ago

We would like to expand on the capabilities of the infrastructure testing under GCP, we would like to have tests for things like,

amongst other things.

robmorgan commented 3 years ago

Hi @ruimoreira, thank you for your request. Unfortunately, we don't have any time at the moment to extend our library of GCP helper functions beyond what we currently have, however, I'd be more than happy to review any contributions you may submit. You can find examples of load balancer integration tests in one of our open-source repositories.

I'll leave your issue open for now.