Terraform Warning: “Version constraints inside provider configuration blocks are deprecated” fix
A quick blog post on how to resolve the Terraform warning Warning: Version constraints inside provider configuration blocks are deprecated within your Terraform configuration. The fix below is in relation to azurerm provider, but similar fix can be used for other providers. Using Terraform version > 0.13, you will see this warning with similar output … Read more