From 74cf5beef08b82916cfef47596be37de4dca0526 Mon Sep 17 00:00:00 2001 From: tombuildsstuff Date: Tue, 9 Jan 2018 11:21:43 +0000 Subject: [PATCH] Adding a disclaimer about `allow access to azure services` Fixes #275 --- website/docs/r/sql_firewall_rule.html.markdown | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/website/docs/r/sql_firewall_rule.html.markdown b/website/docs/r/sql_firewall_rule.html.markdown index e2d1586bdd30..9b8bd6046498 100644 --- a/website/docs/r/sql_firewall_rule.html.markdown +++ b/website/docs/r/sql_firewall_rule.html.markdown @@ -6,7 +6,7 @@ description: |- Create a SQL Firewall Rule. --- -# azurerm\_sql\_firewall\_rule +# azurerm_sql_firewall_rule Allows you to manage an Azure SQL Firewall Rule @@ -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" @@ -50,6 +50,8 @@ The following arguments are supported: * `end_ip_address` - (Required) The ending IP address to allow through the firewall for this rule. +-> **NOTE:** The Azure feature `Allow access to Azure services` can be enabled by setting `start_ip_address` and `end_ip_address` to `0.0.0.0` which ([is documented in the Azure API Docs](https://docs.microsoft.com/en-us/rest/api/sql/firewallrules/createorupdate)). + ## Attributes Reference The following attributes are exported: