diff --git a/docs/products/kafka/howto/manage-acls.md b/docs/products/kafka/howto/manage-acls.md
index d2ade873d..bc4833b6d 100644
--- a/docs/products/kafka/howto/manage-acls.md
+++ b/docs/products/kafka/howto/manage-acls.md
@@ -34,6 +34,7 @@ For more information, see
- Installed and authenticated [Aiven CLI](/docs/tools/cli).
- An [API token](https://aiven.io/docs/platform/howto/create_authentication_token) for
authenticating API requests.
+- [Aiven Provider for Terraform](/docs/tools/terraform/get-started).
## Add a Kafka-native ACL entry
@@ -139,8 +140,9 @@ Parameter:
-To add a Kafka-native ACL entry using Terraform, define the following resource in your
-Terraform configuration:
+To add a
+[Kafka-native ACL entry using Terraform](https://registry.terraform.io/providers/aiven/aiven/latest/docs/resources/kafka_native_acl),
+define the following resource in your Terraform configuration:
```terraform
resource "aiven_kafka_native_acl" "example" {
@@ -275,8 +277,9 @@ or the [Schema Registry ACL API documentation](https://api.aiven.io/doc/#tag/Ser
-To add an Aiven ACL entry using Terraform, define the following resource in your
-Terraform configuration:
+To add an
+[Aiven ACL entry using Terraform](https://registry.terraform.io/providers/aiven/aiven/latest/docs/resources/kafka_acl),
+define the following resource in your Terraform configuration:
```terraform
resource "aiven_kafka_acl" "example_acl" {