Skip to content

Commit

Permalink
Doc FIx (#20378)
Browse files Browse the repository at this point in the history
  • Loading branch information
Threpio authored Feb 8, 2023
1 parent 83e6b54 commit e97825d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/load_test.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Manages a Load Test Service.
## Example Usage

```hcl
resource "azurerm_load_example" "example" {
resource "azurerm_load_test" "example" {
location = azurerm_resource_group.example.location
name = "example"
resource_group_name = azurerm_resource_group.example.name
Expand Down

0 comments on commit e97825d

Please sign in to comment.