Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 4.74 KB

File metadata and controls

48 lines (35 loc) · 4.74 KB

Terraform AWS SSOAdmin Permission Set

Requirements

Name Version
aws >= 3.35.0

Providers

Name Version
aws >= 3.35.0

Modules

No modules.

Resources

Name Type
aws_ssoadmin_managed_policy_attachment.this resource
aws_ssoadmin_permission_set.this resource

Inputs

Name Description Type Default Required
description (optional) The description of the Permission Set. string null no
instance_arn (required) The Amazon Resource Name (ARN) of the SSO Instance under which the operation will be executed. string n/a yes
managed_policy_arns (required) The IAM managed policy Amazon Resource Name (ARN) to be attached to the Permission Set. list(string) n/a yes
name (required) The name of the Permission Set. string n/a yes
relay_state (optional) The relay state URL used to redirect users within the application during the federation authentication process. string null no
session_duration (optional) The length of time that the application user sessions are valid in the ISO-8601 standard. string null no
tags (optional) Key-value map of resource tags. map(string) null no

Outputs

Name Description
arn returns a string - The Amazon Resource Name (ARN) of the Permission Set.
created_date returns a string - The date the Permission Set was created in RFC3339 format.
id returns a string - The Amazon Resource Names (ARNs) of the Permission Set and SSO Instance, separated by a comma (,).
this n/a