spotinst / terraform-spotinst-ocean-eks

[Deprecated] A Terraform module to create an Amazon Elastic Kubernetes Service (EKS) cluster with Ocean.
https://registry.terraform.io/modules/spotinst/ocean-eks/spotinst
Apache License 2.0
21 stars 30 forks source link

VPC automatically created #1

Closed ansorren closed 4 years ago

ansorren commented 4 years ago

Hi, I see that the VPC is automatically being created as part of this module.

I think there's a use case to deploy the cluster in an already existing VPC, it would be nice if we could add the VPC ID or the VPC name as an optional variable and perform a data lookup if the variable has been specified. Happy to submit a PR but I wanted to talk to you first and congratulate you on the nice work :)