First commit
This commit is contained in:
15
variables.tf
Normal file
15
variables.tf
Normal file
@@ -0,0 +1,15 @@
|
||||
variable "POSTGRES_USER" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "POSTGRES_PASSWORD" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "VELA_USER" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "VELA_PASSWORD" {
|
||||
type = string
|
||||
}
|
||||
Reference in New Issue
Block a user