mirror of https://github.com/status-im/consul.git
fix lambda registrator module doc link (#20796)
This commit is contained in:
parent
0610aaaaf0
commit
4e7982a5b7
|
@ -134,7 +134,7 @@ The registrator also requires the following IAM permissions to access the parame
|
|||
|
||||
## 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
|
||||
module "lambda-registrator" {
|
||||
source = "hashicorp/consul-lambda/consul-lambda-registrator"
|
||||
|
|
Loading…
Reference in New Issue