-
Notifications
You must be signed in to change notification settings - Fork 659
tfstate': undefined method #466
Comments
|
I am getting the same error. Any update on this? /var/lib/gems/2.7.0/gems/multi_json-1.12.2/lib/multi_json/options_cache.rb:12: warning: Capturing the given block using Proc.new is deprecated; use |
I have installed Terraform v0.12.0. I am trying to merge new tfstate file to the existing one. When I execute the command " terraforming alb --tfstate --merge=terraform.tfstate" I am getting below error.
C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/terraforming-0.17.0/lib/terraforming/cli.rb:264:in
'tfstate': undefined method
[]' for nil:NilClass (NoMethodError)from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/terraforming-0.17.0/lib/terraforming/cli.rb:245:in
execute' from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/terraforming-0.17.0/lib/terraforming/cli.rb:15:in
alb'from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/thor-0.20.3/lib/thor/command.rb:27:in
run' from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/thor-0.20.3/lib/thor/invocation.rb:126:in
invoke_command'from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/thor-0.20.3/lib/thor.rb:387:in
dispatch' from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/thor-0.20.3/lib/thor/base.rb:466:in
start'from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/terraforming-0.17.0/bin/terraforming:5:in
<top (required)>' from C:/Ruby25-x64/bin/terraforming:23:in
load'from C:/Ruby25-x64/bin/terraforming:23:in `
Thanks!!
The text was updated successfully, but these errors were encountered: