From 4f8a73ba6101b9b9c2ff7ea2b77e574cff92ad43 Mon Sep 17 00:00:00 2001 From: Jacob Bednarz Date: Tue, 6 Jun 2023 13:41:50 +1000 Subject: [PATCH] add mention of tf 1.2 as a minimum for operations --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e735838c1f..155dc9021b 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ - [Getting started with Cloudflare and Terraform](https://developers.cloudflare.com/terraform/installing) - [Developing the provider](contributing/development.md) +## Minimum requirements + +- Terraform 1.2 or newer. We recommend running the [latest version](https://developer.hashicorp.com/terraform/downloads?product_intent=terraform) for optimal compatibility with the Cloudflare provider. Terraform versions older than 1.2 have known issues with newer features and internals. + ## Documentation Full, comprehensive documentation is available on the [Terraform Registry](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs). [API documentation](https://api.cloudflare.com) and [Developer documentation](https://developers.cloudflare.com) is also available