mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-09 01:07:27 +00:00
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com> Signed-off-by: Philip Laine <philip.laine@gmail.com>
6 lines
259 B
HCL
6 lines
259 B
HCL
resource "azurerm_container_registry" "this" {
|
|
name = "acrapps${random_pet.suffix.id}"
|
|
resource_group_name = azurerm_resource_group.this.name
|
|
location = azurerm_resource_group.this.location
|
|
sku = "Standard"
|
|
}
|