Skip to content

Commit

Permalink
doc: fix document of dedicated_hardware_security_module should re…
Browse files Browse the repository at this point in the history
…ference to a Standard public ip (#27090)

* fix document

* omit sku
  • Loading branch information
wuxu92 authored Aug 19, 2024
1 parent 13538dc commit 25812bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ resource "azurerm_public_ip" "example" {
name = "example-pip"
location = azurerm_resource_group.example.location
resource_group_name = azurerm_resource_group.example.name
allocation_method = "Dynamic"
allocation_method = "Static"
}
resource "azurerm_virtual_network_gateway" "example" {
Expand Down

0 comments on commit 25812bc

Please sign in to comment.