{"id":50737579,"url":"https://github.com/schubergphilis-ep/terraform-azure-mcaf-functionapp","last_synced_at":"2026-06-10T15:01:55.291Z","repository":{"id":363817090,"uuid":"1265054345","full_name":"schubergphilis-ep/terraform-azure-mcaf-functionapp","owner":"schubergphilis-ep","description":"Azure Function App","archived":false,"fork":false,"pushed_at":"2026-06-10T12:42:44.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-10T14:17:44.841Z","etag":null,"topics":["azure","mcaf","terraform","terraform-module","vpfcloudbuildingblocksteam"],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/schubergphilis-ep.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-10T12:25:30.000Z","updated_at":"2026-06-10T12:42:47.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/schubergphilis-ep/terraform-azure-mcaf-functionapp","commit_stats":null,"previous_names":["schubergphilis-ep/terraform-azure-mcaf-functionapp"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/schubergphilis-ep/terraform-azure-mcaf-functionapp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schubergphilis-ep%2Fterraform-azure-mcaf-functionapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schubergphilis-ep%2Fterraform-azure-mcaf-functionapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schubergphilis-ep%2Fterraform-azure-mcaf-functionapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schubergphilis-ep%2Fterraform-azure-mcaf-functionapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/schubergphilis-ep","download_url":"https://codeload.github.com/schubergphilis-ep/terraform-azure-mcaf-functionapp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schubergphilis-ep%2Fterraform-azure-mcaf-functionapp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34157453,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["azure","mcaf","terraform","terraform-module","vpfcloudbuildingblocksteam"],"created_at":"2026-06-10T15:01:54.642Z","updated_at":"2026-06-10T15:01:55.286Z","avatar_url":"https://github.com/schubergphilis-ep.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- BEGIN_TF_DOCS --\u003e\n## Requirements\n\nNo requirements.\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_azurerm\"\u003e\u003c/a\u003e [azurerm](#provider\\_azurerm) | n/a |\n\n## Modules\n\nNo modules.\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [azurerm_app_service_plan.this](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/app_service_plan) | resource |\n| [azurerm_function_app.this](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/function_app) | resource |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_app_service_plan\"\u003e\u003c/a\u003e [app\\_service\\_plan](#input\\_app\\_service\\_plan) | Configuration for the App Service Plan. | \u003cpre\u003eobject({\u003cbr/\u003e    name = string\u003cbr/\u003e    sku = object({\u003cbr/\u003e      tier      = string\u003cbr/\u003e      size      = string\u003cbr/\u003e      capacity  = number\u003cbr/\u003e    })\u003cbr/\u003e  })\u003c/pre\u003e | n/a | yes |\n| \u003ca name=\"input_function_app\"\u003e\u003c/a\u003e [function\\_app](#input\\_function\\_app) | Configuration for the Function App. | \u003cpre\u003eobject({\u003cbr/\u003e    name                       = string\u003cbr/\u003e    storage_account_name       = string\u003cbr/\u003e    storage_account_access_key = string\u003cbr/\u003e    os_type                    = string\u003cbr/\u003e    version                    = string\u003cbr/\u003e    functions_worker_runtime   = string\u003cbr/\u003e    app_settings               = map(string)\u003cbr/\u003e  })\u003c/pre\u003e | n/a | yes |\n| \u003ca name=\"input_resource_group\"\u003e\u003c/a\u003e [resource\\_group](#input\\_resource\\_group) | The name and location of the resource group in which to create the resources. | \u003cpre\u003eobject({\u003cbr/\u003e    name     = string\u003cbr/\u003e    location = string\u003cbr/\u003e  })\u003c/pre\u003e | \u003cpre\u003e{\u003cbr/\u003e  \"location\": null,\u003cbr/\u003e  \"name\": null\u003cbr/\u003e}\u003c/pre\u003e | no |\n| \u003ca name=\"input_tags\"\u003e\u003c/a\u003e [tags](#input\\_tags) | A map of tags to assign to the resource. | `map(string)` | `{}` | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_app_service_plan_id\"\u003e\u003c/a\u003e [app\\_service\\_plan\\_id](#output\\_app\\_service\\_plan\\_id) | The ID of the App Service Plan |\n| \u003ca name=\"output_function_app_id\"\u003e\u003c/a\u003e [function\\_app\\_id](#output\\_function\\_app\\_id) | The ID of the Function App |\n| \u003ca name=\"output_resource_group_id\"\u003e\u003c/a\u003e [resource\\_group\\_id](#output\\_resource\\_group\\_id) | The ID of the Resource Group |\n\u003c!-- END_TF_DOCS --\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschubergphilis-ep%2Fterraform-azure-mcaf-functionapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschubergphilis-ep%2Fterraform-azure-mcaf-functionapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschubergphilis-ep%2Fterraform-azure-mcaf-functionapp/lists"}