From 8fae94421020885d3964efca78891c7ff823992f Mon Sep 17 00:00:00 2001 From: Robin Beck Date: Thu, 24 Apr 2025 15:59:54 +0000 Subject: [PATCH] backport of commit fd03d78886e9ada5287a7afa9607eedd3ae2a7e0 --- website/content/docs/concepts/host-discovery/aws.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/concepts/host-discovery/aws.mdx b/website/content/docs/concepts/host-discovery/aws.mdx index 3a2487f023..fd2466439a 100644 --- a/website/content/docs/concepts/host-discovery/aws.mdx +++ b/website/content/docs/concepts/host-discovery/aws.mdx @@ -290,7 +290,7 @@ Apply the following Terraform policy: "role_external_id" = "AWS_ROLE_EXTERNAL_ID_VALUE", "role_session_name" = "AWS_ROLE_SESSION_NAME_VALUE", "role_tags" = "AWS_ROLE_TAGS_VALUE" - }) + }) } ```