13 lines
204 B
HCL
13 lines
204 B
HCL
variable "role_session_name" {
|
|
description = "The role session name"
|
|
type = string
|
|
default = "tf_awscli"
|
|
}
|
|
|
|
variable account_id {
|
|
type = string
|
|
}
|
|
|
|
variable role_name {
|
|
type = string
|
|
} |