Skip to content

Commit f5fb586

Browse files
committed
terrafmt
1 parent f8f9648 commit f5fb586

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

website/docs/r/container_registry.html.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ resource "azurerm_container_registry" "acr" {
2929
sku = "Premium"
3030
admin_enabled = false
3131
georeplications {
32-
location = "East US"
33-
tags = {}
32+
location = "East US"
33+
tags = {}
3434
}
3535
georeplications {
36-
location = "North Europe"
37-
tags = {}
36+
location = "North Europe"
37+
tags = {}
3838
}
3939
}
4040
```

0 commit comments

Comments
 (0)