-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
azurerm_container_app_custom_domain errors if container app has private registry (secret set) #25196
Comments
Yeah - it looks like my PR didn't fix the issue as I hoped |
@AButler can you reopen this issue please? |
@fabrideci I don't have the ability to reopen the issue |
@fabrideci Thanks for reaching out! I will open this issue. I am going to close #25433 as a duplicate, since this issue is older and has the additional context with the previous PR not fixing it. |
@AButler, @fabrideci : I have created a pull request that hopefully will fix this problem. Perhaps you guys can give it a try and let me know? Thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Is there an existing issue for this?
Community Note
Terraform Version
1.7.4
AzureRM Provider Version
3.95.0
Affected Resource(s)/Data Source(s)
azurerm_container_app_custom_domain
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
The
azurerm_container_app_custom_domain
should correctly add the custom domain.Actual Behaviour
The
azurerm_container_app_custom_domain
fails to create. The logs seem to indicate it is because the registry secret is not resolved, presumably because theazurerm_container_app_custom_domain
is getting the container app in order to update it with the custom domain, but isn't retrieving the secret and then when updating isn't sending the secret back.Steps to Reproduce
terraform apply
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: