7 lines
84 B
Terraform
7 lines
84 B
Terraform
|
|
variable "access_key" {
|
||
|
|
type = string
|
||
|
|
}
|
||
|
|
variable "secret_key" {
|
||
|
|
type = string
|
||
|
|
}
|