Skip to content

Commit 5322cd9

Browse files
committed
📖 DOC: update README.md
1 parent d0f017a commit 5322cd9

File tree

1 file changed

+37
-2
lines changed

1 file changed

+37
-2
lines changed

README.md

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,42 @@
11
# terraform-aws-sso
22

3-
## Requirements/Assumptions
3+
## Assumptions
44

55
- AWS ORG created, with SSO enabled.
6-
- AWS SSO enabled in target Account.
6+
- AWS SSO enabled.
77
- AWS SSO Group is created.
8+
9+
## Requirements
10+
11+
| Name | Version |
12+
| --------- | --------- |
13+
| terraform | >= 0.14.0 |
14+
| aws | >= 3.24.0 |
15+
16+
## Providers
17+
18+
| Name | Version |
19+
| ---- | --------- |
20+
| aws | >= 3.24.0 |
21+
22+
## Inputs
23+
24+
| Name | Description | Type | Default | Required |
25+
| -------------------- | -------------------------------------------------------------------------------------------------------------------------- | ------------- | ----------------------------------------- | :------: |
26+
| description | (Optional) The description of the Permission Set. | `string` | `""` | no |
27+
| group\_display\_name | The group's display name value | `string` | n/a | yes |
28+
| managed\_policy\_arn | describe your variable | `string` | n/a | yes |
29+
| name | (Required, Forces new resource) The name of the Permission Set. | `string` | n/a | yes |
30+
| relay\_state | (Optional) The relay state URL used to redirect users within the application during the federation authentication process. | `string` | `null` | no |
31+
| session\_duration | (Optional) The length of time that the application user sessions are valid in the ISO-8601 standard. Default: PT1H. | `string` | `"PT1H"` | no |
32+
| tags | (Optional) Key-value map of resource tags. | `map(string)` | <pre>{<br> "Terraform": "Yes"<br>}</pre> | no |
33+
| target\_id | (Required, Forces new resource) An AWS account identifier, typically a 10-12 digit string. | `string` | n/a | yes |
34+
35+
## Outputs
36+
37+
| Name | Description |
38+
| ----------------------- | ----------- |
39+
| account\_ids | n/a |
40+
| account\_names | n/a |
41+
| identity\_store\_id | n/a |
42+
| ssoadmin\_instance\_arn | n/a |

0 commit comments

Comments
 (0)