Skip to content

Commit e35a46c

Browse files
committed
updates
1 parent 67ac854 commit e35a46c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: internal/command/stacks.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,10 @@ func (c *StacksCommand) initPlugin() tfdiags.Diagnostics {
185185
}
186186
if version.ResolvedFromDevOverride {
187187
cacheTraceMsg = " (resolved from dev override)"
188-
detailMsg := fmt.Sprintf("Instead of using the current released version, Terraform is loading the cloud plugin from the following location:\n\n - %s\n\nOverriding the cloud plugin location can cause unexpected behavior, and is only intended for use when developing new versions of the plugin.", version.Path)
188+
detailMsg := fmt.Sprintf("Instead of using the current released version, Terraform is loading the stacks plugin from the following location:\n\n - %s\n\nOverriding the stacks plugin location can cause unexpected behavior, and is only intended for use when developing new versions of the plugin.", version.Path)
189189
diags = diags.Append(tfdiags.Sourceless(
190190
tfdiags.Warning,
191-
"Cloud plugin development overrides are in effect",
191+
"Stacks plugin development overrides are in effect",
192192
detailMsg,
193193
))
194194
}

0 commit comments

Comments
 (0)