Add example for PostgreSQL Flexible Server Database

This commit is contained in:
neil-yechenwei
2022-02-07 13:23:28 +08:00
parent 48a25a1440
commit ad42d646d8
5 changed files with 308 additions and 0 deletions

View File

@ -0,0 +1,11 @@
variable "environment" {
default = "dev"
}
variable "name" {
default = "demo-postgresql-fs"
}
variable "location" {
default = "West Europe"
}