{"id":21639744,"url":"https://github.com/dasmeta/terraform-azure-app-gw","last_synced_at":"2026-05-17T13:03:37.209Z","repository":{"id":103060461,"uuid":"528359967","full_name":"dasmeta/terraform-azure-app-gw","owner":"dasmeta","description":"Terraform modules from DasMeta to manage Azure Application Gateway and related resources","archived":false,"fork":false,"pushed_at":"2024-03-13T13:39:24.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-01T03:16:52.683Z","etag":null,"topics":["application-gateway","azure","terraform"],"latest_commit_sha":null,"homepage":"https://www.dasmeta.com","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/dasmeta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-08-24T09:48:37.000Z","updated_at":"2022-10-22T11:44:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"68f1bd59-9f12-44d7-a4bd-2f131f7aa5ed","html_url":"https://github.com/dasmeta/terraform-azure-app-gw","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dasmeta%2Fterraform-azure-app-gw","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dasmeta%2Fterraform-azure-app-gw/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dasmeta%2Fterraform-azure-app-gw/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dasmeta%2Fterraform-azure-app-gw/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dasmeta","download_url":"https://codeload.github.com/dasmeta/terraform-azure-app-gw/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244339044,"owners_count":20437169,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["application-gateway","azure","terraform"],"created_at":"2024-11-25T04:14:56.154Z","updated_at":"2026-05-17T13:03:32.174Z","avatar_url":"https://github.com/dasmeta.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"This module creates Application Gateway associated with a Public IP and with a Subnet in Azure.\n\n## Usage\n```\nmodule \"app_gw\" {\n  source = \"../terraform-azure-app-gw\"\n\n  location            = local.location\n  resource_group_name = local.resource_group_name\n  app_gw_name                = \"applicationGateway\"\n\n  public_ip_name = \"appGwPublicIP\"\n  subnet_id = \"subnet_id\n  backend_address_pools = [\n    {\n        name = \"bepool\"\n    },\n  ]\n\n  backend_http_settings = [\n    {\n        cookie_based_affinity = \"Disabled\"\n        name                  = \"setting\"\n        port                  = 80\n        protocol              = \"Http\"\n    },\n  ]\n  \n  frontend_ip_configuration_name = \"appGatewayFrontendIP\"\n\n  frontend_port = [\n    {\n        name = \"httpsPort\"\n        port = 443\n    },\n    {\n        name = \"httpPort\"\n        port = 80\n    },\n  ]\n\n  http_listener = [\n    {\n        frontend_ip_configuration_name = \"appGatewayFrontendIP\"\n        frontend_port_name             = \"httpPort\"\n        name                           = \"httpListener\"\n        protocol                       = \"Http\"\n    }\n  ]\n\n  request_routing_rule = [\n      {\n        backend_address_pool_name  = \"bepool\"\n        backend_http_settings_name = \"setting\"\n        http_listener_name         = \"httpListener\"\n        name                       = \"rule1\"\n        priority                   = 10010\n        rule_type                  = \"Basic\"\n      }\n  ]\n\n  sku = {\n    capacity = 2\n    size     = \"Standard_v2\"\n    tier     = \"Standard_v2\"\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdasmeta%2Fterraform-azure-app-gw","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdasmeta%2Fterraform-azure-app-gw","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdasmeta%2Fterraform-azure-app-gw/lists"}