From a7b550f865a8f6f537960c9eaf3d1c9d69091b13 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 7 Jan 2022 00:56:56 +0200 Subject: [PATCH] Mark the API key as sensitive. --- sms-notify.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/sms-notify.tf b/sms-notify.tf index 7113427..27047ee 100644 --- a/sms-notify.tf +++ b/sms-notify.tf @@ -1,5 +1,6 @@ variable "messagebird_access_key" { description = "MessageBird API access key." + sensitive = true } # It would have been nicer to buy the phone number with Terraform and the -- GitLab