Skip to content

Commit

Permalink
notificationhub: fixing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff committed Feb 13, 2020
1 parent 4483bd5 commit daf2d68
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ resource "azurerm_notification_hub" "import" {
namespace_name = azurerm_notification_hub.test.namespace_name
resource_group_name = azurerm_notification_hub.test.resource_group_name
location = azurerm_notification_hub.test.location
sku_name = azurerm_notification_hub.test.sku_name
}
`, template)
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ resource "azurerm_notification_hub_namespace" "example" {
resource_group_name = azurerm_resource_group.example.name
location = azurerm_resource_group.example.location
namespace_type = "NotificationHub"
sku_name = "Free"
sku_name = "Free"
}
resource "azurerm_notification_hub" "example" {
Expand Down
3 changes: 1 addition & 2 deletions website/docs/r/notification_hub_namespace.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ resource "azurerm_notification_hub_namespace" "example" {
resource_group_name = azurerm_resource_group.example.name
location = azurerm_resource_group.example.location
namespace_type = "NotificationHub"
sku_name = "Free"
sku_name = "Free"
}
```

Expand Down

0 comments on commit daf2d68

Please sign in to comment.