Skip to content
This repository has been archived by the owner on Jun 22, 2021. It is now read-only.

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kumarvit committed Jun 28, 2020
1 parent 64ec10b commit 1ec6332
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Binary file modified graph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -517,8 +517,9 @@ resource "azurerm_monitor_diagnostic_setting" "lb-pip" {
}
}


## Testing for loadblancer
#-----------------------------------------------------------
# Install IIS web server in every Instance in VM scale sets
#-----------------------------------------------------------
resource "azurerm_virtual_machine_scale_set_extension" "vmss_iis" {
count = var.intall_iis_server_on_instances && var.os_flavor == "windows" ? 1 : 0
name = "install-iis"
Expand Down

0 comments on commit 1ec6332

Please sign in to comment.