terraform/quickstart/201-postgresql-fs-db
github-actions[bot] 4509b7454a Update TestRecord 2024-11-24 03:21:22 +00:00
..
TestRecord.md Update TestRecord 2024-11-24 03:21:22 +00:00
main.tf
outputs.tf
postgresql-fs-db.tf
providers.tf
readme.md
variables.tf

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.