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: CHANGELOG.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
<aname="unreleased"></a>
6
6
## [Unreleased]
7
7
8
-
- add GetBucketLocation permissions to iam policy
9
-
- add iam permissions
10
-
- Add support for environment files
8
+
9
+
10
+
<aname="6.5.0"></a>
11
+
## [6.5.0] - 2022-05-12
12
+
13
+
- Add support for EnvironmentFiles in container definition ([#60](https://github.com/umotif-public/terraform-aws-ecs-fargate/issues/60))
11
14
- Allow option to customise run_time platform ([#56](https://github.com/umotif-public/terraform-aws-ecs-fargate/issues/56))
12
15
- Enable containerDefinitions portMappings to use target_groups container_ports ([#59](https://github.com/umotif-public/terraform-aws-ecs-fargate/issues/59))
13
16
@@ -235,7 +238,8 @@ All notable changes to this project will be documented in this file.
| <aname="input_task_container_assign_public_ip"></a> [task\_container\_assign\_public\_ip](#input\_task\_container\_assign\_public\_ip)| Assigned public IP to the container. |`bool`|`false`| no |
161
161
| <aname="input_task_container_command"></a> [task\_container\_command](#input\_task\_container\_command)| The command that is passed to the container. |`list(string)`|`[]`| no |
162
162
| <aname="input_task_container_cpu"></a> [task\_container\_cpu](#input\_task\_container\_cpu)| Amount of CPU to reserve for the container. |`number`|`null`| no |
163
+
| <aname="input_task_container_entrypoint"></a> [task\_container\_entrypoint](#input\_task\_container\_entrypoint)| The entrypoint that is passed to the container. |`list(string)`|`[]`| no |
163
164
| <aname="input_task_container_environment"></a> [task\_container\_environment](#input\_task\_container\_environment)| The environment variables to pass to a container. |`map(string)`|`{}`| no |
164
165
| <aname="input_task_container_environment_files"></a> [task\_container\_environment\_files](#input\_task\_container\_environment\_files)| The environment variable files (s3 object arns) to pass to a container. Files must use .env file extension. |`list(string)`|`[]`| no |
165
166
| <aname="input_task_container_image"></a> [task\_container\_image](#input\_task\_container\_image)| The image used to start a container. |`string`| n/a | yes |
0 commit comments