From 5f92ccbfb2fdd7d477b3ffc29e0abed8066d9966 Mon Sep 17 00:00:00 2001 From: Aimee Ukasick Date: Fri, 27 Sep 2024 12:47:10 -0500 Subject: [PATCH] Docs: Terraform prereq clarification (#24069) Clarify Terraform prereq since you don't need to install the Terraform CLI locally. Fixes: [CE-726](https://hashicorp.atlassian.net/browse/CE-726) [CE-726]: https://hashicorp.atlassian.net/browse/CE-726?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ --- website/content/docs/operations/aws-oidc-provider.mdx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/website/content/docs/operations/aws-oidc-provider.mdx b/website/content/docs/operations/aws-oidc-provider.mdx index e98015b61..7796aa0a2 100644 --- a/website/content/docs/operations/aws-oidc-provider.mdx +++ b/website/content/docs/operations/aws-oidc-provider.mdx @@ -25,8 +25,7 @@ The instructions on this page also assume the following: - Your AWS account has the necessary permissions to create IAM roles, policies, hosted zones, and certificates. -- Terraform is installed locally and - [configured to communicate with AWS](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#authentication-and-configuration). +- You are using Terraform to manage your AWS infrastructure. ## Workflow @@ -400,4 +399,4 @@ Verify that the file was also uploaded to the S3 bucket. [Workload Identity]: /nomad/docs/concepts/workload-identity -[OpenID Connect Provider]: https://openid.net/developers/how-connect-works/ \ No newline at end of file +[OpenID Connect Provider]: https://openid.net/developers/how-connect-works/