From aaf6aee97946afbb881b3d5765552a06090c42d0 Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Mon, 2 May 2022 10:28:58 -0500 Subject: [PATCH] fix: clarify AWS access key ID vs secret (#1231) --- 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 39f6de8337..b5fc1f3283 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 }