Juniper / terraform-provider-apstra

Apstra Terraform Provider
Apache License 2.0
14 stars 2 forks source link

missing flag attribute validation #67

Open chrismarget-j opened 1 year ago

chrismarget-j commented 1 year ago

leaf switches with redundancy_mode = "mlag" should require mlag_info attribute.

chrismarget-j commented 1 year ago

Thinking of an adding a new <type>AdditinoalValidatorsWhen(condition func() bool, validators validator.String...) function.

It'll evaluate the supplied function and return a (possibly empty) slice of validators.