fix typo
This commit is contained in:
parent
96b12f0d61
commit
4d5bf579f3
|
@ -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…
Reference in New Issue