/terraform-azurerm-iis-install

This module quickly installs IIS on an Azure VM

Primary LanguageHCLApache License 2.0Apache-2.0

terraform-azurerm-iis-install

This module quickly installs IIS on an Azure VM using a Virtual Machine Extension in Terraform (using the azurerm_virtual_machine_extension resource).

Running this Example

Initialize the modules (and download the Azure Provider) by running terraform init:

$ terraform init

In order to run this example you'll need some kind of credentials configured - either a Service Principal or to be logged into the Azure CLI. You can find out more about this on the Azure Provider overview page

Once you've initialized the Provider - you can run the sample by running:

$ terraform apply

Authors

Originally created by ghostinthewires