mirror of
https://github.com/hashicorp/terraform.git
synced 2026-02-03 20:50:59 -05:00
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:
parent
16032e16e6
commit
e3263bece0
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue