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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@ Full contributing [guidelines are covered here](.github/contributing.md).
49
49
| <aname="input_iam_role_arn"></a> [iam\_role\_arn](#input\_iam\_role\_arn)| Existing IAM role ARN for the lambda. Required if `create_iam_role` is set to `false`|`string`|`null`| no |
50
50
| <aname="input_included_accounts"></a> [included\_accounts](#input\_included\_accounts)| List of accounts that be scanned to manual actions. If empty will scan all accounts. |`list(string)`|`[]`| no |
51
51
| <aname="input_included_users"></a> [included\_users](#input\_included\_users)| List of emails that be scanned to manual actions. If empty will scan all emails. |`list(string)`|`[]`| no |
52
+
| <aname="input_kms_key_id_for_sns_topic"></a> [kms\_key\_id\_for\_sns\_topic](#input\_kms\_key\_id\_for\_sns\_topic)| KMS key ID for encrypting the sns\_topic (only applicable to org deployments). |`string`|`null`| no |
52
53
| <aname="input_lambda_deployment_s3_bucket"></a> [lambda\_deployment\_s3\_bucket](#input\_lambda\_deployment\_s3\_bucket)| S3 bucket for lambda deployment package. |`string`|`null`| no |
53
54
| <aname="input_lambda_deployment_s3_key"></a> [lambda\_deployment\_s3\_key](#input\_lambda\_deployment\_s3\_key)| S3 object key for lambda deployment package. Otherwise, defaults to `var.naming_prefix/local.deployment_filename`. |`string`|`null`| no |
54
55
| <aname="input_lambda_deployment_upload_to_s3_enabled"></a> [lambda\_deployment\_upload\_to\_s3\_enabled](#input\_lambda\_deployment\_upload\_to\_s3\_enabled)| If `true`, the lambda deployment package within this module repo will be copied to S3. If `false` then the S3 object must be uploaded separately. Ignored if `lambda_deployment_s3_bucket` is null. |`bool`|`true`| no |
|[aws_caller_identity.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/caller_identity)| data source |
153
+
|[aws_iam_policy_document.clickops_sns_topic](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
0 commit comments