From 5da4d6ee7f07ce812a64a4292361336f42424678 Mon Sep 17 00:00:00 2001 From: Miles Yucht Date: Thu, 29 Aug 2024 10:40:15 +0200 Subject: [PATCH] Update troubleshooting.md --- docs/guides/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/troubleshooting.md b/docs/guides/troubleshooting.md index 9f65221b84..93d9d89fec 100644 --- a/docs/guides/troubleshooting.md +++ b/docs/guides/troubleshooting.md @@ -215,4 +215,4 @@ There could be different reasons for this error: ### Provider "registry.terraform.io/databricks/databricks" planned an invalid value for ...: planned value ... for a non-computed attribute. -Starting with version v1.51.0, the Terraform provider for Databricks supports `terraform` versions 1.0.0 and later. Older versions of `terraform`, such as v0.15.5, are known to erroneously generate this error. Check the version of `terraform` that you're using by running `terraform version` and upgrade it if necessary. \ No newline at end of file +Starting with version v1.51.0, the Terraform provider for Databricks supports `terraform` versions 1.1.5 and later. Older versions of `terraform`, such as v0.15.5, are known to erroneously generate this error. Check the version of `terraform` that you're using by running `terraform version` and upgrade it if necessary.