Skip to content

Commit

Permalink
Update azure provider documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
okushchenko authored and joshmyers committed Feb 18, 2016
1 parent d06be14 commit 3ed2e1b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion website/source/docs/providers/azure/index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ resource "azure_dns_server" "google-dns" {
name = "google"
dns_address = "8.8.8.8"
}
`
```

## Argument Reference
Expand Down

0 comments on commit 3ed2e1b

Please sign in to comment.