This commit is contained in:
Ryan Malloy 2024-11-09 12:56:59 -07:00
parent 96b12f0d61
commit 4d5bf579f3
1 changed files with 2 additions and 0 deletions

View File

@ -44,9 +44,11 @@ variable "aws_region" {
variable "aws_access_key" { variable "aws_access_key" {
description = "AWS Access Key" description = "AWS Access Key"
type = string type = string
sensitive = true
} }
variable "aws_secret_key" { variable "aws_secret_key" {
description = "AWS Secret Key" description = "AWS Secret Key"
type = string type = string
sensitive = true
} }