initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
variable "role_session_name" {
|
||||
description = "The role session name"
|
||||
type = string
|
||||
default = "tf_awscli"
|
||||
}
|
||||
|
||||
variable account_id {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable role_name {
|
||||
type = string
|
||||
}
|
||||
Reference in New Issue
Block a user