applications moved
This commit is contained in:
15
variables.tf
Normal file
15
variables.tf
Normal 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
|
||||
}
|
||||
|
Reference in New Issue
Block a user