Closed stanleyz closed 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
Provider.Configure
This should fix #42
Thank you for you contribution @stanleyz
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