fix typo
This commit is contained in:
parent
96b12f0d61
commit
4d5bf579f3
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue