Skip to content

Commit

Permalink
docs - whitespace fixup doc fmt for linter (hashicorp#26755)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackofallops authored Jul 24, 2024
1 parent 978ee57 commit ad5845f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/functions/normalise_resource_id.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ output "test" {
## Example - Import
```hcl
import {
id = provider::azurerm::normalise_resource_id("/Subscriptions/12345678-1234-9876-4563-123456789012/resourcegroups/import-example")
to = azurerm_resource_group.test
id = provider::azurerm::normalise_resource_id("/Subscriptions/12345678-1234-9876-4563-123456789012/resourcegroups/import-example")
to = azurerm_resource_group.test
}
resource "azurerm_resource_group" "test" {
Expand All @@ -48,4 +48,4 @@ normalise_resource_id(id string) string

## Arguments

1. `id` (String) Azure Resource Manager ID.
1. `id` (String) Azure Resource Manager ID.

0 comments on commit ad5845f

Please sign in to comment.