Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghostinthewires/terraform-azurerm-iis-install
This module quickly installs IIS on an Azure VM
https://github.com/ghostinthewires/terraform-azurerm-iis-install
Last synced: 7 days ago
JSON representation
This module quickly installs IIS on an Azure VM
- Host: GitHub
- URL: https://github.com/ghostinthewires/terraform-azurerm-iis-install
- Owner: ghostinthewires
- License: apache-2.0
- Created: 2018-10-16T10:11:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-08T15:16:43.000Z (almost 6 years ago)
- Last Synced: 2024-08-02T00:26:23.675Z (3 months ago)
- Language: HCL
- Size: 6.84 KB
- Stars: 6
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-terraform - terraform-azurerm-iis - Install IIS Server on Azure VM instance. (Community Modules / Miscellaneous)
- awesome-tf - terraform-azurerm-iis - Install IIS Server on Azure VM instance. (Community Modules / Miscellaneous)
README
# 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](https://www.terraform.io/docs/providers/azurerm/r/virtual_machine_extension.html)).## Running this Example
Initialize the modules (and download the Azure Provider) by running `terraform init`:
```bash
$ 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](https://www.terraform.io/docs/providers/azurerm/index.html)
Once you've initialized the Provider - you can run the sample by running:
```bash
$ terraform apply
```
## AuthorsOriginally created by [ghostinthewires](https://github.com/ghostinthewires)