Hi @tung
I don’t have any issue to use Terraspace v2.0.3 (thanks by the way, especially for TS_APP variable :)) but since my migration from 1.1.7 with
config.logger.level = :debug
I got the following Debug Error:
but all work as expected, my resource is created and I can destroy it but I wonder if you can check why I have these 2 warnings? missing initialization of variable?
Resource Group my_rg-terraspace already exists
Creating Resource Group my_rg-terraspace…
Storage Account xxxxxxxxxxx already exists
Storage Blob Container terraform-state already exists
> DEBUG: NameError uninitialized constant Terraspace::Terraform::Ihooks::Before::Init
=> terraform init -get -input=false >> /tmp/terraspace/log/init/my-rg.log
> DEBUG: NameError uninitialized constant Terraspace::Terraform::Ihooks::After::Init
=> terraform apply -input=false
Acquiring state lock. This may take a few moments…
I did a quick look through Github for some clues but if you can check the reason it will be great, thanks
Search · ihooks (github.com)