You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@apeabody We really want to reduce the use of variables over-time, actually. Ideally most examples should be self-contained and liberally include static values instead of variables.
The ideal fix would be moving the network creation from the fixture to the example. Eventually we want to get rid of fixtures entirely.
apeabody
changed the title
examples/node_pool statically defined the pod_range name for pool-03
Update examples/node_pool to include definition of the network ranges
Apr 13, 2022
TL;DR
Update examples/node_pool to include definition of the network ranges. For example move
terraform-google-kubernetes-engine/test/fixtures/node_pool/network.tf
Line 49 in 77d08e0
to
https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/tree/77d08e02d738c38a5c68987572ef506a987dd41e/examples/node_pool
Expected behavior
No response
Observed behavior
No response
Terraform Configuration
N/A
Terraform Version
Additional information
No response
The text was updated successfully, but these errors were encountered: