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"
|
"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.
|
// to the given color schemes for the given type of output.
|
||||||
type ColorizeUi struct {
|
type ColorizeUi struct {
|
||||||
Colorize *colorstring.Colorize
|
Colorize *colorstring.Colorize
|
||||||
|
@ -15,7 +15,7 @@ import (
|
|||||||
"github.com/opentofu/opentofu/internal/tfdiags"
|
"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.
|
// about the providers used in the current configuration/state.
|
||||||
type ProvidersSchemaCommand struct {
|
type ProvidersSchemaCommand struct {
|
||||||
Meta
|
Meta
|
||||||
|
@ -68,7 +68,7 @@ func NewResource(addr addrs.ResourceInstance) *Resource {
|
|||||||
return ret
|
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.
|
// its a primary instance, a tainted instance, or an orphan.
|
||||||
type ResourceFlag byte
|
type ResourceFlag byte
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user