1
0
Files
terraform.examples/modules/util/assume_role/variables.tf
T
2026-02-13 15:44:24 +08:00

13 lines
204 B
Terraform

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