Add -E flag to command

This commit is contained in:
x032205
2025-10-24 13:31:12 -04:00
parent cd76ef36a2
commit c81bfbd0f4

View File

@@ -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}"