Skip to content

Commit

Permalink
[UPDATE] linter
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyTobi committed May 10, 2022
1 parent a0a9fa1 commit 929c187
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1229,7 +1229,7 @@ resource "azurerm_virtual_network_gateway_connection" "test" {
enable_bgp = true
custom_bgp_addresses {
primary = "169.254.21.2"
primary = "169.254.21.2"
secondary = "169.254.21.6"
}
}
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/disk_sas_token.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ Disk SAS Token can be imported using the `resource id`, e.g.

```shell
terraform import azurerm_managed_disk_sas_token.example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/microsoft.compute/disks/manageddisk1
```
```

0 comments on commit 929c187

Please sign in to comment.