-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to azurerm provider version 4 #137
base: main
Are you sure you want to change the base?
Conversation
main.tf
Outdated
version = "0.3.1" | ||
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" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be changed before merging.
It requires this PR to be merged:
Azure/terraform-azurerm-avm-res-containerregistry-registry#95
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@zioproto, that PR is merged so maybe this PR can be included soon? :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tobiasehlert I know the PR is merged. I am waiting for the 0.4.0 release of terraform-azurerm-avm-res-containerregistry-registry
9f99005
to
b2b2bd9
Compare
83679fd
to
2874b34
Compare
This reverts commit 599d6e3.
2874b34
to
98e37e0
Compare
98e37e0
to
5c51a43
Compare
Description
Upgrade to azurerm provider version 4
Fixes #128
Closes #128
Type of Change
Checklist