cycloidio / terracognita

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

When upgrading the providers set the new version to the code #392

Closed xescugc closed 1 year ago

xescugc commented 1 year ago

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 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

Proposal

Implementation

Open issues (if applicable)