Skip to content

kokosnuss/terraform-azurerm-webserver

Repository files navigation

terraform-azurerm-webserver

This will install a simple web app on Azure. You need a resource group and a storage account.

Requirements

Name Version
azurerm ~> 4.13

Providers

Name Version
azurerm 4.13.0

Modules

No modules.

Resources

Name Type
azurerm_linux_web_app.getting_started resource
azurerm_service_plan.getting_started resource
azurerm_resource_group.rg data source
azurerm_storage_account.sa data source
azurerm_subscription.current data source

Inputs

Name Description Type Default Required
azurerm_storage_use_azuread Should the AzureRM Provider use AzureAD to connect to the Storage Blob & Queue APIs, rather than the SharedKey from the Storage Account bool true no
resource_group_name Resource Group in der Ressourcen angelegt werden string n/a yes
storage_account_name Name des Stroage ASccounts von dem Dateien gehostet werden sollen string n/a yes
web_app_name Name der Web-App string n/a yes

Outputs

Name Description
hostname URL unter der der Webserver öffentlich verfügbar ist

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages