{"id":20761332,"url":"https://github.com/philips-labs/terraform-hsdp-notification","last_synced_at":"2025-03-11T17:19:32.740Z","repository":{"id":103439296,"uuid":"366834065","full_name":"philips-labs/terraform-hsdp-notification","owner":"philips-labs","description":"Onboarding module for HSDP Notification service","archived":false,"fork":false,"pushed_at":"2024-04-04T12:15:26.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-18T05:30:47.687Z","etag":null,"topics":["hsdp","notification-service","terraform","terraform-module"],"latest_commit_sha":null,"homepage":"","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/philips-labs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2021-05-12T19:39:49.000Z","updated_at":"2024-04-04T12:15:29.000Z","dependencies_parsed_at":"2025-01-18T05:28:57.391Z","dependency_job_id":"8f804768-d6e5-45c4-9c4a-9eb7a93a9717","html_url":"https://github.com/philips-labs/terraform-hsdp-notification","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-labs%2Fterraform-hsdp-notification","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-labs%2Fterraform-hsdp-notification/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-labs%2Fterraform-hsdp-notification/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-labs%2Fterraform-hsdp-notification/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/philips-labs","download_url":"https://codeload.github.com/philips-labs/terraform-hsdp-notification/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243076603,"owners_count":20232438,"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":["hsdp","notification-service","terraform","terraform-module"],"created_at":"2024-11-17T10:19:01.790Z","updated_at":"2025-03-11T17:19:32.717Z","avatar_url":"https://github.com/philips-labs.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"https://cdn.rawgit.com/hashicorp/terraform-website/master/content/source/assets/images/logo-hashicorp.svg\" width=\"500px\"\u003e\n\n# HSDP Notification onboarding module\n\nThis module creates all necessary IAM groups and roles to support successful onboarding onto the HSDP Notification services. \n\n## Disclaimer\n\n\u003e [!Important]\n\u003e This repository is managed as Philips Inner-source / Open-source.\n\u003e This repository is NOT endorsed or supported by HSSA\u0026P, I\u0026S Cloud Operations and/or the HSP AWS Account team. \n\u003e You are expected to self-support or raise tickets on the Github project and NOT raise tickets in HSP ServiceNow. \n\n## Example usage\n\n```hcl\nmodule \"notification\" {\n  source = \"philips-labs/notification/hsdp\"\n\n  iam_org_id = var.iam_org_id\n  \n  producer_admins = [\"bosmang\"]\n  producer_admin_service_ids = []\n  subscriber_admins = [\"bosmang\"]\n  subscriber_admin_service_ids = []\n  \n  publishers = [\"bosmang\"]\n  publisher_service_ids = []\n \n  subscribers = [\"bosmang\"]\n  subscriber_service_ids = []\n}\n```\n\u003c!--- BEGIN_TF_DOCS ---\u003e\n## Requirements\n\n| Name | Version |\n|------|---------|\n| hsdp | \u003e= 0.15.3 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| hsdp | \u003e= 0.15.3 |\n\n## Modules\n\nNo Modules.\n\n## Resources\n\n| Name |\n|------|\n| [hsdp_iam_group](https://registry.terraform.io/providers/philips-software/hsdp/0.15.3/docs/resources/iam_group) |\n| [hsdp_iam_org](https://registry.terraform.io/providers/philips-software/hsdp/0.15.3/docs/data-sources/iam_org) |\n| [hsdp_iam_role](https://registry.terraform.io/providers/philips-software/hsdp/0.15.3/docs/resources/iam_role) |\n| [hsdp_iam_user](https://registry.terraform.io/providers/philips-software/hsdp/0.15.3/docs/data-sources/iam_user) |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| iam\\_org\\_id | IAM organization (GUID) you want to onboard to Notification services | `string` | n/a | yes |\n| producer\\_admin\\_service\\_ids | List of producer admin service IDs | `list(string)` | `[]` | no |\n| producer\\_admins | List of producer admins | `list(string)` | `[]` | no |\n| publisher\\_admins | List of publisher admins | `list(string)` | `[]` | no |\n| publisher\\_service\\_ids | List of publisher service IDS | `list(string)` | `[]` | no |\n| publishers | List of publishers | `list(string)` | `[]` | no |\n| subscriber\\_admin\\_service\\_ids | List of subscriber admin service IDS | `list(string)` | `[]` | no |\n| subscriber\\_admins | List of subscriber admins | `list(string)` | `[]` | no |\n| subscriber\\_service\\_ids | List of subscriber service IDS | `list(string)` | `[]` | no |\n| subscribers | List of subscribers | `list(string)` | `[]` | no |\n\n## Outputs\n\nNo output.\n\u003c!--- END_TF_DOCS ---\u003e\n\n# Contact / Getting help\n\nPost your questions on the `#terraform` HSDP Slack channel\n\n# License\n\nLicense is MIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilips-labs%2Fterraform-hsdp-notification","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphilips-labs%2Fterraform-hsdp-notification","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilips-labs%2Fterraform-hsdp-notification/lists"}