Skip to content

Latest commit

 

History

History

sso-account-assignment

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

sso-account-assignment

This module creates following resources.

  • aws_ssoadmin_account_assignment

Requirements

Name Version
terraform >= 1.6
aws >= 4.64

Providers

Name Version
aws 5.45.0

Modules

No modules.

Resources

Name Type
aws_ssoadmin_account_assignment.groups resource
aws_ssoadmin_account_assignment.users resource
aws_identitystore_group.this data source
aws_identitystore_user.this data source
aws_ssoadmin_instances.this data source
aws_ssoadmin_permission_set.this data source

Inputs

Name Description Type Default Required
account_id (Required) The identifier of an AWS account which the assignment willb e created. Typically a 10-12 digit string. string n/a yes
permission_set_arn (Required) The ARN of the Permission Set that the admin wants to grant the principal access to. string n/a yes
groups (Optional) List of names of Group entities who can access to the Permission Set. list(string) [] no
users (Optional) List of names of User entities who can access to the Permission Set. list(string) [] no

Outputs

Name Description
account_id The identifier of an AWS account.
group_assignments List of groups who can access to the Permission Set.
identity_store_id The ID of SSO Identity Store.
instance_arn The Amazon Resource Name (ARN) of the SSO Instance.
name The name of the Account Assignment.
permission_set The Amazon Resource Name (ARN) of the Permission Set
user_assignments List of users who can access to the Permission Set.