Skip to content

Commit

Permalink
Merge pull request #25916 from galperinm/vnet-encryption-doc-update
Browse files Browse the repository at this point in the history
Update azurerm_virtual_network documentation to clarify encryption block supported values
  • Loading branch information
manicminer committed May 8, 2024
2 parents 4c5850d + 0f6f04f commit 706362d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/r/virtual_network.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ A `encryption` block supports the following:

* `enforcement` - (Required) Specifies if the encrypted Virtual Network allows VM that does not support encryption. Possible values are `DropUnencrypted` and `AllowUnencrypted`.

-> **NOTE:** Currently `AllowUnencrypted` is the only supported value for the `enforcement` property as `DropUnencrypted` is not yet in public preview or general availability. Please see the [official documentation](https://learn.microsoft.com/en-us/azure/virtual-network/virtual-network-encryption-overview#limitations) for more information.

---

The `subnet` block supports:
Expand Down

0 comments on commit 706362d

Please sign in to comment.