added terrafrom configs
This commit is contained in:
9
000000000000/iam/roles/variables.tf
Normal file
9
000000000000/iam/roles/variables.tf
Normal file
@@ -0,0 +1,9 @@
|
||||
variable "region" {
|
||||
type = string
|
||||
default = "eu-west-1"
|
||||
}
|
||||
|
||||
variable "prod_account_id" {
|
||||
type = string
|
||||
default = "184100688147"
|
||||
}
|
||||
Reference in New Issue
Block a user