Skip to content

Commit

Permalink
internal: cleanup proto enum (#2003)
Browse files Browse the repository at this point in the history
  • Loading branch information
thundergolfer committed Jul 12, 2024
1 parent d9eef7f commit bd5d738
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modal_proto/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,7 @@ enum CloudProvider {
CLOUD_PROVIDER_GCP = 2;
CLOUD_PROVIDER_AUTO = 3;
CLOUD_PROVIDER_OCI = 4;
CLOUD_PROVIDER_LAMBDA_LABS = 5;
CLOUD_PROVIDER_FLUIDSTACK = 6; // experimental
CLOUD_PROVIDER_LATITUDE = 7; // experimental
reserved 5, 6, 7; // now unused internal experimental values
}

enum DNSRecordType {
Expand Down

0 comments on commit bd5d738

Please sign in to comment.