Skip to content

Commit

Permalink
Updated virtual_hub.html.markdown (#6033)
Browse files Browse the repository at this point in the history
Fixed Usage definition: resource_group >> resource_group_name
  • Loading branch information
antigithubcrap authored Mar 9, 2020
1 parent 515c15e commit e7b360e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/d/virtual_hub.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Uses this data source to access information about an existing Virtual Hub.

```hcl
data "azurerm_virtual_hub" "example" {
name = "example-hub"
resource_group = "example-resources"
name = "example-hub"
resource_group_name = "example-resources"
}
output "virtual_hub_id" {
Expand Down

0 comments on commit e7b360e

Please sign in to comment.