Skip to content

Commit

Permalink
DOCS: Fixes typo in storage_account_sas example (#1300)
Browse files Browse the repository at this point in the history
  • Loading branch information
r7vme authored and tombuildsstuff committed May 25, 2018
1 parent 59f8415 commit a4001cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/d/storage_account_sas.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ data "azurerm_storage_account_sas" "test" {
}
output "sas_url_query_string" {
value = "${data.azurerm_storage_account_sas.sas}"
value = "${data.azurerm_storage_account_sas.test.sas}"
}
```

Expand Down

0 comments on commit a4001cf

Please sign in to comment.