providers.tf 138 B

12345678910111213
  1. terraform {
  2. required_providers {
  3. azurerm = {
  4. source = "hashicorp/azurerm"
  5. }
  6. }
  7. }
  8. provider "azurerm" {
  9. features {}
  10. }