Currently terraform is not validating GCP resource names when I do terraform validate
and terraform plan
. For example, if I use an invalid name for google_compute_network it passes validation and planning and only fails when applying.
Is there some way validation for resource names can be added? And if so how?