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" - }) + }) } ```