Skip to content

Commit

Permalink
sqs_access_key is sensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
norbjd committed Nov 14, 2023
1 parent a8af469 commit 0f51fba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion functions/python-sqs-trigger-hello-world/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit 0f51fba

Please sign in to comment.