From c81bfbd0f4e267a0a48ae28714aa14ad5c1342a1 Mon Sep 17 00:00:00 2001 From: x032205 Date: Fri, 24 Oct 2025 13:31:12 -0400 Subject: [PATCH] Add -E flag to command --- .../platform/gateways/relay-deployment/terraform.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/platform/gateways/relay-deployment/terraform.mdx b/docs/documentation/platform/gateways/relay-deployment/terraform.mdx index a78962d63..e89871cd9 100644 --- a/docs/documentation/platform/gateways/relay-deployment/terraform.mdx +++ b/docs/documentation/platform/gateways/relay-deployment/terraform.mdx @@ -110,7 +110,7 @@ module "infisical_relay_instance" { # # Note: For production environments, you might consider fetching the token from AWS Parameter Store or AWS Secrets Manager. export INFISICAL_TOKEN="your-machine-identity-token" - sudo infisical relay systemd install \ + sudo -E infisical relay systemd install \ --name "my-relay-example" \ --domain "https://app.infisical.com" \ --host "${aws_eip.infisical_relay_eip.public_ip}"