Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save youssef-chtourou/4a0186100f907c4a5145dc6b249b6c42 to your computer and use it in GitHub Desktop.
Save youssef-chtourou/4a0186100f907c4a5145dc6b249b6c42 to your computer and use it in GitHub Desktop.
Providers
# Configure the Azure provider
terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 2.65"
}
}
required_version = ">= 0.14.7"
}
provider "azurerm" {
features {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment