Skip to content

Commit 1019067

Browse files
committed
Add links to Terraform examples
1 parent d4f7488 commit 1019067

File tree

2 files changed

+2
-2
lines changed
  • src/content/docs/rules/transform

2 files changed

+2
-2
lines changed

src/content/docs/rules/transform/request-header-modification/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Through Request Header Transform Rules you can:
4040
- Set the value of an HTTP request header according to an expression, overwriting its previous value or adding a new header to the request.
4141
- Remove an HTTP header from the request.
4242

43-
You can create a request header transform rule [in the dashboard](/rules/transform/request-header-modification/create-dashboard/) or [via API](/rules/transform/request-header-modification/create-api/).
43+
You can create a request header transform rule [in the dashboard](/rules/transform/request-header-modification/create-dashboard/), [via API](/rules/transform/request-header-modification/create-api/), or [using Terraform](/terraform/additional-configurations/transform-rules/#create-a-request-header-transform-rule).
4444

4545
<Render
4646
file="snippets-alternative"

src/content/docs/rules/transform/response-header-modification/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Through Response Header Transform Rules you can:
4040
- Add a new HTTP response header with a literal string value without removing any existing headers with the same name.
4141
- Remove an HTTP header from the response.
4242

43-
You can create a response header transform rule [in the dashboard](/rules/transform/response-header-modification/create-dashboard/) or [via API](/rules/transform/response-header-modification/create-api/).
43+
You can create a response header transform rule [in the dashboard](/rules/transform/response-header-modification/create-dashboard/), [via API](/rules/transform/response-header-modification/create-api/), or [using Terraform](/terraform/additional-configurations/transform-rules/#create-a-response-header-transform-rule).
4444

4545
<Render
4646
file="snippets-alternative"

0 commit comments

Comments
 (0)