From f91b0f6beb4b6a3440ec074f7a0d1e52ab0a7c6c Mon Sep 17 00:00:00 2001 From: Brian Fitzwater - IDI-C Date: Fri, 27 Sep 2019 09:04:39 -0400 Subject: [PATCH] update module source --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 520e27b..bb7fb2a 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ include the following in your root terraform module: ``` module "example_self" { - source = "github.com/GSA/grace-inventory/terraform" + source = "github.com/GSA/grace-inventory?ref=v0.1.1" source_file = "../../release/grace-inventory-lambda.zip" appenv = "environment" project_name = "your-project"