From 57289b7ed4d5580337de054ca1227da01098301c Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sun, 8 Aug 2021 23:06:54 +0100 Subject: [PATCH] README: Remove provider version - If users copy/paste this without changing anything, they'll be on a super early version. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 40f5034..914ee35 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,6 @@ terraform { required_providers { improvmx = { source = "issyl0/improvmx" - version = "0.1.0" } } }