GoogleCloudPlatform / ai-infra-cluster-provisioning

Apache License 2.0
37 stars 25 forks source link

validation blocks #214

Open stevenBorisko opened 1 year ago

stevenBorisko commented 1 year ago

most variables need more validation blocks -- for both user experience and our own debugging

when going through these, nothing should have a check for "this var can't be null", they should just have nullable = false

stevenBorisko commented 1 year ago

should be in same pr as #213 probably