Skip to content

Commit

Permalink
fix: naming
Browse files Browse the repository at this point in the history
  • Loading branch information
idilhaq committed Nov 15, 2024
1 parent 8335709 commit 2d87b33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gotocompany/guardian/v1beta1/guardian.proto
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@ message PolicyConfig {
int32 version = 2;
}

message PoliciesConfig {
message ProviderPolicy {
string when = 1;
string policy = 2;
}
Expand Down Expand Up @@ -877,7 +877,7 @@ message ProviderConfig {
string description = 4;
}
repeated ProviderParameter parameters = 8;
repeated PoliciesConfig policies = 9;
repeated ProviderPolicy policies = 9;
string default_policy = 10;
}

Expand Down

0 comments on commit 2d87b33

Please sign in to comment.