{"id":31677253,"url":"https://github.com/tf-libsonnet/hashicorp-azuread","last_synced_at":"2026-02-16T12:33:44.515Z","repository":{"id":65008751,"uuid":"579128396","full_name":"tf-libsonnet/hashicorp-azuread","owner":"tf-libsonnet","description":"Jsonnet library for hashicorp/azuread Terraform provider.","archived":false,"fork":false,"pushed_at":"2023-11-10T18:16:41.000Z","size":262,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-08T05:24:05.227Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jsonnet","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tf-libsonnet.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":"SECURITY.md","support":null,"governance":null}},"created_at":"2022-12-16T18:25:04.000Z","updated_at":"2022-12-16T18:31:38.000Z","dependencies_parsed_at":"2023-11-10T19:28:43.855Z","dependency_job_id":"a0e04e56-80c8-4315-ae47-36ceb5ed6518","html_url":"https://github.com/tf-libsonnet/hashicorp-azuread","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":"tf-libsonnet/provider-libsonnet-template","purl":"pkg:github/tf-libsonnet/hashicorp-azuread","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tf-libsonnet%2Fhashicorp-azuread","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tf-libsonnet%2Fhashicorp-azuread/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tf-libsonnet%2Fhashicorp-azuread/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tf-libsonnet%2Fhashicorp-azuread/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tf-libsonnet","download_url":"https://codeload.github.com/tf-libsonnet/hashicorp-azuread/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tf-libsonnet%2Fhashicorp-azuread/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29507904,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2025-10-08T05:02:26.676Z","updated_at":"2026-02-16T12:33:44.507Z","avatar_url":"https://github.com/tf-libsonnet.png","language":"Jsonnet","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003etf-libsonnet/hashicorp-azuread\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cem\u003eGenerate Terraform with Jsonnet\u003c/em\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/tf-libsonnet/hashicorp-azuread/blob/main/LICENSE\"\u003e\n    \u003cimg alt=\"LICENSE\" src=\"https://img.shields.io/github/license/tf-libsonnet/hashicorp-azuread?style=for-the-badge\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/tf-libsonnet/hashicorp-azuread/releases/latest\"\u003e\n    \u003cimg alt=\"latest release\" src=\"https://img.shields.io/github/v/release/tf-libsonnet/hashicorp-azuread?style=for-the-badge\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\nThis repository contains [Jsonnet](https://jsonnet.org/) functions for generating resources and data sources for the\n[hashicorp/azuread](https://registry.terraform.io/providers/hashicorp/azuread) Terraform provider.\n\nLearn more about `tf.libsonnet` at [docs.tflibsonnet.com](https://docs.tflibsonnet.com/docs).\n\n\u003e **IMPORTANT**\n\u003e\n\u003e This library is generated using [tf-libsonnet/libgenerator](https://github.com/tf-libsonnet/libgenerator). If you find\n\u003e an issue with the generated code, please file an issue in the `libgenerator` repository.\n\u003e\n\u003e If you would like to contribute a change, you may open a Pull Request with a suggested change, but please note that it\n\u003e will **not be merged in until the necessary updates have been made to the generator**.\n\n## Usage\n\nInstall the package using [jsonnet-bundler](https://github.com/jsonnet-bundler/jsonnet-bundler):\n\n```\njb install github.com/tf-libsonnet/hashicorp-azuread@main\n\n# Or if you want to install a specific release\n#   jb install github.com/tf-libsonnet/hashicorp-azuread@v0.0.1\n# Or if you want to install bindings for a specific provider major version series\n#   jb install github.com/tf-libsonnet/hashicorp-azuread/2.x@main\n```\n\nYou can then import the package in your Jsonnet code:\n\n```jsonnet\n// main.tf.json.jsonnet\nlocal azuread = import 'github.com/tf-libsonnet/hashicorp-azuread/main.libsonnet';\n\nlocal tid = '00000000-0000-0000-0000-000000000000';\n\nlocal o =\n  azuread.data.client_config.new('current')\n  + azuread.group.new(\n    'example',\n    display_name='example',\n    owners=[o._ref.data.azuread_client_config.current.get('object_id')],\n    security_enabled=true,\n  );\n\nazuread.provider.new(tenant_id=tid, src='hashicorp/azuread')\n+ o\n```\n\nThis will generate the following Terraform JSON :\n\n```json\n{\n   \"data\": {\n      \"azuread_client_config\": {\n         \"current\": { }\n      }\n   },\n   \"provider\": {\n      \"azuread\": [\n         {\n            \"tenant_id\": \"00000000-0000-0000-0000-000000000000\"\n         }\n      ]\n   },\n   \"resource\": {\n      \"azuread_group\": {\n         \"example\": {\n            \"display_name\": \"example\",\n            \"owners\": [\n               \"${data.azuread_client_config.current.object_id}\"\n            ],\n            \"security_enabled\": true\n         }\n      }\n   },\n   \"terraform\": {\n      \"required_providers\": {\n         \"azuread\": {\n            \"source\": \"hashicorp/azuread\"\n         }\n      }\n   }\n}\n```\n\nRefer to the [reference docs](/docs/2.x/README.md) for a list of supported data sources and resources:\n\n- [provider config](/docs/2.x/provider.md)\n- [resources](/docs/2.x/README.md)\n- [data sources](/docs/2.x/data/index.md)\n\n\n## Support\n\nIf you have any questions about how to use the `tf.libsonnet` libraries, ask in the [Organization GitHub\nDiscussion](https://github.com/orgs/tf-libsonnet/discussions).\n\n\n## Contributing\n\nRefer to the [CONTRIBUTING.md](/CONTRIBUTING.md) document for information on how to contribute to `tf.libsonnet`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftf-libsonnet%2Fhashicorp-azuread","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftf-libsonnet%2Fhashicorp-azuread","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftf-libsonnet%2Fhashicorp-azuread/lists"}