Skip to content

Commit 2b523fd

Browse files
authored
Merge pull request #13 from diglesias-te/patch-1
fix: Ensure that API key and secret are not shown in the Terrafom plan output
2 parents eda9ad2 + bf239bb commit 2b523fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/single/modules/lambda/variables.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ variable "random_id" {
88
variable "aqua_api_key" {
99
description = "Aqua API Key"
1010
type = string
11+
sensitive = true
1112
}
1213

1314
variable "aqua_api_secret" {
1415
description = "Aqua API Secret"
1516
type = string
17+
sensitive = true
1618
}
1719

1820
variable "aqua_volscan_aws_account_id" {

0 commit comments

Comments
 (0)