15 lines
180 B
Terraform
15 lines
180 B
Terraform
|
variable "aws_cli_commands" {
|
||
|
type = string
|
||
|
}
|
||
|
|
||
|
variable access_key {
|
||
|
type = string
|
||
|
}
|
||
|
|
||
|
variable secret_key {
|
||
|
type = string
|
||
|
}
|
||
|
|
||
|
variable session_token {
|
||
|
type = string
|
||
|
}
|