diff --git a/README.md b/README.md index 77a22cd..91958fd 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ an ASG ```hcl module "fck-nat" { - source = "git::https://github.com/RaJiska/terraform-aws-fck-nat.git" # Use the latest changes in the main branch + source = "RaJiska/fck-nat/aws" 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 | +| [vpc\_id](#output\_vpc\_id) | VPC ID to which the fck-nat instance is deployed into | \ No newline at end of file