First commit

This commit is contained in:
2025-01-27 17:26:43 -06:00
commit bedae897ca
9 changed files with 84 additions and 0 deletions

15
variables.tf Normal file
View 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
}