hashicorp / terraform-provider-docker

As part of our introduction to self-service publishing in the Terraform Registry, this copy of the provider has been archived, and ownership has been transferred to active maintainers in the community. Please see the new location on the Terraform Registry: https://registry.terraform.io/providers/kreuzwerker/docker/latest
https://registry.terraform.io/providers/kreuzwerker/docker/latest
Mozilla Public License 2.0
132 stars 92 forks source link

Prevent provider error if auth config is incomplete #251

Closed edgarpoce closed 4 years ago

edgarpoce commented 4 years ago

Summary

Having an incomplete auth config is a valid case because the auth config may depend on resources which are created after the provider. Then the provider should ignore incomplete configurations.

The current implementation fails early and prevents the deployment of all resources if the auth config is incomplete.

References

250