You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`slug` (String) Slug of the plugin to be installed.
40
40
-`stack_slug` (String) The stack id to which the plugin should be installed.
41
-
42
-
### Optional
43
-
44
-
-`version` (String) Version of the plugin to be installed. When omitted, installs the latest available version at the time of creation. Will not auto-update to newer versions. If you already have a plugin installed and want to upgrade, specify the target version explicitly.
41
+
-`version` (String) Version of the plugin to be installed. Use 'latest' to install the most recent version. When set to 'latest', Terraform will detect when new version is available and show them as updates. Defaults to `latest`.
Description: "Version of the plugin to be installed. When omitted, installs the latest available version at the time of creation. Will not auto-update to newer versions. If you already have a plugin installed and want to upgrade, specify the target version explicitly.",
48
+
Description: "Version of the plugin to be installed. Use 'latest' to install the most recent version. When set to 'latest', Terraform will detect when new version is available and show them as updates.",
47
49
Type: schema.TypeString,
48
-
Optional: true,
50
+
Required: true,
51
+
Default: LATEST_VERSION,
49
52
ForceNew: true,
50
53
},
51
54
},
@@ -121,10 +124,17 @@ func resourcePluginInstallationRead(ctx context.Context, d *schema.ResourceData,
0 commit comments