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 395abda commit e2c4f1b
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"
name = "OctopusSamples"
resource_group_name = azurerm_resource_group.permanent.name
location = azurerm_resource_group.permanent.location
sku = "Basic"
Expand Down

0 comments on commit e2c4f1b

Please sign in to comment.