Skip to content

Commit

Permalink
updated variableValues yaml tag
Browse files Browse the repository at this point in the history
  • Loading branch information
vicentefb committed Dec 26, 2024
1 parent c1f3ebb commit 09c782d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SHELL := /bin/bash

# Changing this value will trigger a new release
VERSION=v1.5.12
VERSION=v1.5.13
BINARY=bin/cft
GITHUB_REPO=github.com/GoogleCloudPlatform/cloud-foundation-toolkit
PLATFORMS := linux windows darwin
Expand Down
2 changes: 1 addition & 1 deletion cli/bpmetadata/bpmetadata_ui.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/bpmetadata/proto/bpmetadata_ui.proto
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ message DisplayVariableToggle {
string variable_name = 1; // @gotags: json:"variableName,omitempty" yaml:"variableName,omitempty"

// The value of the variable used to toggle the display of another variable.
repeated string variable_values = 2; // @gotags: json:"variableValues,omitempty" yaml:"variableValue,omitempty"
repeated string variable_values = 2; // @gotags: json:"variableValues,omitempty" yaml:"variableValues,omitempty"

// The type of the variable used to toggle the display of another variable.
ToggleType type = 3; // @gotags: json:"type,omitempty" yaml:"type,omitempty"
Expand Down

0 comments on commit 09c782d

Please sign in to comment.