terraform.aws-baseline-infra/modules/security_identity_compliance/five-deployer-roles/variables.tf

12 lines
267 B
Terraform
Raw Normal View History

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