minamijoyo / tfupdate

Update version constraints in your Terraform configurations
MIT License
556 stars 23 forks source link

Add a warning to --source-type tfregistryProvider as an experimental feature #27

Closed minamijoyo closed 4 years ago

minamijoyo commented 4 years ago

tfupdate release list/latest -s (--source-type) tfregistryProvider was added in #26.

However we consider it an experimental feature because we are currently depending on the undocumented Registry API. We are planning to switch another API which Terraform CLI depends on.

For details, see: https://github.com/minamijoyo/tfupdate/pull/26#discussion_r494991943

Add a warning to clarify that it's experimental for now.