Returns a new instance of Project.
5 6 7 8
# File 'lib/wdi_tf/project.rb', line 5 def initialize(file:) verbose("Loading the Terraform project file.") @project = YAML.load_file(file) end