initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
/* 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 {}
|
||||
Reference in New Issue
Block a user