From b0a44ecf8ecb7db650257e4948b0c293971645b9 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Mon, 26 Aug 2024 08:27:26 -0400 Subject: [PATCH] docs(index): Update to 5.13.0. --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 4546a23c1..90ab54d67 100644 --- a/docs/index.md +++ b/docs/index.md @@ -25,7 +25,7 @@ terraform { required_providers { fastly = { source = "fastly/fastly" - version = ">= 5.12.0" + version = ">= 5.13.0" } } }