{"id":23436856,"url":"https://github.com/lincolnloop/terraform-aws-sso-group","last_synced_at":"2026-01-20T22:36:45.140Z","repository":{"id":168326755,"uuid":"642542203","full_name":"lincolnloop/terraform-aws-sso-group","owner":"lincolnloop","description":"Terraform module for managing groups in IAM Identity Center (formerly SSO)","archived":false,"fork":false,"pushed_at":"2023-05-25T23:31:15.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-04-09T18:54:26.466Z","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/lincolnloop.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,"publiccode":null,"codemeta":null}},"created_at":"2023-05-18T20:06:10.000Z","updated_at":"2023-05-22T16:50:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"d383e900-b016-439a-ae1d-437fdefc3189","html_url":"https://github.com/lincolnloop/terraform-aws-sso-group","commit_stats":null,"previous_names":["lincolnloop/terraform-aws-sso-group"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/lincolnloop/terraform-aws-sso-group","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lincolnloop%2Fterraform-aws-sso-group","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lincolnloop%2Fterraform-aws-sso-group/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lincolnloop%2Fterraform-aws-sso-group/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lincolnloop%2Fterraform-aws-sso-group/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lincolnloop","download_url":"https://codeload.github.com/lincolnloop/terraform-aws-sso-group/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lincolnloop%2Fterraform-aws-sso-group/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28616993,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T22:24:05.405Z","status":"ssl_error","status_checked_at":"2026-01-20T22:20:31.342Z","response_time":117,"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":"2024-12-23T13:34:25.614Z","updated_at":"2026-01-20T22:36:45.124Z","avatar_url":"https://github.com/lincolnloop.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform AWS SSO User Module\n\nThis Terraform module creates AWS SSO users, groups, and permission sets.\n\n## Resources\n\n## Resources\n\nThe module creates the following resources:\n\n| Resource                                           | Description                                                                                       |\n|----------------------------------------------------|---------------------------------------------------------------------------------------------------|\n| `aws_ssoadmin_permission_set`                      | Creates an AWS SSO permission set.                                                                |\n| `aws_ssoadmin_permission_set_inline_policy`        | Attaches an inline policy to the AWS SSO permission set (optional).                               |\n| `aws_ssoadmin_managed_policy_attachment`           | Attaches managed policies to the AWS SSO permission set.                                          |\n| `aws_identitystore_group`                          | Creates an AWS SSO group in the identity store.                                                   |\n| `aws_ssoadmin_account_assignment`                  | Assigns the AWS SSO permission set to the AWS SSO group in the specified AWS account.             |\n\n\n## Variables\n\nThe module expects the following variables to be provided:\n\n## Variables\n\n| Variable               | Description                                                                                                      |\n|------------------------|------------------------------------------------------------------------------------------------------------------|\n| `name`                 | Name for the group and new policy group.                                                                          |\n| `description`          | Description for the group and new policy group.                                                                   |\n| `target_account_id`    | AWS account ID to deploy resources to.                                                                            |\n| `relay_state`          | The relay state URL used to redirect users within the application during the federation authentication process (Optional). |\n| `include_policy_json`  | With dynamic JSON, Terraform can't determine if the object should be created. This forces it.                    |\n| `policy_json`          | Inline policy JSON to attach to the AWS SSO permission set.                                                      |\n| `managed_policy_arns`  | List of managed policy ARNs to attach to the AWS SSO permission set.                                             |\n| `session_duration`     | Duration for which the AWS SSO session is valid.                                                                 |\n\n\nFor more information on each variable, refer to the module's source code.\n\n## Usage\n\n```hcl\nmodule \"aws_sso_group\" {\n  source = \"github.com/lincolnloop/terraform-aws-sso-group\"\n\n  name             = \"MyGroup\"\n  description      = \"MyGroup description\"\n  target_account_id = \"123456789012\"\n  relay_state      = null\n  include_policy_json = true\n  policy_json      = \"\"\n  managed_policy_arns = []\n\n  session_duration = \"PT1H\"\n}\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flincolnloop%2Fterraform-aws-sso-group","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flincolnloop%2Fterraform-aws-sso-group","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flincolnloop%2Fterraform-aws-sso-group/lists"}