12 lines
267 B
Terraform
12 lines
267 B
Terraform
|
/* variable "aws-region" {}
|
||
|
variable "aws-region-short" {}
|
||
|
variable "customer-name" {}
|
||
|
variable "environment" {}
|
||
|
variable "project" {}
|
||
|
variable "application" {}
|
||
|
*/
|
||
|
variable max_session_duration {
|
||
|
type = number
|
||
|
default = 14400
|
||
|
}
|
||
|
variable role-trusted-entity-arn {}
|