Created
May 10, 2020 08:55
-
-
Save PradeepLoganathan/84dd91dce168028be109f6aa9d8ec96a to your computer and use it in GitHub Desktop.
Azure terraform provider
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
| provider "azurerm" { | |
| version = "=2.8.0" | |
| features {} | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment