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

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
}