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

13 lines
204 B
Terraform
Raw Normal View History

variable "role_session_name" {
description = "The role session name"
type = string
default = "tf_awscli"
}
variable account_id {
type = string
}
variable role_name {
type = string
}