From 1ba5ceca2b42014d13dc09aaa1009e12b53d53ee Mon Sep 17 00:00:00 2001 From: Matt Oddie Date: Fri, 25 Nov 2022 16:21:02 +0000 Subject: [PATCH] Update README with registry URL --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a82b82f..cd832da 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ Terraform module to bootstrap Flux with GitHub. ```hcl module "flux" { - source = "github.com/resolutionlife/terraform-flux-bootstrap" + source = "resolutionlife/bootstrap/flux" + version = "~> 0.1.0 cluster_name = "my-cluster" github_owner = "my-org"