terraform/quickstart/201-postgresql-fs-db
neil-yechenwei ece38850c7 update code 2022-02-17 13:40:25 +08:00
..
main.tf update code 2022-02-17 12:14:23 +08:00
output.tf update code 2022-02-17 13:36:44 +08:00
postgresql-fs-db.tf update code 2022-02-17 12:14:23 +08:00
providers.tf update code 2022-02-17 12:14:23 +08:00
readme.md update code 2022-02-17 12:16:39 +08:00
variables.tf update code 2022-02-17 13:40:25 +08:00

readme.md

Azure PostgreSQL Flexible Server Database

This template deploys an Azure PostgreSQL Flexible Server Database.

Terraform resource types

Variables

Name Description
name_prefix (Optional) Prefix of the resource name. Value defaults to: postgresqlfs
location (Optional) Azure Region in which to deploy these resources. Value defaults to: eastus

Example

To see how to run this example, see Create an Azure PostgreSQL Flexible Server Database using Terraform.