Skip to content

Commit 35cac85

Browse files
committed
Merge branch 'alexgear-fix-azure-docs'
2 parents 8b4a366 + a07005e commit 35cac85

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

website/source/docs/providers/azure/index.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Use the navigation to the left to read about the available resources.
2020
```
2121
# Configure the Azure Provider
2222
provider "azure" {
23-
settings_file = "${file("credentials.publishsettings")}"
23+
publish_settings = "${file("credentials.publishsettings")}"
2424
}
2525
2626
# Create a web server

website/source/docs/providers/azure/r/dns_server.html.markdown

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ resource "azure_dns_server" "google-dns" {
1717
name = "google"
1818
dns_address = "8.8.8.8"
1919
}
20-
`
2120
```
2221

2322
## Argument Reference

0 commit comments

Comments
 (0)