AzBuilder / terraform-provider-terrakube

Terraform provider for Terrakube
Apache License 2.0
4 stars 4 forks source link

Make endpoint and token as optional from provider configuration #43

Closed stanleyz closed 4 months ago

stanleyz commented 4 months ago

It seems the Configure function is invoked after schema initiation, by setting the two fields as required Terraform asks for endpoint and token without checking the environment variables as coded in Provider.Configure

This should fix #42

alfespa17 commented 4 months ago

Thank you for you contribution @stanleyz