Skip to content

Commit

Permalink
fix: add grpc proto file
Browse files Browse the repository at this point in the history
  • Loading branch information
artaasadi committed Jul 1, 2024
1 parent a95d3f5 commit 26d7db6
Show file tree
Hide file tree
Showing 2 changed files with 249 additions and 248 deletions.
2 changes: 1 addition & 1 deletion plugin/proto/server.proto
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ message GcpComputeDisk {
string zone = 2;
string region = 3;
string disk_type = 4;
google.protobuf.Int64Value size_gb = 5;
google.protobuf.Int64Value disk_size = 5;
google.protobuf.Int64Value provisioned_iops = 6;
}

Expand Down
Loading

0 comments on commit 26d7db6

Please sign in to comment.