Skip to content

Commit

Permalink
Point to main branch of terraform-azurerm-avm-res-containerregistry-r…
Browse files Browse the repository at this point in the history
…egistry
  • Loading branch information
zioproto committed Dec 16, 2024
1 parent cd487a7 commit 83679fd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions main.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
module "avm_res_containerregistry_registry" {
for_each = toset(var.acr == null ? [] : ["acr"])
# point to https://github.com/zioproto/terraform-azurerm-avm-res-containerregistry-registry/tree/provider-v4
source = "github.com/zioproto/terraform-azurerm-avm-res-containerregistry-registry?ref=provider-v4"
source = "github.com/zioproto/terraform-azurerm-avm-res-containerregistry-registry"
#source = "Azure/avm-res-containerregistry-registry/azurerm"
#version = "0.3.1"
#version = "0.4.0"
name = var.acr.name
location = var.location
resource_group_name = var.resource_group_name
Expand Down

0 comments on commit 83679fd

Please sign in to comment.