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
@@ -106,6 +106,7 @@ Examples codified under the [`examples`](./examples) are intended to give users
106
106
| <aname="input_api_vpce_subnet_ids"></a> [api\_vpce\_subnet\_ids](#input\_api\_vpce\_subnet\_ids)| IDs of subnets to associate with API endpoint |`list(string)`|`[]`| no |
107
107
| <aname="input_api_vpce_tags"></a> [api\_vpce\_tags](#input\_api\_vpce\_tags)| A map of tags to apply to the API endpoint |`map(string)`|`{}`| no |
108
108
| <aname="input_bucket_attach_deny_insecure_transport_policy"></a> [bucket\_attach\_deny\_insecure\_transport\_policy](#input\_bucket\_attach\_deny\_insecure\_transport\_policy)| Controls if S3 bucket should have deny non-SSL transport policy attacheds |`bool`|`true`| no |
109
+
| <aname="input_bucket_encryption_settings"></a> [bucket\_encryption\_settings](#input\_bucket\_encryption\_settings)| S3 bucket server side encryption settings |`map(string)`| <pre>{<br> "sse_algorithm": "AES256"<br>}</pre> | no |
109
110
| <aname="input_bucket_name"></a> [bucket\_name](#input\_bucket\_name)| Lambda artifact S3 bucket name |`string`|`""`| no |
110
111
| <aname="input_create_agent_vpce"></a> [create\_agent\_vpce](#input\_create\_agent\_vpce)| Controls whether an agent endpoint should be created |`bool`|`false`| no |
111
112
| <aname="input_create_api_vpce"></a> [create\_api\_vpce](#input\_create\_api\_vpce)| Controls whether a API endpoint should be created |`bool`|`false`| no |
| <aname="input_bucket_attach_deny_insecure_transport_policy"></a> [bucket\_attach\_deny\_insecure\_transport\_policy](#input\_bucket\_attach\_deny\_insecure\_transport\_policy)| Controls if S3 bucket should have deny non-SSL transport policy attacheds |`bool`|`false`| no |
83
+
| <aname="input_bucket_encryption_settings"></a> [bucket\_encryption\_settings](#input\_bucket\_encryption\_settings)| S3 bucket server side encryption settings |`map(string)`| <pre>{<br> "sse_algorithm": "AES256"<br>}</pre> | no |
83
84
| <aname="input_bucket_name"></a> [bucket\_name](#input\_bucket\_name)| Forwarder S3 bucket name |`string`|`""`| no |
84
85
| <aname="input_bucket_prefix"></a> [bucket\_prefix](#input\_bucket\_prefix)| S3 object key prefix to prepend to zip archive name |`string`|`""`| no |
85
86
| <aname="input_create"></a> [create](#input\_create)| Controls whether the forwarder resources should be created |`bool`|`true`| no |
0 commit comments