From 9b8ba6d9a41bb50f38a63cf8d5bac2224831fc9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Doriann=20Corlou=C3=ABr?= Date: Sat, 21 Sep 2024 18:32:58 +0900 Subject: [PATCH] Update documentation example to point to Git latest version This is needed as `main` branch will likely always be ahead of the latest version available in Terraform registry resulting in a parameter disconnect between the example and the documentation that comes after. --- docs/header.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/header.md b/docs/header.md index 84cb4ea..128123e 100644 --- a/docs/header.md +++ b/docs/header.md @@ -14,7 +14,7 @@ an ASG ```hcl module "fck-nat" { - source = "RaJiska/fck-nat/aws" + source = "git::https://github.com/RaJiska/terraform-aws-fck-nat.git" name = "my-fck-nat" vpc_id = "vpc-abc1234"