Running a crosstree generate gives the following error:
Unable to hydrate skeleton: template: _:27:20: executing "_" at <.ProjectID>: can't evaluate field ProjectID in type *crosstree.Hydrator
This PR changes the terraform variable name to project_name and uses the golang reference to ProjectName in the template to match the nomenclature and variable name used in the code that fills the template.
Running a
crosstree generate
gives the following error:This PR changes the terraform variable name to
project_name
and uses the golang reference toProjectName
in the template to match the nomenclature and variable name used in the code that fills the template.