Actions
Architecture #18439
closedhomogenize class parameters names and descriptions for each resource
Status:
Released
Priority:
N/A
Assignee:
Gaëtan POBLON
Category:
System techniques
Target version:
Fix check:
To do
Regression:
Description
States should share the same class_parameter name for a given resource.
A resource always has a named parameter (or two). But its related states often use a different name for their class_parameter.
example:
resource file(path)
file state absent(target) -> file state absent(path)
file state from_template(destination) -> file state from_template(path)
This homogenization makes GM clearer and easier to deal with when it comes to rudderlang conversions (into/from JSON notably)
Actions