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 17, 2024
1 parent b70a9e1 commit 98e37e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ The following Modules are called:

Source: github.com/zioproto/terraform-azurerm-avm-res-containerregistry-registry

Version: provider-v4
Version:

<!-- markdownlint-disable-next-line MD041 -->
## Data Collection
Expand Down
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 98e37e0

Please sign in to comment.