Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
addons: Pluralize TF variable set IDs field in remaining places.
Browse files Browse the repository at this point in the history
  • Loading branch information
paladin-devops committed Jul 11, 2023
1 parent f880fcd commit a525afe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/server/proto/server.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5568,7 +5568,7 @@ message UpdateAddOnDefinitionRequest {
repeated string tags = 7;

// The TF variable set to apply to the Add On's No Code workspace
repeated string tf_variable_set_id = 8;
repeated string tf_variable_set_ids = 8;

// The type of the Add On
AddOnType type = 9;
Expand Down Expand Up @@ -5724,7 +5724,7 @@ message AddOnDefinition {
repeated string tags = 7;

// The TF variable set to apply to the Add On's No Code workspace
repeated string tf_variable_set_id = 8;
repeated string tf_variable_set_ids = 8;

// The type of the Add On
AddOnType type = 9;
Expand Down

0 comments on commit a525afe

Please sign in to comment.