diff --git a/internal/servertype/data_source_test.go b/internal/servertype/data_source_test.go index 54796b061..f47084115 100644 --- a/internal/servertype/data_source_test.go +++ b/internal/servertype/data_source_test.go @@ -76,6 +76,7 @@ func TestAccDataSource_UpgradePluginFramework(t *testing.T) { { ExternalProviders: map[string]resource.ExternalProvider{ "hcloud": { + // TODO: update after new release with https://github.com/hetznercloud/terraform-provider-hcloud/pull/984 VersionConstraint: "1.47.0", Source: "hetznercloud/hcloud", },