From 0f51fbab7876c99a2f9fd5ab856c90ae81506a78 Mon Sep 17 00:00:00 2001 From: norbjd Date: Tue, 14 Nov 2023 11:38:14 +0100 Subject: [PATCH] sqs_access_key is sensitive --- functions/python-sqs-trigger-hello-world/main.tf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/functions/python-sqs-trigger-hello-world/main.tf b/functions/python-sqs-trigger-hello-world/main.tf index ae984b4..a89ab87 100644 --- a/functions/python-sqs-trigger-hello-world/main.tf +++ b/functions/python-sqs-trigger-hello-world/main.tf @@ -67,7 +67,8 @@ resource "scaleway_function_trigger" "main" { # Outputs to send messages to the queue output "sqs_access_key" { - value = scaleway_mnq_sqs_credentials.main.access_key + value = scaleway_mnq_sqs_credentials.main.access_key + sensitive = true } output "sqs_secret_key" {