From 1c522700b59ddf577bbc08b57edff15729742248 Mon Sep 17 00:00:00 2001
From: Hamza <56384031+Azmah-Bad@users.noreply.github.com>
Date: Sat, 21 Sep 2024 10:12:12 +0200
Subject: [PATCH] Readme example to point to the latest version on Git (#34)
the latest version (v1.2.0) isn't compatible with the example in the readme, updated the example to target the latest commit of the default branch of the repo
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 91958fd..77a22cd 100644
--- a/README.md
+++ b/README.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" # Use the latest changes in the main branch
name = "my-fck-nat"
vpc_id = "vpc-abc1234"
@@ -116,4 +116,4 @@ module "fck-nat" {
| [security\_group\_id](#output\_security\_group\_id) | Deprecated. The ID of the security group used by fck-nat ENIs |
| [security\_group\_ids](#output\_security\_group\_ids) | List of security group IDs used by fck-nat ENIs |
| [subnet\_id](#output\_subnet\_id) | Subnet ID to which the fck-nat instance is deployed into |
-| [vpc\_id](#output\_vpc\_id) | VPC ID to which the fck-nat instance is deployed into |
\ No newline at end of file
+| [vpc\_id](#output\_vpc\_id) | VPC ID to which the fck-nat instance is deployed into |