osinfra-io / terraform-google-kubernetes-engine

Terraform example module for Google Cloud Platform Kubernetes Engine cluster.
https://www.osinfra.io
GNU General Public License v2.0
1 stars 0 forks source link

Parameterize project_id in test module for GKE fleet management tests #26

Closed coderabbitai[bot] closed 9 months ago

coderabbitai[bot] commented 9 months ago

In the context of PR #22, it was noted that the is hardcoded to 'test-gke-fleet-host-tf64-sb' within the module in . This limits the flexibility of the test configuration and could potentially affect the ability to test in different environments.

Suggestion: Parameterize the to allow dynamic testing environments, enhancing the module's flexibility and usability.

Suggested change:

This change would require adding a corresponding variable in the variables definition and ensuring it's passed correctly in test configurations.

Related PR: https://github.com/osinfra-io/terraform-google-kubernetes-engine/pull/22 Comment: https://github.com/osinfra-io/terraform-google-kubernetes-engine/pull/22#discussion_r1490282321