File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ impl Function for If {
17
17
}
18
18
19
19
fn category ( & self ) -> FunctionCategory {
20
- FunctionCategory :: Comparison
20
+ FunctionCategory :: Logical
21
21
}
22
22
23
23
fn accepted_arg_types ( & self ) -> Vec < AcceptedArgKind > {
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ impl Function for Reference {
17
17
}
18
18
19
19
fn category ( & self ) -> FunctionCategory {
20
- FunctionCategory :: Deployment
20
+ FunctionCategory :: Resource
21
21
}
22
22
23
23
fn min_args ( & self ) -> usize {
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ impl Function for ResourceId {
16
16
}
17
17
18
18
fn category ( & self ) -> FunctionCategory {
19
- FunctionCategory :: Deployment
19
+ FunctionCategory :: Resource
20
20
}
21
21
22
22
fn min_args ( & self ) -> usize {
You can’t perform that action at this time.
0 commit comments