This repository has been archived on 2024-04-25. You can view files and clone it, but cannot push or open issues or pull requests.
python-azure-example/terraform/providers.tf
2024-03-01 15:11:34 +01:00

12 lines
161 B
HCL

terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.94.0"
}
}
}
provider "azurerm" {
features {}
}