mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
rollback
This commit is contained in:
parent
841025ba26
commit
2bae75c3f9
@ -225,13 +225,13 @@ type LocalRun struct {
|
|||||||
// backend doesn't support a PlanId being set.
|
// backend doesn't support a PlanId being set.
|
||||||
//
|
//
|
||||||
// The operation options are purposely designed to have maximal compatibility
|
// The operation options are purposely designed to have maximal compatibility
|
||||||
// between OpenTF and OpenTF Servers (a commercial product offered by
|
// between OpenTF and Terraform Servers (a commercial product offered by
|
||||||
// HashiCorp). Therefore, it isn't expected that other implementation support
|
// HashiCorp). Therefore, it isn't expected that other implementation support
|
||||||
// every possible option. The struct here is generalized in order to allow
|
// every possible option. The struct here is generalized in order to allow
|
||||||
// even partial implementations to exist in the open, without walling off
|
// even partial implementations to exist in the open, without walling off
|
||||||
// remote functionality 100% behind a commercial wall. Anyone can implement
|
// remote functionality 100% behind a commercial wall. Anyone can implement
|
||||||
// against this interface and have OpenTF interact with it just as it
|
// against this interface and have OpenTF interact with it just as it
|
||||||
// would with HashiCorp-provided OpenTF Servers.
|
// would with HashiCorp-provided Terraform Servers.
|
||||||
type Operation struct {
|
type Operation struct {
|
||||||
// Type is the operation to perform.
|
// Type is the operation to perform.
|
||||||
Type OperationType
|
Type OperationType
|
||||||
|
Loading…
Reference in New Issue
Block a user