Add example for PostgreSQL Flexible Server Database
This commit is contained in:
11
quickstart/201-postgresql-fs-db/variables.tf
Normal file
11
quickstart/201-postgresql-fs-db/variables.tf
Normal file
@ -0,0 +1,11 @@
|
||||
variable "environment" {
|
||||
default = "dev"
|
||||
}
|
||||
|
||||
variable "name" {
|
||||
default = "demo-postgresql-fs"
|
||||
}
|
||||
|
||||
variable "location" {
|
||||
default = "West Europe"
|
||||
}
|
Reference in New Issue
Block a user