env0 / env0-migration-tool

A repository that contains the necessary files in order to import existing Terraform workspaces from other platforms
1 stars 2 forks source link

Enhancement: Secret Values migration #11

Open Constantine19 opened 8 months ago

Constantine19 commented 8 months ago

When using the tool to migrate secret values, it currently sets all of them to the same value: secret_value_from_terraform_cloud. Ideally, the tool should keep the original secret values during migration.

sagilaufer1992 commented 8 months ago

support migrating secret valued

ned1313 commented 7 months ago

For sensitive values, I think it should be opt-in only. Otherwise the values will be copied and written to the local machine. I'd rather have an option to export them to AWS Secrets Manager or Azure Key Vault, instead of storing locally.