1
0
Files
terraform.examples/modules/security_identity_compliance/five-deployer-roles/variables.tf
T
2026-02-13 15:44:24 +08:00

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 {}