{"id":18579003,"url":"https://github.com/libre-devops/powershell-dsc-configurations","last_synced_at":"2026-02-27T04:03:58.011Z","repository":{"id":118714118,"uuid":"498087109","full_name":"libre-devops/powershell-dsc-configurations","owner":"libre-devops","description":"A repo used to host PowerShell DSC examples","archived":false,"fork":false,"pushed_at":"2022-05-30T20:25:21.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-26T14:41:51.162Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/libre-devops.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"publiccode":null,"codemeta":null}},"created_at":"2022-05-30T20:25:19.000Z","updated_at":"2022-05-30T20:25:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"1c577400-0c67-4d5d-babe-290a0d25b2aa","html_url":"https://github.com/libre-devops/powershell-dsc-configurations","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"libre-devops/terraform-module-template","purl":"pkg:github/libre-devops/powershell-dsc-configurations","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libre-devops%2Fpowershell-dsc-configurations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libre-devops%2Fpowershell-dsc-configurations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libre-devops%2Fpowershell-dsc-configurations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libre-devops%2Fpowershell-dsc-configurations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/libre-devops","download_url":"https://codeload.github.com/libre-devops/powershell-dsc-configurations/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libre-devops%2Fpowershell-dsc-configurations/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29884515,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T23:51:21.483Z","status":"online","status_checked_at":"2026-02-27T02:00:06.759Z","response_time":57,"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":[],"created_at":"2024-11-06T23:38:34.380Z","updated_at":"2026-02-27T04:03:57.991Z","avatar_url":"https://github.com/libre-devops.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"```hcl\nmodule \"plan\" {\n  source = \"registry.terraform.io/libre-devops/service-plan/azurerm\"\n\n  rg_name  = module.rg.rg_name\n  location = module.rg.rg_location\n  tags     = module.rg.rg_tags\n  \n  app_service_plan_name          = \"plan-${var.short}-${var.loc}-${terraform.workspace}-01\"\n  add_to_app_service_environment = false\n  \n  os_type  = \"Linux\"\n  sku_name = \"Y1\"\n}\n```\n\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_service_plan.plan](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/service_plan) | resource |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_add_to_app_service_environment\"\u003e\u003c/a\u003e [add\\_to\\_app\\_service\\_environment](#input\\_add\\_to\\_app\\_service\\_environment) | Whether or not this app service plan should be added to an app service environment | `bool` | `false` | no |\n| \u003ca name=\"input_app_service_environment_id\"\u003e\u003c/a\u003e [app\\_service\\_environment\\_id](#input\\_app\\_service\\_environment\\_id) | If an ASE is used, supply the ID to it here | `string` | `\"\"` | no |\n| \u003ca name=\"input_app_service_plan_name\"\u003e\u003c/a\u003e [app\\_service\\_plan\\_name](#input\\_app\\_service\\_plan\\_name) | The name for the App service plan | `string` | n/a | yes |\n| \u003ca name=\"input_location\"\u003e\u003c/a\u003e [location](#input\\_location) | Azure location. | `string` | n/a | yes |\n| \u003ca name=\"input_maximum_elastic_worker_count\"\u003e\u003c/a\u003e [maximum\\_elastic\\_worker\\_count](#input\\_maximum\\_elastic\\_worker\\_count) | If ElasticScaleEnabled app service plan is used, the max number of nodes | `number` | `null` | no |\n| \u003ca name=\"input_os_type\"\u003e\u003c/a\u003e [os\\_type](#input\\_os\\_type) | The OS type of the app service plan | `string` | n/a | yes |\n| \u003ca name=\"input_per_site_scaling\"\u003e\u003c/a\u003e [per\\_site\\_scaling](#input\\_per\\_site\\_scaling) | Should per site scaling be used? | `bool` | `false` | no |\n| \u003ca name=\"input_rg_name\"\u003e\u003c/a\u003e [rg\\_name](#input\\_rg\\_name) | Resource group name | `string` | n/a | yes |\n| \u003ca name=\"input_sku_name\"\u003e\u003c/a\u003e [sku\\_name](#input\\_sku\\_name) | A new SKU name | `map(string)` | n/a | yes |\n| \u003ca name=\"input_tags\"\u003e\u003c/a\u003e [tags](#input\\_tags) | A map of the tags to use on the resources that are deployed with this module. | `map(string)` | \u003cpre\u003e{\u003cbr\u003e  \"source\": \"terraform\"\u003cbr\u003e}\u003c/pre\u003e | no |\n| \u003ca name=\"input_zone_balancing_enabled\"\u003e\u003c/a\u003e [zone\\_balancing\\_enabled](#input\\_zone\\_balancing\\_enabled) | Should the ASP be zone redundant? | `bool` | `false` | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_service_plan_id\"\u003e\u003c/a\u003e [service\\_plan\\_id](#output\\_service\\_plan\\_id) | Id of the created App Service Plan |\n| \u003ca name=\"output_service_plan_is_reserved\"\u003e\u003c/a\u003e [service\\_plan\\_is\\_reserved](#output\\_service\\_plan\\_is\\_reserved) | If the instance is reserved |\n| \u003ca name=\"output_service_plan_kind\"\u003e\u003c/a\u003e [service\\_plan\\_kind](#output\\_service\\_plan\\_kind) | The kind of the plan |\n| \u003ca name=\"output_service_plan_location\"\u003e\u003c/a\u003e [service\\_plan\\_location](#output\\_service\\_plan\\_location) | Azure location of the created App Service Plan |\n| \u003ca name=\"output_service_plan_name\"\u003e\u003c/a\u003e [service\\_plan\\_name](#output\\_service\\_plan\\_name) | Name of the created App Service Plan |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibre-devops%2Fpowershell-dsc-configurations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flibre-devops%2Fpowershell-dsc-configurations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibre-devops%2Fpowershell-dsc-configurations/lists"}