fix lambda registrator module doc link (#20796)

This commit is contained in:
aahel 2024-03-05 22:53:50 +05:30 committed by GitHub
parent 0610aaaaf0
commit 4e7982a5b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ The registrator also requires the following IAM permissions to access the parame
## Deploy the Lambda registrator ## Deploy the Lambda registrator
1. Create a Terraform configuration and specify the `lambda-registrator` module. In the following example, the Lambda registrator is deployed to `https://consul.example.com:8501`. Refer to [the Lambda registrator module documentation](https://registry.terraform.io/modules/hashicorp/consul-lambda-registrator/aws/0.1.0-beta1/submodules/lambda-registrator) for additional usage information: 1. Create a Terraform configuration and specify the `lambda-registrator` module. In the following example, the Lambda registrator is deployed to `https://consul.example.com:8501`. Refer to [the Lambda registrator module documentation](https://registry.terraform.io/modules/hashicorp/consul-lambda-registrator/aws/0.1.0-beta5/submodules/lambda-registrator) for additional usage information:
```hcl ```hcl
module "lambda-registrator" { module "lambda-registrator" {
source = "hashicorp/consul-lambda/consul-lambda-registrator" source = "hashicorp/consul-lambda/consul-lambda-registrator"