You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[aws_caller_identity.users](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/caller_identity)| data source |
84
78
|[aws_iam_policy_document.assume_parameterstorereadonly_role_doc](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
@@ -95,8 +89,7 @@ module "example" {
95
89
| Name | Description |
96
90
|------|-------------|
97
91
| access\_key | The IAM access key associated with the CI IAM user created by this module. |
98
-
| production\_role | The IAM role that the CI user can assume to read SSM parameters in the production account. |
99
-
| staging\_role | The IAM role that the CI user can assume to read SSM parameters in the staging account. |
92
+
| role | The IAM role that the CI user can assume to read SSM parameters. |
100
93
| user | The CI IAM user created by this module. |
0 commit comments