You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Terraform Version
Terraform v0.11.7
provider.azurerm v1.12.0
Affected Resource(s)
azurerm_function_app
Expected Behavior
I should be able to enter a specific version such as 2.0.11933-alpha. Currently I have to do this manually in the Azure portal. We currently can't use beta, because that version is broken for NodeJS deployments at the moment.
Actual Behavior
The following error is shown: expected version to be one of [~1 beta], got 2.0.11933-alpha.
I suggest to either remove the validation or adjust it so that you can specify values other than ~1 and beta.
What's frustrating about this bug is that when I change the version on Azure and I run terraform apply whith beta as the version, TF wants to revert:
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.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!
ghost
locked and limited conversation to collaborators
Mar 5, 2019
Community Note
Terraform Version
Terraform v0.11.7
Affected Resource(s)
Expected Behavior
I should be able to enter a specific version such as
2.0.11933-alpha
. Currently I have to do this manually in the Azure portal. We currently can't usebeta
, because that version is broken for NodeJS deployments at the moment.Actual Behavior
The following error is shown:
expected version to be one of [~1 beta], got 2.0.11933-alpha
.I suggest to either remove the validation or adjust it so that you can specify values other than
~1
andbeta
.What's frustrating about this bug is that when I change the version on Azure and I run
terraform apply
whithbeta
as the version, TF wants to revert:So I have to manually go in and change it back again each time I deploy changes. Is there a workaround to disable validations until it is fixed?
The text was updated successfully, but these errors were encountered: