mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Update azure provider documentation.
This commit is contained in:
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…
Reference in New Issue
Block a user