boltops-tools / terraspace

Terraspace: The Terraform Framework
https://terraspace.cloud
Apache License 2.0
678 stars 46 forks source link

New create plugin don't work #143

Closed ByJacob closed 3 years ago

ByJacob commented 3 years ago

Checklist

My Environment

Docker boltops/terraspace


Expected Behaviour

Create new module

Current Behavior

/opt/terraspace/embedded/lib/ruby/gems/2.7.0/gems/terraspace-0.6.17/lib/terraspace/cli/new/plugin.rb:16:in `create_plugin': undefined method `core_template_source' for #<Terraspace::CLI::New::Plugin:0x000056121b5d4ca0> (NoMethodError)

Step-by-step reproduction instructions

docker pull boltops/terraspace
docker run -ti boltops/terraspace
terraspace new plugin test
tongueroo commented 3 years ago

Closing in favor of #73