diff --git a/internal/builtin/providers/terraform/provider.go b/internal/builtin/providers/terraform/provider.go index 06974d23cb..1da4a21223 100644 --- a/internal/builtin/providers/terraform/provider.go +++ b/internal/builtin/providers/terraform/provider.go @@ -101,9 +101,6 @@ func (p *Provider) ValidateProviderConfig(req providers.ValidateProviderConfigRe // ValidateDataResourceConfig is used to validate the data source configuration values. func (p *Provider) ValidateDataResourceConfig(req providers.ValidateDataResourceConfigRequest) providers.ValidateDataResourceConfigResponse { - // FIXME: move the backend configuration validate call that's currently - // inside the read method into here so that we can catch provider configuration - // errors in terraform validate as well as during terraform plan. var res providers.ValidateDataResourceConfigResponse // This should not happen