From 3d3dfcdacb0443d51fbe1430d2523e009ae3fce2 Mon Sep 17 00:00:00 2001 From: tombuildsstuff Date: Thu, 12 Jul 2018 10:56:20 +0200 Subject: [PATCH] Creation Data -> Creation Date --- website/docs/r/sql_database.html.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/r/sql_database.html.markdown b/website/docs/r/sql_database.html.markdown index 8bfacf83daa9..cd0387dc4f8c 100644 --- a/website/docs/r/sql_database.html.markdown +++ b/website/docs/r/sql_database.html.markdown @@ -19,7 +19,7 @@ resource "azurerm_resource_group" "test" { } resource "azurerm_sql_server" "test" { - name = "mysqlserver" + name = "mysqlserver" resource_group_name = "${azurerm_resource_group.test.name}" location = "West US" version = "12.0" @@ -60,7 +60,7 @@ The following arguments are supported: * `edition` - (Optional) The edition of the database to be created. Applies only if `create_mode` is `Default`. Valid values are: `Basic`, `Standard`, `Premium`, or `DataWarehouse`. Please see [Azure SQL Database Service Tiers](https://azure.microsoft.com/en-gb/documentation/articles/sql-database-service-tiers/). -* `collation` - (Optional) The name of the collation. Applies only if `create_mode` is `Default`. Azure default is `SQL_LATIN1_GENERAL_CP1_CI_AS`. Changing this forces a new resource to be created. +* `collation` - (Optional) The name of the collation. Applies only if `create_mode` is `Default`. Azure default is `SQL_LATIN1_GENERAL_CP1_CI_AS`. Changing this forces a new resource to be created. * `max_size_bytes` - (Optional) The maximum size that the database can grow to. Applies only if `create_mode` is `Default`. Please see [Azure SQL Database Service Tiers](https://azure.microsoft.com/en-gb/documentation/articles/sql-database-service-tiers/). @@ -90,7 +90,7 @@ The following arguments are supported: The following attributes are exported: * `id` - The SQL Database ID. -* `creation_data` - The creation date of the SQL Database. +* `creation_date` - The creation date of the SQL Database. * `default_secondary_location` - The default secondary location of the SQL Database. ## Import