Set provider within target

This commit is contained in:
Chris Roberts 2021-08-13 13:47:55 -07:00 committed by Paul Hinze
parent c4011c7fde
commit 003b06502c
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -294,6 +294,9 @@ message Target {
// Specialized target information (from provider)
google.protobuf.Any record = 11;
// Provider name backing machine
string provider = 12;
// Specialized target (machine)
message Machine {
// ID of machine as assigned by provider
@ -307,11 +310,6 @@ message Target {
// State of the machine (Vagrant representation)
sdk.Args.Target.Machine.State state = 10;
// Provider name backing machine
string provider = 11;
Operation.PhysicalState physical_state = 50;
}
// TODO(spox): look back over these options and see if we