From 4ffd3504c6b51bdbbb0a19f86b930f53bc5e0dfe Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Tue, 12 Nov 2024 15:22:39 -0500 Subject: [PATCH] fix(docs/index): Version 5.15.0. --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 6af221f0a..b6edea385 100644 --- a/docs/index.md +++ b/docs/index.md @@ -25,7 +25,7 @@ terraform { required_providers { fastly = { source = "fastly/fastly" - version = ">= 5.14.0" + version = ">= 5.15.0" } } }