Skip to content

cloud-security-labs/terraform-aws-ssoadmin-account-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform AWS SSOAdmin Account Assignment

Requirements

Name Version
aws >= 3.35.0

Providers

Name Version
aws >= 3.35.0

Modules

No modules.

Resources

Name Type
aws_ssoadmin_account_assignment.this resource

Inputs

Name Description Type Default Required
instance_arn (Required, Forces new resource) The Amazon Resource Name (ARN) of the SSO Instance. string n/a yes
permission_set_arn (Required, Forces new resource) The Amazon Resource Name (ARN) of the Permission Set that the admin wants to grant the principal access to. string n/a yes
principal_id (Required, Forces new resource) An identifier for an object in SSO, such as a user or group. PrincipalIds are GUIDs string n/a yes
principal_type (Required, Forces new resource) The entity type for which the assignment will be created. Valid values: USER, GROUP. string n/a yes
target_ids (Required, Forces new resource) the list of An AWS account identifier, typically a 10-12 digit string. list(string) n/a yes
target_type (Optional, Forces new resource) The entity type for which the assignment will be created. Valid values: AWS_ACCOUNT string "AWS_ACCOUNT" no

Outputs

Name Description
id returns a string
this n/a

About

aws_ssoadmin_account_assignment Terraform resource

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages