Skip to content

Commit b2ceac2

Browse files
committed
terraform: Introduce new init message types
1 parent 558627b commit b2ceac2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/terraform/v1.15.x (alpha)/docs/internals/machine-readable-ui.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,9 @@ Messages with `init_output` type have an additional `message_code` documented be
102102

103103
#### Provider Installation
104104

105-
- `initializing_provider_plugin_message`: indicates progress during installation of providers
105+
- `initializing_provider_plugin_from_config_message`: indicates progress during installation of providers from configuration
106+
- `initializing_provider_plugin_from_state_message`: indicates progress during installation of providers from state
107+
- `reusing_version_during_state_provider_init`: indicates provider version reuse during state-based provider installation
106108
- `provider_already_installed_message`: indicates a provider that is already installed during installation
107109
- `built_in_provider_available_message`: indicates a built-in provider in use during installation
108110
- `installing_provider_message`: indicates that a provider is being installed (from a remote location)

0 commit comments

Comments
 (0)