From cb5c7c57afd8a0ba712113bda813da2db47b5219 Mon Sep 17 00:00:00 2001 From: x032205 Date: Thu, 23 Oct 2025 03:05:17 -0400 Subject: [PATCH] greptile review fix --- .../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 742ab602a..e2f13e228 100644 --- a/docs/documentation/platform/gateways/relay-deployment/terraform.mdx +++ b/docs/documentation/platform/gateways/relay-deployment/terraform.mdx @@ -111,7 +111,7 @@ module "infisical_relay_instance" { sudo infisical relay systemd install \ --token "your-machine-identity-token" \ --name "my-relay-example" \ - --domain "https://app.infisical.com" \ # If you are self-hosting Infisical, change this to your instance's domain + --domain "https://app.infisical.com" \ --host "${aws_eip.infisical_relay_eip.public_ip}" # Start and enable the service to run on boot