providers.tf 136 B

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