terraform/quickstart/201-mysql-fs-db
Tom Archer b6f52f38d3 changes per tech review 2022-08-28 23:30:10 -07:00
..
main.tf changes per tech review 2022-08-28 23:30:10 -07:00
mysql-fs-db.tf changes per tech review 2022-08-28 23:30:10 -07:00
outputs.tf changes per tech review 2022-08-28 23:30:10 -07:00
providers.tf changes per tech review 2022-08-28 23:30:10 -07:00
readme.md readme files 2022-08-28 09:12:59 -07:00
variables.tf readme files 2022-08-28 09:12:59 -07:00

readme.md

Azure MySQL Flexible Server Database

This template deploys an Azure MySQL Flexible Server Database.

Terraform resource types

Variables

Name Description Default
resource_group_name_prefix (Optional) Prefix of the resource group name that's combined with a random ID so name is unique in your Azure subscription. Value defaults to: rg
resource_group_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 MySQL Flexible Server Database using Terraform.