john0isaac / simple-flask-app-terraform

A simple Python Flask server (classroom example). Designed to be run with Flask locally and deployed to Azure App service.
0 stars 1 forks source link

Terraform provider version for AzureRM & AzureCAF to be updated #9

Closed p9139010 closed 4 weeks ago

p9139010 commented 2 months ago

azurerm-version - 3.47 no more available for deploying. have tried updating to 3.106 and azure caf version - 1.2.28. works fine. but haven't tried all the database or app insights. better to check the version before merging.

required_providers { azurerm = { version = "~>3.106.0" source = "hashicorp/azurerm" } azurecaf = { source = "aztfmod/azurecaf" version = "~>1.2.28" }

john0isaac commented 2 months ago

Thank you for flagging, will work on a fix soon.