зеркало из https://github.com/Azure/terraform.git
ece38850c7 | ||
---|---|---|
.. | ||
main.tf | ||
output.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
- random_pet
- azurerm_resource_group
- azurerm_virtual_network
- azurerm_network_security_group
- azurerm_subnet
- azurerm_subnet_network_security_group_association
- azurerm_private_dns_zone
- azurerm_private_dns_zone_virtual_network_link
- azurerm_postgresql_flexible_server
- azurerm_postgresql_flexible_server_database
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.