Update azure provider documentation.

This commit is contained in:
Oleksandr Kushchenko 2016-02-12 13:08:10 +02:00 committed by stack72
parent 8b4a366b43
commit a07005eacd
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