From 27ea0b1e818eee03b52f154e23f0d8e41f89ac03 Mon Sep 17 00:00:00 2001 From: Steven Masley Date: Thu, 29 Aug 2024 14:30:54 -0500 Subject: [PATCH] add comment about the version field --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c0a9c0f..60b1260 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -47,6 +47,7 @@ You can test a module locally by updating the source as follows ```tf module "example" { source = "git::https://github.com//.git//?ref=" + # You may need to remove the 'version' field, it is incompatible with some sources. } ```