From 5f666e0bfdb3b4509c723fe64906a9bbc727a636 Mon Sep 17 00:00:00 2001 From: markbnet Date: Fri, 1 Dec 2023 22:04:22 +0000 Subject: [PATCH] aws_lightsail_container_service_deployment_version ports is required --- ...lightsail_container_service_deployment_version.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/lightsail_container_service_deployment_version.html.markdown b/website/docs/r/lightsail_container_service_deployment_version.html.markdown index fd7137d5f8f3..6cb70ce69245 100644 --- a/website/docs/r/lightsail_container_service_deployment_version.html.markdown +++ b/website/docs/r/lightsail_container_service_deployment_version.html.markdown @@ -69,7 +69,7 @@ The `container` configuration block supports the following arguments: * `image` - (Required) The name of the image used for the container. Container images sourced from your Lightsail container service, that are registered and stored on your service, start with a colon (`:`). For example, `:container-service-1.mystaticwebsite.1`. Container images sourced from a public registry like Docker Hub don't start with a colon. For example, `nginx:latest` or `nginx`. * `command` - (Optional) The launch command for the container. A list of string. * `environment` - (Optional) A key-value map of the environment variables of the container. -* `ports` - (Optional) A key-value map of the open firewall ports of the container. Valid values: `HTTP`, `HTTPS`, `TCP`, `UDP`. +* `ports` - (`Required`) A key-value map of the open firewall ports of the container. Valid values: `HTTP`, `HTTPS`, `TCP`, `UDP`. ### `public_endpoint`