Skip to content

Commit

Permalink
Update nat_gateway.html.markdown (hashicorp#28142)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcle0463 authored Dec 2, 2024
1 parent 01a34ae commit 815f252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/nat_gateway.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ resource "azurerm_resource_group" "example" {
}
resource "azurerm_nat_gateway" "example" {
name = "nat-Gateway"
name = "nat-gateway"
location = azurerm_resource_group.example.location
resource_group_name = azurerm_resource_group.example.name
sku_name = "Standard"
Expand Down

0 comments on commit 815f252

Please sign in to comment.