Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Capabilities to deploy GKE Jmeter on existing VPC #33

Open
gcpjaru opened this issue Feb 17, 2023 · 1 comment
Open

Add Capabilities to deploy GKE Jmeter on existing VPC #33

gcpjaru opened this issue Feb 17, 2023 · 1 comment

Comments

@gcpjaru
Copy link
Contributor

gcpjaru commented Feb 17, 2023

We would like to deploy Jmeter GKE on existing VPC for security and networking design practices.

@manitgupta
Copy link
Collaborator

Machmeter creates a VPC and a subnet inside it using Terraform. Terraform does not have the capability to detect existing resources which do not exist in the .tfstate file.
In order to support this, a different Terraform template will be required which does not attempt to create a VPC network and subnet and instead uses the user specified value.

Currently Machmeter does not support multiple Terraform templates basis the user configuration, and instead deploys a single template.

We will need to look into constructing terraform templates based on the user input to support this requirement. This will likely require restructuring portions of the code base.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants