Skip to content

Commit

Permalink
provider: New versions of the provider can only be automatically inst…
Browse files Browse the repository at this point in the history
…alled on Terraform 0.12 and later (hashicorp#14143)

* provider: Add .tfproto5 file for releases

Reference: hashicorp/terraform-provider-azurerm#6323

Automates the protocol 5 only setting on release.

* docs/provider: Add note about Terraform 0.12 and later installation in version 3 upgrade guide

Reference: hashicorp#13781
  • Loading branch information
bflad authored Jul 14, 2020
1 parent 66b3da4 commit cb4b991
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Empty file added .tfproto5
Empty file.
2 changes: 2 additions & 0 deletions website/docs/guides/version-3-upgrade.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Version 3.0.0 of the AWS provider for Terraform is a major release and includes

Most of the changes outlined in this guide have been previously marked as deprecated in the Terraform plan/apply output throughout previous provider releases. These changes, such as deprecation notices, can always be found in the [Terraform AWS Provider CHANGELOG](https://github.com/terraform-providers/terraform-provider-aws/blob/master/CHANGELOG.md).

~> **NOTE:** Version 3.0.0 and later of the AWS Provider can only be automatically installed on Terraform 0.12 and later.

Upgrade topics:

<!-- TOC depthFrom:2 depthTo:2 -->
Expand Down

0 comments on commit cb4b991

Please sign in to comment.