Skip to content

Commit

Permalink
Merge pull request #512 from ggildong/master
Browse files Browse the repository at this point in the history
fix: remove resource_group parameter
  • Loading branch information
ggildong authored Dec 26, 2024
2 parents dcd2e7d + 7bff53c commit 3798d83
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions proto/spaceone/api/opsflow/v1/variable.proto
Original file line number Diff line number Diff line change
Expand Up @@ -49,20 +49,12 @@ service Variable {
}
}

enum ResourceGroup {
RESOURCE_GROUP_NONE = 0;
DOMAIN = 1;
WORKSPACE = 2;
}

message VariableCreateRequest {
string name = 1;
string value = 2;
// +optional
google.protobuf.Struct tags = 3;
// +optional
ResourceGroup resource_group = 4;
// +optional
string workspace_id = 21;
}

Expand Down Expand Up @@ -91,7 +83,6 @@ message VariableInfo {
string name = 1;
string value = 2;
google.protobuf.Struct tags = 3;
ResourceGroup resource_group = 4;

string domain_id = 21;
string workspace_id = 22;
Expand Down

0 comments on commit 3798d83

Please sign in to comment.