Skip to content

Commit

Permalink
Update documentation example to point to Git latest version
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
RaJiska committed Sep 21, 2024
1 parent 0e5449d commit 9b8ba6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/header.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9b8ba6d

Please sign in to comment.