Skip to content
This repository was archived by the owner on Aug 12, 2024. It is now read-only.

Commit 363a83c

Browse files
author
Sean Sundberg
authored
Marks ibmcloud_api_key as sensitive (#98)
1 parent a495c0c commit 363a83c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

variables.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ variable "region" {
1212
variable "ibmcloud_api_key" {
1313
type = string
1414
description = "The IBM Cloud api token"
15+
sensitive = true
1516
}
1617

1718
# Cluster Variables

0 commit comments

Comments
 (0)