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
@@ -213,6 +213,7 @@ the AppConfig Agent is enabled.
213
213
| create_endpoint | Create an Application Load Balancer for the service. Required to serve traffic. |`bool`|`true`| no |
214
214
| create_repository | Create an ECR repository to host the container image. |`bool`|`true`| no |
215
215
| create_version_parameter | Create an SSM parameter to store the active version for the image tag. |`bool`|`false`| no |
216
+
| certificate_sans | Additional ACM subject alternative names such as `["*.example.org"]` for hostnames beyond the primary FQDN. Duplicates of the primary name are ignored. |`list(string)`|`[]`| no |
216
217
| cpu | CPU unit for this task. |`number`|`512`| no |
217
218
| desired_containers | Desired number of running containers for the service. |`number`|`1`| no |
218
219
|[enable_appconfig_agent]| Enable an AWS AppConfig Agent sidecar container for live configuration updates. |`bool`|`false`| no |
0 commit comments