Created
February 28, 2022 20:41
-
-
Save youssef-chtourou/4a0186100f907c4a5145dc6b249b6c42 to your computer and use it in GitHub Desktop.
Providers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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