Skip to content
This repository was archived by the owner on May 14, 2022. It is now read-only.

Commit 7e7d56c

Browse files
committed
fix: drop optional field
1 parent 738e84c commit 7e7d56c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stackhead.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ message StackHeadPluginConfig {
2929
string AdditionalJsonData = 1;
3030
string Name = 2;
3131
string Description = 3;
32-
optional string Version = 4;
32+
string Version = 4;
3333
repeated string Authors = 5;
3434
string PluginType = 6;
35-
optional StackHeadPluginTerraformConfig Terraform = 7;
35+
StackHeadPluginTerraformConfig Terraform = 7;
3636
}
3737

3838
message StackHeadPluginTerraformConfig {

0 commit comments

Comments
 (0)