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
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.
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