organization
Flaconi/organization/github
Terraform module to manage GitHub organization settings
Terraform GitHub Organization module Terraform module to manage settings of GitHub organization      Providers | Name | Version | |------|---------| | github | 6.7.5 | Requirements | Name | Version | |------|---------| | terraform | ~> 1.3 | | github | 6.7.5 | Required Inputs The following input variables are required: name Description: Github organization name to manage. Type: string Optional Inputs The fo
| Name | Type | Description | Default |
|---|---|---|---|
| name | string | Github organization name to manage. | required |
| settings | object({ general = object( | Global organization settings | null |
| secrets | map(object({ encrypted_val | Global organization secrets | {} |
| bot_secrets | map(object({ encrypted_val | Global dependabot secrets | {} |
| webhooks | list(object({ ident = str | List of webhook configurations. | [] |
webhook_urls — Webhook URLssettings — Organization settingssecrets — A map of create secret namesbot_secrets — A map of create dependabot secret namesAzure landing zones Terraform module
Terraform supermodule for the Terraform platform engineering for Azure
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Module to define a consistent naming convention by (namespace, stage,