This commit is contained in:
Elbaz 2023-08-22 11:15:00 +03:00
parent 841025ba26
commit 2bae75c3f9

View File

@ -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