forked from Azure/terraform-azurerm-computegroup
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to 1.0 provider, latest script extensions (Azure#11)
* provider 1.0, script extensions latest * valid default cmd_extension * azurerm provider 1.0 * Remove unused variable * Update to 2.0 script extension * Fix lb ports * Minor fixes * fix lint
- Loading branch information
1 parent
58e04e3
commit bf71c7c
Showing
4 changed files
with
38 additions
and
49 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
provider "azurerm" { | ||
version = "~> 0.3" | ||
version = "~> 1.0" | ||
} | ||
|
||
module "network" { | ||
|
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