Browse Source

fix lambda registrator module doc link (#20796)

pull/20798/head
aahel 9 months ago committed by GitHub
parent
commit
4e7982a5b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      website/content/docs/lambda/registration/automate.mdx

2
website/content/docs/lambda/registration/automate.mdx

@ -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…
Cancel
Save