Skip to content

Commit

Permalink
Adding container registry
Browse files Browse the repository at this point in the history
  • Loading branch information
twerthi committed Aug 16, 2023
1 parent 5110309 commit 395abda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resource "azurerm_container_registry" "acr" {
name = "Samples-ACR"
name = "Samples"
resource_group_name = azurerm_resource_group.permanent.name
location = azurerm_resource_group.permanent.location
sku = "Basic"
Expand Down

0 comments on commit 395abda

Please sign in to comment.