Update azure provider documentation.

pull/5110/head
Oleksandr Kushchenko 10 years ago committed by stack72
parent 8b4a366b43
commit a07005eacd

@ -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

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

Loading…
Cancel
Save