Skip to content

canada-ca-terraform-modules/terraform-azurerm-caf-linux-function-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

No requirements.

Providers

Name Version
azurerm n/a

Modules

Name Source Version
storage_account github.com/canada-ca-terraform-modules/terraform-azurerm-caf-storage_accountV2.git v1.0.5

Resources

Name Type
azurerm_linux_function_app.linux-function resource

Inputs

Name Description Type Default Required
asp Object containing a map of name and ID for the App Service Plan in the target subscription any null no
env (Required) Env part of the name of the function app string n/a yes
group (Required) Group part of the name of the function app string n/a yes
linux_function Object description all the function parameters any {} no
location Azure location where the function will be located string "canadacentral" no
project (Required) Project part of the name of the function app string n/a yes
resource_groups (Required) List of resource groups in the target project any null no
subnets Object containing subnet objects of the target project any {} no
tags Tags to be applied to the function app map(string) {} no
userDefinedString (Required) UserDefinedString part of the name of the function app string n/a yes

Outputs

Name Description
linux_function_app_id Outputs the function app id
linux_function_app_name Outputs the function app name
linux_function_app_object Outputs the entire function app object

About

Linux Function Apps for L2 deployment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages