From 98a388d08a23d6e631555276baab7abd67cda3a3 Mon Sep 17 00:00:00 2001 From: Noah Canadea Date: Mon, 27 May 2024 15:32:54 +0200 Subject: [PATCH] doc(README): Fix wrong setting key --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 326731d..6ff2264 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ Since the init command is required for many features of the official Hashicorp T #### Auto-install providers -By enabling the setting `tftoolbox.iac.enableAutoInit`, the extension will automatically initialize a terraform / opentofu project when a changed .tf file contains a provider version constraint for which no provider is currently installed. The extension will then run terraform / opentofu init in that folder. +By enabling the setting `tftoolbox.iac.enableAutoProviderInitialization`, the extension will automatically initialize a terraform / opentofu project when a changed .tf file contains a provider version constraint for which no provider is currently installed. The extension will then run terraform / opentofu init in that folder. > [!IMPORTANT] > This feature is experimental and might use lots of system resources when switching branches in git with many provider version changes. It is also not recommended to use in combination with the vscode setting `Auto Save: afterDelay`. Instead, use the setting `Auto Save: onFocusChange` or `Auto Save: onWindowChange`.