cycloidio / terracognita

Reads from existing public and private cloud providers (reverse Terraform) and generates your infrastructure as code on Terraform configuration
MIT License
2.19k stars 163 forks source link

provider: Added 'Version' to the Provider interface #391

Closed xescugc closed 1 year ago

xescugc commented 1 year ago

Now each provider will have to specify to which version they are importing, this way we can later on set this version to the provider configuration on the HCL. This way we prevent compatibility issues between provider versions

Closes #378, closes #374, closes #392

xescugc commented 1 year ago

All providers have greater versions but I did not update any so I can do it individually as I had issues when I tried on a previous PR.