From 01ad95c3c2045d168d8fa99520d836a3213a283f Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Wed, 3 May 2017 06:04:09 +0100 Subject: [PATCH] Fixing a typo `creation_data` -> `creation_date` --- .../docs/providers/azurerm/r/sql_elasticpool.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/azurerm/r/sql_elasticpool.html.markdown b/website/source/docs/providers/azurerm/r/sql_elasticpool.html.markdown index 6b98eeed07..e5002135e4 100644 --- a/website/source/docs/providers/azurerm/r/sql_elasticpool.html.markdown +++ b/website/source/docs/providers/azurerm/r/sql_elasticpool.html.markdown @@ -72,4 +72,4 @@ The following attributes are exported: * `id` - The SQL Elastic Pool ID. -* `creation_data` - The creation date of the SQL Elastic Pool. +* `creation_date` - The creation date of the SQL Elastic Pool.