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
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -205,11 +205,16 @@ Available targets:
205
205
| atlantis_webhook_format | Template for the Atlantis webhook URL which is populated with the hostname | string |`https://%s/events`| no |
206
206
| attributes | Additional attributes (e.g. `1`) | list |`<list>`| no |
207
207
| authentication_cognito_user_pool_arn | Cognito User Pool ARN | string | `` | no |
208
+
| authentication_cognito_user_pool_arn_ssm_name | SSM param name to lookup `authentication_cognito_user_pool_arn` if not provided | string | `` | no |
208
209
| authentication_cognito_user_pool_client_id | Cognito User Pool Client ID | string | `` | no |
210
+
| authentication_cognito_user_pool_client_id_ssm_name | SSM param name to lookup `authentication_cognito_user_pool_client_id` if not provided | string | `` | no |
209
211
| authentication_cognito_user_pool_domain | Cognito User Pool Domain. The User Pool Domain should be set to the domain prefix (`xxx`) instead of full domain (https://xxx.auth.us-west-2.amazoncognito.com)| string | `` | no |
212
+
| authentication_cognito_user_pool_domain_ssm_name | SSM param name to lookup `authentication_cognito_user_pool_domain` if not provided | string | `` | no |
Copy file name to clipboardExpand all lines: docs/terraform.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,11 +31,16 @@
31
31
| atlantis_webhook_format | Template for the Atlantis webhook URL which is populated with the hostname | string |`https://%s/events`| no |
32
32
| attributes | Additional attributes (e.g. `1`) | list |`<list>`| no |
33
33
| authentication_cognito_user_pool_arn | Cognito User Pool ARN | string | `` | no |
34
+
| authentication_cognito_user_pool_arn_ssm_name | SSM param name to lookup `authentication_cognito_user_pool_arn` if not provided | string | `` | no |
34
35
| authentication_cognito_user_pool_client_id | Cognito User Pool Client ID | string | `` | no |
36
+
| authentication_cognito_user_pool_client_id_ssm_name | SSM param name to lookup `authentication_cognito_user_pool_client_id` if not provided | string | `` | no |
35
37
| authentication_cognito_user_pool_domain | Cognito User Pool Domain. The User Pool Domain should be set to the domain prefix (`xxx`) instead of full domain (https://xxx.auth.us-west-2.amazoncognito.com)| string | `` | no |
38
+
| authentication_cognito_user_pool_domain_ssm_name | SSM param name to lookup `authentication_cognito_user_pool_domain` if not provided | string | `` | no |
0 commit comments