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