0.13.6 (January 06, 2021)
UPGRADE NOTES:
- The builtin provider's
terraform_remote_state
data source no longer enforces Terraform version checks on the remote state file. This allows Terraform 0.13.6 to access remote state from future Terraform versions, up until a future incompatible state file version upgrade is required. (#26692)
BUG FIXES:
- init: setting
-get-plugins
tofalse
will now cause a warning, as this flag has been a no-op since 0.13.0 and usage is better served through usingprovider_installation
blocks (#27092)