cleanup: remove stale FIXME in terraform provider (#38031)

* cleanup: remove stale FIXME in terraform provider

Signed-off-by: Andrew Hay <andrew.hay@benchmarkanalytics.com>

* chore: add changelog entry

Signed-off-by: Andrew Hay <andrew.hay@benchmarkanalytics.com>

* chore: fix changelog entry format

Signed-off-by: Andrew Hay <andrew.hay@benchmarkanalytics.com>

* chore: remove changelog entry (not user facing)

Signed-off-by: Andrew Hay <andrew.hay@benchmarkanalytics.com>

---------

Signed-off-by: Andrew Hay <andrew.hay@benchmarkanalytics.com>
This commit is contained in:
Andy Hay 2026-01-05 06:05:34 -05:00 committed by GitHub
parent 16032e16e6
commit e3263bece0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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