Skip to content

Commit a7bc12c

Browse files
committed
fixme
1 parent 89927cb commit a7bc12c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provisioner/terraform/resources.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ func ConvertState(modules []*tfjson.StateModule, rawGraph string, rawParameterNa
450450
}
451451
protoParam := &proto.RichParameter{
452452
Name: param.Name,
453-
DisplayName: "FIXME", // FIXME param.DisplayName,
453+
DisplayName: param.DisplayName,
454454
Description: param.Description,
455455
Type: param.Type,
456456
Mutable: param.Mutable,

0 commit comments

Comments
 (0)