From 27804294929d342abe6cd40b633129f0161376a3 Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Fri, 29 Apr 2022 14:41:18 -0500 Subject: [PATCH] fix: clarify AWS access key ID vs secret --- examples/aws-linux/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/aws-linux/main.tf b/examples/aws-linux/main.tf index 7a35095dbb35b..634fcbca4631b 100644 --- a/examples/aws-linux/main.tf +++ b/examples/aws-linux/main.tf @@ -12,7 +12,7 @@ variable "access_key" { Create an AWS access key to provision resources with Coder: - https://console.aws.amazon.com/iam/home#/users -AWS Access Key +AWS Access Key ID EOT sensitive = true }