Skip to content

Commit

Permalink
Merge branch 'alexgear-fix-azure-docs'
Browse files Browse the repository at this point in the history
  • Loading branch information
stack72 committed Feb 12, 2016
2 parents 8b4a366 + a07005e commit 35cac85
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 35cac85

Please sign in to comment.