After https://github.com/cycloidio/terracognita/pull/391 all the providers have a cost version = "VERSION" which has the value of the version we are currently importing, this value should automatically be set when we run make update-terraform-provider so we do not have to manually maintain it.
The version on HCL has to not have the prefix v so we'll have to strip it up
Abstract
After https://github.com/cycloidio/terracognita/pull/391 all the providers have a
cost version = "VERSION"
which has the value of the version we are currently importing, this value should automatically be set when we runmake update-terraform-provider
so we do not have to manually maintain it.The version on HCL has to not have the prefix
v
so we'll have to strip it upProposal
Implementation
Open issues (if applicable)