From ebd7817df9daf2d6c8ea6a6cc08438735a4d53ea Mon Sep 17 00:00:00 2001 From: Douglas Harcourt Parsons Date: Fri, 11 Oct 2024 16:30:51 +0100 Subject: [PATCH] Bump provider docs to v2 --- docs/index.md | 2 +- examples/provider/provider.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 4197416a..1d9aad5d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -25,7 +25,7 @@ terraform { required_providers { vercel = { source = "vercel/vercel" - version = "~> 1.0" + version = "~> 2.0" } } } diff --git a/examples/provider/provider.tf b/examples/provider/provider.tf index a82ab0fb..a9427f9b 100644 --- a/examples/provider/provider.tf +++ b/examples/provider/provider.tf @@ -5,7 +5,7 @@ terraform { required_providers { vercel = { source = "vercel/vercel" - version = "~> 1.0" + version = "~> 2.0" } } }