terraform.aws-baseline-infra/modules/util/awscli/variables.tf

18 lines
251 B
HCL

variable "aws_cli_commands" {
type = string
}
variable "access_key" {
type = string
sensitive = true
}
variable "secret_key" {
type = string
sensitive = true
}
variable "session_token" {
type = string
sensitive = true
}