fix typo
This commit is contained in:
parent
96b12f0d61
commit
4d5bf579f3
|
@ -44,9 +44,11 @@ variable "aws_region" {
|
|||
variable "aws_access_key" {
|
||||
description = "AWS Access Key"
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
variable "aws_secret_key" {
|
||||
description = "AWS Secret Key"
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue