From a07005eacd9def3eb91dc665d4bd051287abceb3 Mon Sep 17 00:00:00 2001 From: Oleksandr Kushchenko Date: Fri, 12 Feb 2016 13:08:10 +0200 Subject: [PATCH] Update azure provider documentation. --- website/source/docs/providers/azure/index.html.markdown | 2 +- website/source/docs/providers/azure/r/dns_server.html.markdown | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/website/source/docs/providers/azure/index.html.markdown b/website/source/docs/providers/azure/index.html.markdown index 0c8c09f28c..d7e6dcda43 100644 --- a/website/source/docs/providers/azure/index.html.markdown +++ b/website/source/docs/providers/azure/index.html.markdown @@ -20,7 +20,7 @@ Use the navigation to the left to read about the available resources. ``` # Configure the Azure Provider provider "azure" { - settings_file = "${file("credentials.publishsettings")}" + publish_settings = "${file("credentials.publishsettings")}" } # Create a web server diff --git a/website/source/docs/providers/azure/r/dns_server.html.markdown b/website/source/docs/providers/azure/r/dns_server.html.markdown index d9f3567c2d..aeb00d10e4 100644 --- a/website/source/docs/providers/azure/r/dns_server.html.markdown +++ b/website/source/docs/providers/azure/r/dns_server.html.markdown @@ -17,7 +17,6 @@ resource "azure_dns_server" "google-dns" { name = "google" dns_address = "8.8.8.8" } -` ``` ## Argument Reference