File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
content/terraform/v1.15.x (alpha)/docs/internals Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments