We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dd1926 commit e754ea2Copy full SHA for e754ea2
internal/command/views/init.go
@@ -100,9 +100,11 @@ func (v *InitJSON) Output(messageCode InitMessageCode, params ...any) {
100
// @module as "terraform.ui" (See NewJSONView)
101
// @timestamp formatted in the default way
102
//
103
- // In the function below we annotate with extra data:
104
- // "type":"init_output"
105
- // "message_code":"<value>"
+ // In the method below we:
+ // * Set @message as the first argument value
+ // * Annotate with extra data:
106
+ // "type":"init_output"
107
+ // "message_code":"<value>"
108
v.view.log.Info(
109
preppedMessage,
110
"type", "init_output",
0 commit comments