applications moved

This commit is contained in:
2023-01-30 15:03:15 +01:00
commit 46bb051ba8
3 changed files with 138 additions and 0 deletions

15
variables.tf Normal file
View File

@ -0,0 +1,15 @@
variable "server_ip" {
sensitive = true
type = string
}
variable "postgres_password" {
sensitive = true
type = string
}
variable "grafana_password" {
sensitive = true
type = string
}