Skip to content

Commit

Permalink
Creation Data -> Creation Date (#1548)
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff authored Jul 12, 2018
1 parent 165a5a5 commit a08bfd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/r/sql_database.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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/).

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a08bfd1

Please sign in to comment.