Skip to content

Commit

Permalink
Updated policy section to clarify usage (#4433)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanpaulsmit authored and katbyte committed Oct 15, 2019
1 parent 0740e7b commit d8fefed
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions website/docs/r/api_management.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@ resource "azurerm_api_management" "test" {
publisher_email = "[email protected]"
sku_name = "Developer_1"
policy {
xml_content = <<XML
<policies>
<inbound />
<backend />
<outbound />
<on-error />
</policies>
XML
}
}
```

Expand Down

0 comments on commit d8fefed

Please sign in to comment.