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
@@ -140,8 +139,8 @@ In order to run all checks at any point run the following command:
140
139
| <aname="input_private_subnets"></a> [private\_subnets](#input\_private\_subnets)| The private subnets associated with the task or service. |`list(any)`| n/a | yes |
141
140
| <aname="input_propagate_tags"></a> [propagate\_tags](#input\_propagate\_tags)| (Optional) Specifies whether to propagate the tags from the task definition or the service to the tasks. The valid values are SERVICE and TASK\_DEFINITION. Default to SERVICE |`string`|`"SERVICE"`| no |
142
141
| <aname="input_public_subnets"></a> [public\_subnets](#input\_public\_subnets)| The public subnets associated with the task or service. |`list(any)`| n/a | yes |
143
-
| <aname="input_s3_bucket_server_side_encryption_key"></a> [s3\_bucket\_server\_side\_encryption\_key](#input\_s3\_bucket\_server\_side\_encryption\_key)| (Optional) The AWS KMS master key ID used for the SSE-KMS encryption. This can only be used when you set the value of sse\_algorithm as aws:kms. The default aws/s3 AWS KMS master key is used if this element is absent while the sse\_algorithm is aws:kms. |`string`|`"aws/s3"`| no |
144
-
| <aname="input_s3_bucket_server_side_encryption_sse_algorithm"></a> [s3\_bucket\_server\_side\_encryption\_sse\_algorithm](#input\_s3\_bucket\_server\_side\_encryption\_sse\_algorithm)| (Optional) The server-side encryption algorithm to use. Valid values are AES256 and aws:kms|`string`|`"aws:kms"`| no |
142
+
| <aname="input_s3_bucket_server_side_encryption_key"></a> [s3\_bucket\_server\_side\_encryption\_key](#input\_s3\_bucket\_server\_side\_encryption\_key)| (Optional) The AWS KMS master key ID used for the SSE-KMS encryption. This can only be used when you set the value of sse\_algorithm as aws:kms. The default aws/s3 AWS KMS master key is used if this element is absent while the sse\_algorithm is aws:kms. |`string`|`null`| no |
143
+
| <aname="input_s3_bucket_server_side_encryption_sse_algorithm"></a> [s3\_bucket\_server\_side\_encryption\_sse\_algorithm](#input\_s3\_bucket\_server\_side\_encryption\_sse\_algorithm)| (Optional) The server-side encryption algorithm to use. Valid values are AES256 and aws:kms|`string`|`"AES256"`| no |
145
144
| <aname="input_scale_target_max_capacity"></a> [scale\_target\_max\_capacity](#input\_scale\_target\_max\_capacity)| The max capacity of the scalable target |`number`|`5`| no |
146
145
| <aname="input_scale_target_min_capacity"></a> [scale\_target\_min\_capacity](#input\_scale\_target\_min\_capacity)| The min capacity of the scalable target |`number`|`1`| no |
147
146
| <aname="input_security_groups"></a> [security\_groups](#input\_security\_groups)| (Optional) The security groups associated with the task or service. If you do not specify a security group, the default security group for the VPC is used. |`list(any)`|`[]`| no |
description="(Optional) The server-side encryption algorithm to use. Valid values are AES256 and aws:kms"
429
429
type=string
430
-
default="aws:kms"
430
+
default="AES256"
431
431
}
432
432
433
433
variable"s3_bucket_server_side_encryption_key" {
434
434
description="(Optional) The AWS KMS master key ID used for the SSE-KMS encryption. This can only be used when you set the value of sse_algorithm as aws:kms. The default aws/s3 AWS KMS master key is used if this element is absent while the sse_algorithm is aws:kms."
0 commit comments