Skip to content

Commit

Permalink
sensitive storage variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Istrati committed Oct 23, 2024
1 parent 52db040 commit 484899f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,21 @@ variable "storage_user" {
type = string
default = null
description = "Storage Username to Access S3 API Compliant Storage"
sensitive = true
}

variable "storage_pass" {
type = string
default = null
description = "Storage Password to Access S3 API Compliant Storage"
sensitive = true
}

variable "storage_token" {
type = string
default = null
description = "Storage Token to Access S3 API Compliant Storage (Optional)"
sensitive = true
}

variable "storage_secret_arn" {
Expand Down

0 comments on commit 484899f

Please sign in to comment.