mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-11 00:22:32 -06:00
parent
4abe323003
commit
c59d95ba0d
@ -12,7 +12,7 @@ import (
|
||||
"github.com/mitchellh/colorstring"
|
||||
)
|
||||
|
||||
// ColoredUi is a Ui implementation that colors its output according
|
||||
// ColorizeUi is a Ui implementation that colors its output according
|
||||
// to the given color schemes for the given type of output.
|
||||
type ColorizeUi struct {
|
||||
Colorize *colorstring.Colorize
|
||||
|
@ -15,7 +15,7 @@ import (
|
||||
"github.com/opentofu/opentofu/internal/tfdiags"
|
||||
)
|
||||
|
||||
// ProvidersCommand is a Command implementation that prints out information
|
||||
// ProvidersSchemaCommand is a Command implementation that prints out information
|
||||
// about the providers used in the current configuration/state.
|
||||
type ProvidersSchemaCommand struct {
|
||||
Meta
|
||||
|
@ -68,7 +68,7 @@ func NewResource(addr addrs.ResourceInstance) *Resource {
|
||||
return ret
|
||||
}
|
||||
|
||||
// ResourceKind specifies what kind of instance we're working with, whether
|
||||
// ResourceFlag specifies what kind of instance we're working with, whether
|
||||
// its a primary instance, a tainted instance, or an orphan.
|
||||
type ResourceFlag byte
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user