Add missing Target states to proto

This commit is contained in:
sophia 2022-03-15 10:15:32 -05:00 committed by Paul Hinze
parent 0803b026b3
commit b62bdd8efb
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0
3 changed files with 1357 additions and 1345 deletions

File diff suppressed because it is too large Load Diff

View File

@ -537,6 +537,8 @@ message Operation {
PENDING = 1;
CREATED = 2;
DESTROYED = 3;
HALTED = 4;
NOT_CREATED = 5;
};
}

View File

@ -171,6 +171,8 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
value :PENDING, 1
value :CREATED, 2
value :DESTROYED, 3
value :HALTED, 4
value :NOT_CREATED, 5
end
add_message "hashicorp.vagrant.OperationOrder" do
optional :order, :enum, 2, "hashicorp.vagrant.OperationOrder.Order"