We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Error: provider.azurerm: "features": required field is not set
Appears to be due to azurerm 2.0 change. proposed fix is to add the features clause or to pin version to 1.44.
quick google turned up: https://stackoverflow.com/questions/60384689/terraform-azurerm-2-x-error-features-required-field-is-not-set
The text was updated successfully, but these errors were encountered:
fix for wwce#23
ebbc0a3
fixes for wwce#23 for webinDeploy
80a60ca
No branches or pull requests
Error: provider.azurerm: "features": required field is not set
Appears to be due to azurerm 2.0 change. proposed fix is to add the features clause or to pin
version to 1.44.
quick google turned up:
https://stackoverflow.com/questions/60384689/terraform-azurerm-2-x-error-features-required-field-is-not-set
The text was updated successfully, but these errors were encountered: