When attempting to deploy an Azure Container App using Terraform, I encounter the error message:
Cannot remove secrets from Container Apps at this time due to a
limitation in the Container Apps Service. Please see
https://github.com/microsoft/azure-container-apps/issues/395 for more
details.
Despite not attempting to directly modify any secrets, I’m unable to proceed with the deployment. The closed issue they are mentioning here seems to be related to the problem. But didn’t help much. This is something that suddenly started happening without any changes to the code as well.
I’m using the terraform version – 3.101.0
How can I get this issue resolved?