Merge branch 'alexgear-fix-azure-docs'

This commit is contained in:
stack72 2016-02-12 11:40:15 +00:00
commit 35cac85579
2 changed files with 1 additions and 2 deletions

View File

@ -20,7 +20,7 @@ Use the navigation to the left to read about the available resources.
``` ```
# Configure the Azure Provider # Configure the Azure Provider
provider "azure" { provider "azure" {
settings_file = "${file("credentials.publishsettings")}" publish_settings = "${file("credentials.publishsettings")}"
} }
# Create a web server # Create a web server

View File

@ -17,7 +17,6 @@ resource "azure_dns_server" "google-dns" {
name = "google" name = "google"
dns_address = "8.8.8.8" dns_address = "8.8.8.8"
} }
`
``` ```
## Argument Reference ## Argument Reference