Multi ENV deploy working on dev and prod
This commit is contained in:
9
variable.tf
Normal file
9
variable.tf
Normal file
@@ -0,0 +1,9 @@
|
||||
variable "region" {
|
||||
type = string
|
||||
default = "eu-west-1"
|
||||
}
|
||||
|
||||
variable "env" {
|
||||
type = string
|
||||
default = "dev"
|
||||
}
|
||||
Reference in New Issue
Block a user