From 3185680f868dd75dbbf24188d8d59faa942badc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Doriann=20Corlou=C3=ABr?= Date: Sat, 21 Sep 2024 18:33:11 +0900 Subject: [PATCH] Update documentation example to point to Git latest version (#39) 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"