Last active
April 5, 2020 14:17
-
-
Save AymenSegni/bd94503bb08822bdfd1ab63cebff3bc4 to your computer and use it in GitHub Desktop.
This file contains 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
terraform { | |
backend "azurerm" {} | |
} | |
provider "azurerm" { | |
version = "~> 2.4" | |
features {} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment